Shades of Dark Salmon #DD977D
Tints of Dark Salmon #DD977D
RGB
CMYK
RGB Variations
Color information
#DD977D (or 0xDD977D) is known color: Dark Salmon. HEX triplet: DD, 97 and 7D. RGB value is (221,151,125). Sum of RGB (Red+Green+Blue) = 221+151+125=497 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.47% from 497); Green value is 151 (59.38% from 255 or 30.38% from 497); Blue value is 125 (49.22% from 255 or 25.15% from 497); Max value from RGB is 221 - color contains mainly: red. Hex color #DD977D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD977D is #226882. Grayscale: #A9A9A9. Windows color (decimal): -2254979 or 8230877. OLE color: 8230877.
HSL color Cylindrical-coordinate representation of color #DD977D: hue angle of 16.25º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DD977D is Cyan = 0, Magento = 0.32, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 151 | 125 | - |
| CMYK | 0 | 0.32 | 0.43 | 0.13 |
| HSL | 16.25º | 0.59% | 0.68% | - |
| HSV(B) | 16.25º | 0.43% | 0.87% | - |
| XYZ | 44.59 | 38.99 | 24.58 | - |
| YUV | 168.97 | 103.19 | 165.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 151 | 125 | 0 | 0.32 | 0.43 | 0.13 | 16.25 | 0.59 | 0.68 |
| Hex | DD | 97 | 7D | 0 | 20 | 2B | D | 10 | 3B | 44 |
| Octal | 335 | 227 | 175 | 0 | 40 | 53 | 15 | 20 | 73 | 104 |
| Binary | 11011101 | 10010111 | 1111101 | 0 | 100000 | 101011 | 1101 | 10000 | 111011 | 1000100 |
Color Harmonies of #DD977D
Complementary color
Monochromatic Colors of #DD977D
Black with #DD977D
Text Example
Text Example
White with #DD977D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD977D; }
p { color: rgb(221,151,125); }
H1.HeaderClassName
{
color: #DD977D;
}
.AnyTagClassName
{
color: #DD977D;
}
</style>
background-color css
<style>
a { background-color: #DD977D; }
a { background-color: rgb(221,151,125); }
div.DivClassName
{
background-color: #DD977D;
}
.BgClassName
{
background-color: #DD977D;
}
</style>
border-color css
<style>
span { border-color: #DD977D; }
span { border-color: rgb(221,151,125); }
td.TdClassName
{
border-color: #DD977D;
}
.TagClassName
{
border-color: #DD977D;
}
</style>