Shades of Dark Salmon #DD9A7A
Tints of Dark Salmon #DD9A7A
RGB
CMYK
RGB Variations
Color information
#DD9A7A (or 0xDD9A7A) is known color: Dark Salmon. HEX triplet: DD, 9A and 7A. RGB value is (221,154,122). Sum of RGB (Red+Green+Blue) = 221+154+122=497 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.47% from 497); Green value is 154 (60.55% from 255 or 30.99% from 497); Blue value is 122 (48.05% from 255 or 24.55% from 497); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9A7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9A7A is #226585. Grayscale: #AAAAAA. Windows color (decimal): -2254214 or 8035037. OLE color: 8035037.
HSL color Cylindrical-coordinate representation of color #DD9A7A: hue angle of 19.39º 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 #DD9A7A is Cyan = 0, Magento = 0.30, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 154 | 122 | - |
| CMYK | 0 | 0.30 | 0.45 | 0.13 |
| HSL | 19.39º | 0.59% | 0.67% | - |
| HSV(B) | 19.39º | 0.45% | 0.87% | - |
| XYZ | 44.89 | 39.89 | 23.75 | - |
| YUV | 170.39 | 100.7 | 164.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 154 | 122 | 0 | 0.30 | 0.45 | 0.13 | 19.39 | 0.59 | 0.67 |
| Hex | DD | 9A | 7A | 0 | 1E | 2D | D | 13 | 3B | 43 |
| Octal | 335 | 232 | 172 | 0 | 36 | 55 | 15 | 23 | 73 | 103 |
| Binary | 11011101 | 10011010 | 1111010 | 0 | 11110 | 101101 | 1101 | 10011 | 111011 | 1000011 |
Color Harmonies of #DD9A7A
Complementary color
Monochromatic Colors of #DD9A7A
Black with #DD9A7A
Text Example
Text Example
White with #DD9A7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9A7A; }
p { color: rgb(221,154,122); }
H1.HeaderClassName
{
color: #DD9A7A;
}
.AnyTagClassName
{
color: #DD9A7A;
}
</style>
background-color css
<style>
a { background-color: #DD9A7A; }
a { background-color: rgb(221,154,122); }
div.DivClassName
{
background-color: #DD9A7A;
}
.BgClassName
{
background-color: #DD9A7A;
}
</style>
border-color css
<style>
span { border-color: #DD9A7A; }
span { border-color: rgb(221,154,122); }
td.TdClassName
{
border-color: #DD9A7A;
}
.TagClassName
{
border-color: #DD9A7A;
}
</style>