Shades of Dark Salmon #DD917A
Tints of Dark Salmon #DD917A
RGB
CMYK
RGB Variations
Color information
#DD917A (or 0xDD917A) is known color: Dark Salmon. HEX triplet: DD, 91 and 7A. RGB value is (221,145,122). Sum of RGB (Red+Green+Blue) = 221+145+122=488 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.29% from 488); Green value is 145 (57.03% from 255 or 29.71% from 488); Blue value is 122 (48.05% from 255 or 25% from 488); Max value from RGB is 221 - color contains mainly: red. Hex color #DD917A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD917A is #226E85. Grayscale: #A5A5A5. Windows color (decimal): -2256518 or 8032733. OLE color: 8032733.
HSL color Cylindrical-coordinate representation of color #DD917A: hue angle of 13.94º 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 #DD917A is Cyan = 0, Magento = 0.34, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 145 | 122 | - |
| CMYK | 0 | 0.34 | 0.45 | 0.13 |
| HSL | 13.94º | 0.59% | 0.67% | - |
| HSV(B) | 13.94º | 0.45% | 0.87% | - |
| XYZ | 43.46 | 37.03 | 23.27 | - |
| YUV | 165.1 | 103.68 | 167.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 145 | 122 | 0 | 0.34 | 0.45 | 0.13 | 13.94 | 0.59 | 0.67 |
| Hex | DD | 91 | 7A | 0 | 22 | 2D | D | E | 3B | 43 |
| Octal | 335 | 221 | 172 | 0 | 42 | 55 | 15 | 16 | 73 | 103 |
| Binary | 11011101 | 10010001 | 1111010 | 0 | 100010 | 101101 | 1101 | 1110 | 111011 | 1000011 |
Color Harmonies of #DD917A
Complementary color
Monochromatic Colors of #DD917A
Black with #DD917A
Text Example
Text Example
White with #DD917A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD917A; }
p { color: rgb(221,145,122); }
H1.HeaderClassName
{
color: #DD917A;
}
.AnyTagClassName
{
color: #DD917A;
}
</style>
background-color css
<style>
a { background-color: #DD917A; }
a { background-color: rgb(221,145,122); }
div.DivClassName
{
background-color: #DD917A;
}
.BgClassName
{
background-color: #DD917A;
}
</style>
border-color css
<style>
span { border-color: #DD917A; }
span { border-color: rgb(221,145,122); }
td.TdClassName
{
border-color: #DD917A;
}
.TagClassName
{
border-color: #DD917A;
}
</style>