Shades of Dark Salmon #DC997C
Tints of Dark Salmon #DC997C
RGB
CMYK
RGB Variations
Color information
#DC997C (or 0xDC997C) is known color: Dark Salmon. HEX triplet: DC, 99 and 7C. RGB value is (220,153,124). Sum of RGB (Red+Green+Blue) = 220+153+124=497 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.27% from 497); Green value is 153 (60.16% from 255 or 30.78% from 497); Blue value is 124 (48.83% from 255 or 24.95% from 497); Max value from RGB is 220 - color contains mainly: red. Hex color #DC997C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC997C is #236683. Grayscale: #A9A9A9. Windows color (decimal): -2320004 or 8165852. OLE color: 8165852.
HSL color Cylindrical-coordinate representation of color #DC997C: hue angle of 18.12º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DC997C is Cyan = 0, Magento = 0.30, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 153 | 124 | - |
| CMYK | 0 | 0.30 | 0.44 | 0.14 |
| HSL | 18.13º | 0.58% | 0.67% | - |
| HSV(B) | 18.13º | 0.44% | 0.86% | - |
| XYZ | 44.54 | 39.45 | 24.34 | - |
| YUV | 169.73 | 102.2 | 163.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 153 | 124 | 0 | 0.30 | 0.44 | 0.14 | 18.13 | 0.58 | 0.67 |
| Hex | DC | 99 | 7C | 0 | 1E | 2C | E | 12 | 3A | 43 |
| Octal | 334 | 231 | 174 | 0 | 36 | 54 | 16 | 22 | 72 | 103 |
| Binary | 11011100 | 10011001 | 1111100 | 0 | 11110 | 101100 | 1110 | 10010 | 111010 | 1000011 |
Color Harmonies of #DC997C
Complementary color
Monochromatic Colors of #DC997C
Black with #DC997C
Text Example
Text Example
White with #DC997C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC997C; }
p { color: rgb(220,153,124); }
H1.HeaderClassName
{
color: #DC997C;
}
.AnyTagClassName
{
color: #DC997C;
}
</style>
background-color css
<style>
a { background-color: #DC997C; }
a { background-color: rgb(220,153,124); }
div.DivClassName
{
background-color: #DC997C;
}
.BgClassName
{
background-color: #DC997C;
}
</style>
border-color css
<style>
span { border-color: #DC997C; }
span { border-color: rgb(220,153,124); }
td.TdClassName
{
border-color: #DC997C;
}
.TagClassName
{
border-color: #DC997C;
}
</style>