Shades of Dark Salmon #DD977E
Tints of Dark Salmon #DD977E
RGB
CMYK
RGB Variations
Color information
#DD977E (or 0xDD977E) is known color: Dark Salmon. HEX triplet: DD, 97 and 7E. RGB value is (221,151,126). Sum of RGB (Red+Green+Blue) = 221+151+126=498 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.38% from 498); Green value is 151 (59.38% from 255 or 30.32% from 498); Blue value is 126 (49.61% from 255 or 25.30% from 498); Max value from RGB is 221 - color contains mainly: red. Hex color #DD977E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD977E is #226881. Grayscale: #A9A9A9. Windows color (decimal): -2254978 or 8296413. OLE color: 8296413.
HSL color Cylindrical-coordinate representation of color #DD977E: hue angle of 15.79º degrees, saturation: 0.58, 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 #DD977E is Cyan = 0, Magento = 0.32, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 151 | 126 | - |
| CMYK | 0 | 0.32 | 0.43 | 0.13 |
| HSL | 15.79º | 0.58% | 0.68% | - |
| HSV(B) | 15.79º | 0.43% | 0.87% | - |
| XYZ | 44.65 | 39.01 | 24.92 | - |
| YUV | 169.08 | 103.69 | 165.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 151 | 126 | 0 | 0.32 | 0.43 | 0.13 | 15.79 | 0.58 | 0.68 |
| Hex | DD | 97 | 7E | 0 | 20 | 2B | D | 10 | 3A | 44 |
| Octal | 335 | 227 | 176 | 0 | 40 | 53 | 15 | 20 | 72 | 104 |
| Binary | 11011101 | 10010111 | 1111110 | 0 | 100000 | 101011 | 1101 | 10000 | 111010 | 1000100 |
Color Harmonies of #DD977E
Complementary color
Monochromatic Colors of #DD977E
Black with #DD977E
Text Example
Text Example
White with #DD977E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD977E; }
p { color: rgb(221,151,126); }
H1.HeaderClassName
{
color: #DD977E;
}
.AnyTagClassName
{
color: #DD977E;
}
</style>
background-color css
<style>
a { background-color: #DD977E; }
a { background-color: rgb(221,151,126); }
div.DivClassName
{
background-color: #DD977E;
}
.BgClassName
{
background-color: #DD977E;
}
</style>
border-color css
<style>
span { border-color: #DD977E; }
span { border-color: rgb(221,151,126); }
td.TdClassName
{
border-color: #DD977E;
}
.TagClassName
{
border-color: #DD977E;
}
</style>