Shades of Tusk #DBE9B5
Tints of Tusk #DBE9B5
RGB
CMYK
RGB Variations
Color information
#DBE9B5 (or 0xDBE9B5) is known color: Tusk. HEX triplet: DB, E9 and B5. RGB value is (219,233,181). Sum of RGB (Red+Green+Blue) = 219+233+181=633 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.60% from 633); Green value is 233 (91.41% from 255 or 36.81% from 633); Blue value is 181 (71.09% from 255 or 28.59% from 633); Max value from RGB is 233 - color contains mainly: green. Hex color #DBE9B5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBE9B5 is #24164A. Grayscale: #DFDFDF. Windows color (decimal): -2365003 or 11921883. OLE color: 11921883.
HSL color Cylindrical-coordinate representation of color #DBE9B5: hue angle of 76.15º degrees, saturation: 0.54, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DBE9B5 is Cyan = 0.06, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.09.
Color convert
RGB | 219 | 233 | 181 | - |
CMYK | 0.06 | 0 | 0.22 | 0.09 |
HSL | 76.15º | 0.54% | 0.81% | - |
HSV(B) | 76.15º | 0.22% | 0.91% | - |
XYZ | 66.69 | 76.67 | 55 | - |
YUV | 222.89 | 104.36 | 125.23 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 233 | 181 | 0.06 | 0 | 0.22 | 0.09 | 76.15 | 0.54 | 0.81 |
Hex | DB | E9 | B5 | 6 | 0 | 16 | 9 | 4C | 36 | 51 |
Octal | 333 | 351 | 265 | 6 | 0 | 26 | 11 | 114 | 66 | 121 |
Binary | 11011011 | 11101001 | 10110101 | 110 | 0 | 10110 | 1001 | 1001100 | 110110 | 1010001 |
Color Harmonies of #DBE9B5
Complementary color
Monochromatic Colors of #DBE9B5
Black with #DBE9B5
Text Example
Text Example
White with #DBE9B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE9B5; }
p { color: rgb(219,233,181); }
H1.HeaderClassName
{
color: #DBE9B5;
}
.AnyTagClassName
{
color: #DBE9B5;
}
</style>
background-color css
<style>
a { background-color: #DBE9B5; }
a { background-color: rgb(219,233,181); }
div.DivClassName
{
background-color: #DBE9B5;
}
.BgClassName
{
background-color: #DBE9B5;
}
</style>
border-color css
<style>
span { border-color: #DBE9B5; }
span { border-color: rgb(219,233,181); }
td.TdClassName
{
border-color: #DBE9B5;
}
.TagClassName
{
border-color: #DBE9B5;
}
</style>