Shades of Dark Salmon #DB9980
Tints of Dark Salmon #DB9980
RGB
CMYK
RGB Variations
Color information
#DB9980 (or 0xDB9980) is known color: Dark Salmon. HEX triplet: DB, 99 and 80. RGB value is (219,153,128). Sum of RGB (Red+Green+Blue) = 219+153+128=500 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.8% from 500); Green value is 153 (60.16% from 255 or 30.6% from 500); Blue value is 128 (50.39% from 255 or 25.6% from 500); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9980 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9980 is #24667F. Grayscale: #AAAAAA. Windows color (decimal): -2385536 or 8427995. OLE color: 8427995.
HSL color Cylindrical-coordinate representation of color #DB9980: hue angle of 16.48º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DB9980 is Cyan = 0, Magento = 0.30, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 153 | 128 | - |
| CMYK | 0 | 0.30 | 0.42 | 0.14 |
| HSL | 16.48º | 0.56% | 0.68% | - |
| HSV(B) | 16.48º | 0.42% | 0.86% | - |
| XYZ | 44.5 | 39.4 | 25.68 | - |
| YUV | 169.88 | 104.37 | 163.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 153 | 128 | 0 | 0.30 | 0.42 | 0.14 | 16.48 | 0.56 | 0.68 |
| Hex | DB | 99 | 80 | 0 | 1E | 2A | E | 10 | 38 | 44 |
| Octal | 333 | 231 | 200 | 0 | 36 | 52 | 16 | 20 | 70 | 104 |
| Binary | 11011011 | 10011001 | 10000000 | 0 | 11110 | 101010 | 1110 | 10000 | 111000 | 1000100 |
Color Harmonies of #DB9980
Complementary color
Monochromatic Colors of #DB9980
Black with #DB9980
Text Example
Text Example
White with #DB9980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9980; }
p { color: rgb(219,153,128); }
H1.HeaderClassName
{
color: #DB9980;
}
.AnyTagClassName
{
color: #DB9980;
}
</style>
background-color css
<style>
a { background-color: #DB9980; }
a { background-color: rgb(219,153,128); }
div.DivClassName
{
background-color: #DB9980;
}
.BgClassName
{
background-color: #DB9980;
}
</style>
border-color css
<style>
span { border-color: #DB9980; }
span { border-color: rgb(219,153,128); }
td.TdClassName
{
border-color: #DB9980;
}
.TagClassName
{
border-color: #DB9980;
}
</style>