Shades of Dark Salmon #DF9A80
Tints of Dark Salmon #DF9A80
RGB
CMYK
RGB Variations
Color information
#DF9A80 (or 0xDF9A80) is known color: Dark Salmon. HEX triplet: DF, 9A and 80. RGB value is (223,154,128). Sum of RGB (Red+Green+Blue) = 223+154+128=505 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.16% from 505); Green value is 154 (60.55% from 255 or 30.50% from 505); Blue value is 128 (50.39% from 255 or 25.35% from 505); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9A80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF9A80 is #20657F. Grayscale: #ABABAB. Windows color (decimal): -2123136 or 8428255. OLE color: 8428255.
HSL color Cylindrical-coordinate representation of color #DF9A80: hue angle of 16.42º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DF9A80 is Cyan = 0, Magento = 0.31, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 154 | 128 | - |
| CMYK | 0 | 0.31 | 0.43 | 0.13 |
| HSL | 16.42º | 0.6% | 0.69% | - |
| HSV(B) | 16.42º | 0.43% | 0.87% | - |
| XYZ | 45.88 | 40.36 | 25.79 | - |
| YUV | 171.67 | 103.36 | 164.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 154 | 128 | 0 | 0.31 | 0.43 | 0.13 | 16.42 | 0.6 | 0.69 |
| Hex | DF | 9A | 80 | 0 | 1F | 2B | D | 10 | 3C | 45 |
| Octal | 337 | 232 | 200 | 0 | 37 | 53 | 15 | 20 | 74 | 105 |
| Binary | 11011111 | 10011010 | 10000000 | 0 | 11111 | 101011 | 1101 | 10000 | 111100 | 1000101 |
Color Harmonies of #DF9A80
Complementary color
Monochromatic Colors of #DF9A80
Black with #DF9A80
Text Example
Text Example
White with #DF9A80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9A80; }
p { color: rgb(223,154,128); }
H1.HeaderClassName
{
color: #DF9A80;
}
.AnyTagClassName
{
color: #DF9A80;
}
</style>
background-color css
<style>
a { background-color: #DF9A80; }
a { background-color: rgb(223,154,128); }
div.DivClassName
{
background-color: #DF9A80;
}
.BgClassName
{
background-color: #DF9A80;
}
</style>
border-color css
<style>
span { border-color: #DF9A80; }
span { border-color: rgb(223,154,128); }
td.TdClassName
{
border-color: #DF9A80;
}
.TagClassName
{
border-color: #DF9A80;
}
</style>