Shades of Dark Salmon #DD977C
Tints of Dark Salmon #DD977C
RGB
CMYK
RGB Variations
Color information
#DD977C (or 0xDD977C) is known color: Dark Salmon. HEX triplet: DD, 97 and 7C. RGB value is (221,151,124). Sum of RGB (Red+Green+Blue) = 221+151+124=496 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.56% from 496); Green value is 151 (59.38% from 255 or 30.44% from 496); Blue value is 124 (48.83% from 255 or 25% from 496); Max value from RGB is 221 - color contains mainly: red. Hex color #DD977C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD977C is #226883. Grayscale: #A9A9A9. Windows color (decimal): -2254980 or 8165341. OLE color: 8165341.
HSL color Cylindrical-coordinate representation of color #DD977C: hue angle of 16.7º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DD977C is Cyan = 0, Magento = 0.32, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 151 | 124 | - |
| CMYK | 0 | 0.32 | 0.44 | 0.13 |
| HSL | 16.7º | 0.59% | 0.68% | - |
| HSV(B) | 16.7º | 0.44% | 0.87% | - |
| XYZ | 44.52 | 38.96 | 24.24 | - |
| YUV | 168.85 | 102.69 | 165.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 151 | 124 | 0 | 0.32 | 0.44 | 0.13 | 16.7 | 0.59 | 0.68 |
| Hex | DD | 97 | 7C | 0 | 20 | 2C | D | 11 | 3B | 44 |
| Octal | 335 | 227 | 174 | 0 | 40 | 54 | 15 | 21 | 73 | 104 |
| Binary | 11011101 | 10010111 | 1111100 | 0 | 100000 | 101100 | 1101 | 10001 | 111011 | 1000100 |
Color Harmonies of #DD977C
Complementary color
Monochromatic Colors of #DD977C
Black with #DD977C
Text Example
Text Example
White with #DD977C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD977C; }
p { color: rgb(221,151,124); }
H1.HeaderClassName
{
color: #DD977C;
}
.AnyTagClassName
{
color: #DD977C;
}
</style>
background-color css
<style>
a { background-color: #DD977C; }
a { background-color: rgb(221,151,124); }
div.DivClassName
{
background-color: #DD977C;
}
.BgClassName
{
background-color: #DD977C;
}
</style>
border-color css
<style>
span { border-color: #DD977C; }
span { border-color: rgb(221,151,124); }
td.TdClassName
{
border-color: #DD977C;
}
.TagClassName
{
border-color: #DD977C;
}
</style>