#DB7550
A medium, moderate orange closely aligning with Salmon.
About #DB7550
When working with digital screens, the color #DB7550 is rendered by mixing light. Designers often compare it to the standard color Salmon. This translates to an RGB value of rgb(219, 117, 80).
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 0% cyan, 47% magenta, 63% yellow, and 14% black. With a hue angle of 16.0 degrees, it sits comfortably in the orange spectrum.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#DB7550
RGB219, 117, 80
HSL16.0°, 65.9%, 58.6%
CMYK0%, 47%, 63%, 14%
HSV16.0°, 63.5%, 85.9%
LAB60.2, 36.6, 37.9
XYZ37.0, 28.4, 11.1
Decimal14382416
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.15:1
Text on #FFFFFF
AA Large
6.67:1
Text on #000000
AA
3.01:1
Text on #F8FAFC
AA Large
5.67:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #DB7550;
}
.text-color {
color: #DB7550;
}
.border-color {
border: 2px solid #DB7550;
}