Shades of Dark Salmon #DB967E
Tints of Dark Salmon #DB967E
RGB
CMYK
RGB Variations
Color information
#DB967E (or 0xDB967E) is known color: Dark Salmon. HEX triplet: DB, 96 and 7E. RGB value is (219,150,126). Sum of RGB (Red+Green+Blue) = 219+150+126=495 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.24% from 495); Green value is 150 (58.98% from 255 or 30.30% from 495); Blue value is 126 (49.61% from 255 or 25.45% from 495); Max value from RGB is 219 - color contains mainly: red. Hex color #DB967E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB967E is #246981. Grayscale: #A8A8A8. Windows color (decimal): -2386306 or 8296155. OLE color: 8296155.
HSL color Cylindrical-coordinate representation of color #DB967E: hue angle of 15.48º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DB967E is Cyan = 0, Magento = 0.32, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 150 | 126 | - |
| CMYK | 0 | 0.32 | 0.42 | 0.14 |
| HSL | 15.48º | 0.56% | 0.68% | - |
| HSV(B) | 15.48º | 0.42% | 0.86% | - |
| XYZ | 43.89 | 38.38 | 24.83 | - |
| YUV | 167.9 | 104.36 | 164.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 150 | 126 | 0 | 0.32 | 0.42 | 0.14 | 15.48 | 0.56 | 0.68 |
| Hex | DB | 96 | 7E | 0 | 20 | 2A | E | F | 38 | 44 |
| Octal | 333 | 226 | 176 | 0 | 40 | 52 | 16 | 17 | 70 | 104 |
| Binary | 11011011 | 10010110 | 1111110 | 0 | 100000 | 101010 | 1110 | 1111 | 111000 | 1000100 |
Color Harmonies of #DB967E
Complementary color
Monochromatic Colors of #DB967E
Black with #DB967E
Text Example
Text Example
White with #DB967E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB967E; }
p { color: rgb(219,150,126); }
H1.HeaderClassName
{
color: #DB967E;
}
.AnyTagClassName
{
color: #DB967E;
}
</style>
background-color css
<style>
a { background-color: #DB967E; }
a { background-color: rgb(219,150,126); }
div.DivClassName
{
background-color: #DB967E;
}
.BgClassName
{
background-color: #DB967E;
}
</style>
border-color css
<style>
span { border-color: #DB967E; }
span { border-color: rgb(219,150,126); }
td.TdClassName
{
border-color: #DB967E;
}
.TagClassName
{
border-color: #DB967E;
}
</style>