Shades of Dark Salmon #DD967C
Tints of Dark Salmon #DD967C
RGB
CMYK
RGB Variations
Color information
#DD967C (or 0xDD967C) is known color: Dark Salmon. HEX triplet: DD, 96 and 7C. RGB value is (221,150,124). Sum of RGB (Red+Green+Blue) = 221+150+124=495 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.65% from 495); Green value is 150 (58.98% from 255 or 30.30% from 495); Blue value is 124 (48.83% from 255 or 25.05% from 495); Max value from RGB is 221 - color contains mainly: red. Hex color #DD967C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD967C is #226983. Grayscale: #A8A8A8. Windows color (decimal): -2255236 or 8165085. OLE color: 8165085.
HSL color Cylindrical-coordinate representation of color #DD967C: hue angle of 16.08º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DD967C is Cyan = 0, Magento = 0.32, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 150 | 124 | - |
| CMYK | 0 | 0.32 | 0.44 | 0.13 |
| HSL | 16.08º | 0.59% | 0.68% | - |
| HSV(B) | 16.08º | 0.44% | 0.87% | - |
| XYZ | 44.36 | 38.64 | 24.19 | - |
| YUV | 168.27 | 103.02 | 165.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 150 | 124 | 0 | 0.32 | 0.44 | 0.13 | 16.08 | 0.59 | 0.68 |
| Hex | DD | 96 | 7C | 0 | 20 | 2C | D | 10 | 3B | 44 |
| Octal | 335 | 226 | 174 | 0 | 40 | 54 | 15 | 20 | 73 | 104 |
| Binary | 11011101 | 10010110 | 1111100 | 0 | 100000 | 101100 | 1101 | 10000 | 111011 | 1000100 |
Color Harmonies of #DD967C
Complementary color
Monochromatic Colors of #DD967C
Black with #DD967C
Text Example
Text Example
White with #DD967C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD967C; }
p { color: rgb(221,150,124); }
H1.HeaderClassName
{
color: #DD967C;
}
.AnyTagClassName
{
color: #DD967C;
}
</style>
background-color css
<style>
a { background-color: #DD967C; }
a { background-color: rgb(221,150,124); }
div.DivClassName
{
background-color: #DD967C;
}
.BgClassName
{
background-color: #DD967C;
}
</style>
border-color css
<style>
span { border-color: #DD967C; }
span { border-color: rgb(221,150,124); }
td.TdClassName
{
border-color: #DD967C;
}
.TagClassName
{
border-color: #DD967C;
}
</style>