Shades of Dark Salmon #DC967D
Tints of Dark Salmon #DC967D
RGB
CMYK
RGB Variations
Color information
#DC967D (or 0xDC967D) is known color: Dark Salmon. HEX triplet: DC, 96 and 7D. RGB value is (220,150,125). Sum of RGB (Red+Green+Blue) = 220+150+125=495 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.44% from 495); Green value is 150 (58.98% from 255 or 30.30% from 495); Blue value is 125 (49.22% from 255 or 25.25% from 495); Max value from RGB is 220 - color contains mainly: red. Hex color #DC967D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC967D is #236982. Grayscale: #A8A8A8. Windows color (decimal): -2320771 or 8230620. OLE color: 8230620.
HSL color Cylindrical-coordinate representation of color #DC967D: hue angle of 15.79º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DC967D is Cyan = 0, Magento = 0.32, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 150 | 125 | - |
| CMYK | 0 | 0.32 | 0.43 | 0.14 |
| HSL | 15.79º | 0.58% | 0.68% | - |
| HSV(B) | 15.79º | 0.43% | 0.86% | - |
| XYZ | 44.12 | 38.51 | 24.51 | - |
| YUV | 168.08 | 103.69 | 165.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 150 | 125 | 0 | 0.32 | 0.43 | 0.14 | 15.79 | 0.58 | 0.68 |
| Hex | DC | 96 | 7D | 0 | 20 | 2B | E | 10 | 3A | 44 |
| Octal | 334 | 226 | 175 | 0 | 40 | 53 | 16 | 20 | 72 | 104 |
| Binary | 11011100 | 10010110 | 1111101 | 0 | 100000 | 101011 | 1110 | 10000 | 111010 | 1000100 |
Color Harmonies of #DC967D
Complementary color
Monochromatic Colors of #DC967D
Black with #DC967D
Text Example
Text Example
White with #DC967D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC967D; }
p { color: rgb(220,150,125); }
H1.HeaderClassName
{
color: #DC967D;
}
.AnyTagClassName
{
color: #DC967D;
}
</style>
background-color css
<style>
a { background-color: #DC967D; }
a { background-color: rgb(220,150,125); }
div.DivClassName
{
background-color: #DC967D;
}
.BgClassName
{
background-color: #DC967D;
}
</style>
border-color css
<style>
span { border-color: #DC967D; }
span { border-color: rgb(220,150,125); }
td.TdClassName
{
border-color: #DC967D;
}
.TagClassName
{
border-color: #DC967D;
}
</style>