Shades of Dark Salmon #DC997F
Tints of Dark Salmon #DC997F
RGB
CMYK
RGB Variations
Color information
#DC997F (or 0xDC997F) is known color: Dark Salmon. HEX triplet: DC, 99 and 7F. RGB value is (220,153,127). Sum of RGB (Red+Green+Blue) = 220+153+127=500 (66% of max value = 765). Red value is 220 (86.33% from 255 or 44% from 500); Green value is 153 (60.16% from 255 or 30.6% from 500); Blue value is 127 (50% from 255 or 25.4% from 500); Max value from RGB is 220 - color contains mainly: red. Hex color #DC997F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC997F is #236680. Grayscale: #AAAAAA. Windows color (decimal): -2320001 or 8362460. OLE color: 8362460.
HSL color Cylindrical-coordinate representation of color #DC997F: hue angle of 16.77º degrees, saturation: 0.57, 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 #DC997F is Cyan = 0, Magento = 0.30, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 153 | 127 | - |
| CMYK | 0 | 0.30 | 0.42 | 0.14 |
| HSL | 16.77º | 0.57% | 0.68% | - |
| HSV(B) | 16.77º | 0.42% | 0.86% | - |
| XYZ | 44.74 | 39.53 | 25.35 | - |
| YUV | 170.07 | 103.7 | 163.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 153 | 127 | 0 | 0.30 | 0.42 | 0.14 | 16.77 | 0.57 | 0.68 |
| Hex | DC | 99 | 7F | 0 | 1E | 2A | E | 11 | 39 | 44 |
| Octal | 334 | 231 | 177 | 0 | 36 | 52 | 16 | 21 | 71 | 104 |
| Binary | 11011100 | 10011001 | 1111111 | 0 | 11110 | 101010 | 1110 | 10001 | 111001 | 1000100 |
Color Harmonies of #DC997F
Complementary color
Monochromatic Colors of #DC997F
Black with #DC997F
Text Example
Text Example
White with #DC997F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC997F; }
p { color: rgb(220,153,127); }
H1.HeaderClassName
{
color: #DC997F;
}
.AnyTagClassName
{
color: #DC997F;
}
</style>
background-color css
<style>
a { background-color: #DC997F; }
a { background-color: rgb(220,153,127); }
div.DivClassName
{
background-color: #DC997F;
}
.BgClassName
{
background-color: #DC997F;
}
</style>
border-color css
<style>
span { border-color: #DC997F; }
span { border-color: rgb(220,153,127); }
td.TdClassName
{
border-color: #DC997F;
}
.TagClassName
{
border-color: #DC997F;
}
</style>