Shades of Dark Salmon #DD977A
Tints of Dark Salmon #DD977A
RGB
CMYK
RGB Variations
Color information
#DD977A (or 0xDD977A) is known color: Dark Salmon. HEX triplet: DD, 97 and 7A. RGB value is (221,151,122). Sum of RGB (Red+Green+Blue) = 221+151+122=494 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.74% from 494); Green value is 151 (59.38% from 255 or 30.57% from 494); Blue value is 122 (48.05% from 255 or 24.70% from 494); Max value from RGB is 221 - color contains mainly: red. Hex color #DD977A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD977A is #226885. Grayscale: #A8A8A8. Windows color (decimal): -2254982 or 8034269. OLE color: 8034269.
HSL color Cylindrical-coordinate representation of color #DD977A: hue angle of 17.58º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DD977A is Cyan = 0, Magento = 0.32, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 151 | 122 | - |
| CMYK | 0 | 0.32 | 0.45 | 0.13 |
| HSL | 17.58º | 0.59% | 0.67% | - |
| HSV(B) | 17.58º | 0.45% | 0.87% | - |
| XYZ | 44.4 | 38.91 | 23.58 | - |
| YUV | 168.62 | 101.69 | 165.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 151 | 122 | 0 | 0.32 | 0.45 | 0.13 | 17.58 | 0.59 | 0.67 |
| Hex | DD | 97 | 7A | 0 | 20 | 2D | D | 12 | 3B | 43 |
| Octal | 335 | 227 | 172 | 0 | 40 | 55 | 15 | 22 | 73 | 103 |
| Binary | 11011101 | 10010111 | 1111010 | 0 | 100000 | 101101 | 1101 | 10010 | 111011 | 1000011 |
Color Harmonies of #DD977A
Complementary color
Monochromatic Colors of #DD977A
Black with #DD977A
Text Example
Text Example
White with #DD977A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD977A; }
p { color: rgb(221,151,122); }
H1.HeaderClassName
{
color: #DD977A;
}
.AnyTagClassName
{
color: #DD977A;
}
</style>
background-color css
<style>
a { background-color: #DD977A; }
a { background-color: rgb(221,151,122); }
div.DivClassName
{
background-color: #DD977A;
}
.BgClassName
{
background-color: #DD977A;
}
</style>
border-color css
<style>
span { border-color: #DD977A; }
span { border-color: rgb(221,151,122); }
td.TdClassName
{
border-color: #DD977A;
}
.TagClassName
{
border-color: #DD977A;
}
</style>