Shades of Tusk #DBE9B0
Tints of Tusk #DBE9B0
RGB
CMYK
RGB Variations
Color information
#DBE9B0 (or 0xDBE9B0) is known color: Tusk. HEX triplet: DB, E9 and B0. RGB value is (219,233,176). Sum of RGB (Red+Green+Blue) = 219+233+176=628 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.87% from 628); Green value is 233 (91.41% from 255 or 37.10% from 628); Blue value is 176 (69.14% from 255 or 28.03% from 628); Max value from RGB is 233 - color contains mainly: green. Hex color #DBE9B0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBE9B0 is #24164F. Grayscale: #DEDEDE. Windows color (decimal): -2365008 or 11594203. OLE color: 11594203.
HSL color Cylindrical-coordinate representation of color #DBE9B0: hue angle of 74.74º degrees, saturation: 0.56, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DBE9B0 is Cyan = 0.06, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 219 | 233 | 176 | - |
| CMYK | 0.06 | 0 | 0.24 | 0.09 |
| HSL | 74.74º | 0.56% | 0.8% | - |
| HSV(B) | 74.74º | 0.24% | 0.91% | - |
| XYZ | 66.19 | 76.47 | 52.35 | - |
| YUV | 222.32 | 101.86 | 125.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 233 | 176 | 0.06 | 0 | 0.24 | 0.09 | 74.74 | 0.56 | 0.8 |
| Hex | DB | E9 | B0 | 6 | 0 | 18 | 9 | 4B | 38 | 50 |
| Octal | 333 | 351 | 260 | 6 | 0 | 30 | 11 | 113 | 70 | 120 |
| Binary | 11011011 | 11101001 | 10110000 | 110 | 0 | 11000 | 1001 | 1001011 | 111000 | 1010000 |
Color Harmonies of #DBE9B0
Complementary color
Monochromatic Colors of #DBE9B0
Black with #DBE9B0
Text Example
Text Example
White with #DBE9B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE9B0; }
p { color: rgb(219,233,176); }
H1.HeaderClassName
{
color: #DBE9B0;
}
.AnyTagClassName
{
color: #DBE9B0;
}
</style>
background-color css
<style>
a { background-color: #DBE9B0; }
a { background-color: rgb(219,233,176); }
div.DivClassName
{
background-color: #DBE9B0;
}
.BgClassName
{
background-color: #DBE9B0;
}
</style>
border-color css
<style>
span { border-color: #DBE9B0; }
span { border-color: rgb(219,233,176); }
td.TdClassName
{
border-color: #DBE9B0;
}
.TagClassName
{
border-color: #DBE9B0;
}
</style>