Shades of Dark Salmon #DD927A
Tints of Dark Salmon #DD927A
RGB
CMYK
RGB Variations
Color information
#DD927A (or 0xDD927A) is known color: Dark Salmon. HEX triplet: DD, 92 and 7A. RGB value is (221,146,122). Sum of RGB (Red+Green+Blue) = 221+146+122=489 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.19% from 489); Green value is 146 (57.42% from 255 or 29.86% from 489); Blue value is 122 (48.05% from 255 or 24.95% from 489); Max value from RGB is 221 - color contains mainly: red. Hex color #DD927A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD927A is #226D85. Grayscale: #A5A5A5. Windows color (decimal): -2256262 or 8032989. OLE color: 8032989.
HSL color Cylindrical-coordinate representation of color #DD927A: hue angle of 14.55º 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 #DD927A is Cyan = 0, Magento = 0.34, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 146 | 122 | - |
| CMYK | 0 | 0.34 | 0.45 | 0.13 |
| HSL | 14.55º | 0.59% | 0.67% | - |
| HSV(B) | 14.55º | 0.45% | 0.87% | - |
| XYZ | 43.61 | 37.34 | 23.32 | - |
| YUV | 165.69 | 103.35 | 167.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 146 | 122 | 0 | 0.34 | 0.45 | 0.13 | 14.55 | 0.59 | 0.67 |
| Hex | DD | 92 | 7A | 0 | 22 | 2D | D | F | 3B | 43 |
| Octal | 335 | 222 | 172 | 0 | 42 | 55 | 15 | 17 | 73 | 103 |
| Binary | 11011101 | 10010010 | 1111010 | 0 | 100010 | 101101 | 1101 | 1111 | 111011 | 1000011 |
Color Harmonies of #DD927A
Complementary color
Monochromatic Colors of #DD927A
Black with #DD927A
Text Example
Text Example
White with #DD927A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD927A; }
p { color: rgb(221,146,122); }
H1.HeaderClassName
{
color: #DD927A;
}
.AnyTagClassName
{
color: #DD927A;
}
</style>
background-color css
<style>
a { background-color: #DD927A; }
a { background-color: rgb(221,146,122); }
div.DivClassName
{
background-color: #DD927A;
}
.BgClassName
{
background-color: #DD927A;
}
</style>
border-color css
<style>
span { border-color: #DD927A; }
span { border-color: rgb(221,146,122); }
td.TdClassName
{
border-color: #DD927A;
}
.TagClassName
{
border-color: #DD927A;
}
</style>