Shades of Dark Salmon #DC997D
Tints of Dark Salmon #DC997D
RGB
CMYK
RGB Variations
Color information
#DC997D (or 0xDC997D) is known color: Dark Salmon. HEX triplet: DC, 99 and 7D. RGB value is (220,153,125). Sum of RGB (Red+Green+Blue) = 220+153+125=498 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.18% from 498); Green value is 153 (60.16% from 255 or 30.72% from 498); Blue value is 125 (49.22% from 255 or 25.10% from 498); Max value from RGB is 220 - color contains mainly: red. Hex color #DC997D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC997D is #236682. Grayscale: #AAAAAA. Windows color (decimal): -2320003 or 8231388. OLE color: 8231388.
HSL color Cylindrical-coordinate representation of color #DC997D: hue angle of 17.68º 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 #DC997D is Cyan = 0, Magento = 0.30, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 153 | 125 | - |
| CMYK | 0 | 0.30 | 0.43 | 0.14 |
| HSL | 17.68º | 0.58% | 0.68% | - |
| HSV(B) | 17.68º | 0.43% | 0.86% | - |
| XYZ | 44.61 | 39.48 | 24.67 | - |
| YUV | 169.84 | 102.7 | 163.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 153 | 125 | 0 | 0.30 | 0.43 | 0.14 | 17.68 | 0.58 | 0.68 |
| Hex | DC | 99 | 7D | 0 | 1E | 2B | E | 12 | 3A | 44 |
| Octal | 334 | 231 | 175 | 0 | 36 | 53 | 16 | 22 | 72 | 104 |
| Binary | 11011100 | 10011001 | 1111101 | 0 | 11110 | 101011 | 1110 | 10010 | 111010 | 1000100 |
Color Harmonies of #DC997D
Complementary color
Monochromatic Colors of #DC997D
Black with #DC997D
Text Example
Text Example
White with #DC997D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC997D; }
p { color: rgb(220,153,125); }
H1.HeaderClassName
{
color: #DC997D;
}
.AnyTagClassName
{
color: #DC997D;
}
</style>
background-color css
<style>
a { background-color: #DC997D; }
a { background-color: rgb(220,153,125); }
div.DivClassName
{
background-color: #DC997D;
}
.BgClassName
{
background-color: #DC997D;
}
</style>
border-color css
<style>
span { border-color: #DC997D; }
span { border-color: rgb(220,153,125); }
td.TdClassName
{
border-color: #DC997D;
}
.TagClassName
{
border-color: #DC997D;
}
</style>