Shades of Dark Salmon #DD9681
Tints of Dark Salmon #DD9681
RGB
CMYK
RGB Variations
Color information
#DD9681 (or 0xDD9681) is known color: Dark Salmon. HEX triplet: DD, 96 and 81. RGB value is (221,150,129). Sum of RGB (Red+Green+Blue) = 221+150+129=500 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.2% from 500); Green value is 150 (58.98% from 255 or 30% from 500); Blue value is 129 (50.78% from 255 or 25.8% from 500); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9681 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9681 is #22697E. Grayscale: #A8A8A8. Windows color (decimal): -2255231 or 8492765. OLE color: 8492765.
HSL color Cylindrical-coordinate representation of color #DD9681: hue angle of 13.7º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DD9681 is Cyan = 0, Magento = 0.32, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 150 | 129 | - |
| CMYK | 0 | 0.32 | 0.42 | 0.13 |
| HSL | 13.7º | 0.58% | 0.69% | - |
| HSV(B) | 13.7º | 0.42% | 0.87% | - |
| XYZ | 44.69 | 38.77 | 25.9 | - |
| YUV | 168.84 | 105.52 | 165.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 150 | 129 | 0 | 0.32 | 0.42 | 0.13 | 13.7 | 0.58 | 0.69 |
| Hex | DD | 96 | 81 | 0 | 20 | 2A | D | E | 3A | 45 |
| Octal | 335 | 226 | 201 | 0 | 40 | 52 | 15 | 16 | 72 | 105 |
| Binary | 11011101 | 10010110 | 10000001 | 0 | 100000 | 101010 | 1101 | 1110 | 111010 | 1000101 |
Color Harmonies of #DD9681
Complementary color
Monochromatic Colors of #DD9681
Black with #DD9681
Text Example
Text Example
White with #DD9681
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9681; }
p { color: rgb(221,150,129); }
H1.HeaderClassName
{
color: #DD9681;
}
.AnyTagClassName
{
color: #DD9681;
}
</style>
background-color css
<style>
a { background-color: #DD9681; }
a { background-color: rgb(221,150,129); }
div.DivClassName
{
background-color: #DD9681;
}
.BgClassName
{
background-color: #DD9681;
}
</style>
border-color css
<style>
span { border-color: #DD9681; }
span { border-color: rgb(221,150,129); }
td.TdClassName
{
border-color: #DD9681;
}
.TagClassName
{
border-color: #DD9681;
}
</style>