Shades of Dark Salmon #DD967F
Tints of Dark Salmon #DD967F
RGB
CMYK
RGB Variations
Color information
#DD967F (or 0xDD967F) is known color: Dark Salmon. HEX triplet: DD, 96 and 7F. RGB value is (221,150,127). Sum of RGB (Red+Green+Blue) = 221+150+127=498 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.38% from 498); Green value is 150 (58.98% from 255 or 30.12% from 498); Blue value is 127 (50% from 255 or 25.50% from 498); Max value from RGB is 221 - color contains mainly: red. Hex color #DD967F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD967F is #226980. Grayscale: #A8A8A8. Windows color (decimal): -2255233 or 8361693. OLE color: 8361693.
HSL color Cylindrical-coordinate representation of color #DD967F: hue angle of 14.68º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DD967F is Cyan = 0, Magento = 0.32, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 150 | 127 | - |
| CMYK | 0 | 0.32 | 0.43 | 0.13 |
| HSL | 14.68º | 0.58% | 0.68% | - |
| HSV(B) | 14.68º | 0.43% | 0.87% | - |
| XYZ | 44.56 | 38.72 | 25.2 | - |
| YUV | 168.61 | 104.52 | 165.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 150 | 127 | 0 | 0.32 | 0.43 | 0.13 | 14.68 | 0.58 | 0.68 |
| Hex | DD | 96 | 7F | 0 | 20 | 2B | D | F | 3A | 44 |
| Octal | 335 | 226 | 177 | 0 | 40 | 53 | 15 | 17 | 72 | 104 |
| Binary | 11011101 | 10010110 | 1111111 | 0 | 100000 | 101011 | 1101 | 1111 | 111010 | 1000100 |
Color Harmonies of #DD967F
Complementary color
Monochromatic Colors of #DD967F
Black with #DD967F
Text Example
Text Example
White with #DD967F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD967F; }
p { color: rgb(221,150,127); }
H1.HeaderClassName
{
color: #DD967F;
}
.AnyTagClassName
{
color: #DD967F;
}
</style>
background-color css
<style>
a { background-color: #DD967F; }
a { background-color: rgb(221,150,127); }
div.DivClassName
{
background-color: #DD967F;
}
.BgClassName
{
background-color: #DD967F;
}
</style>
border-color css
<style>
span { border-color: #DD967F; }
span { border-color: rgb(221,150,127); }
td.TdClassName
{
border-color: #DD967F;
}
.TagClassName
{
border-color: #DD967F;
}
</style>