Shades of Tusk #DBE4AA
Tints of Tusk #DBE4AA
RGB
CMYK
RGB Variations
Color information
#DBE4AA (or 0xDBE4AA) is known color: Tusk. HEX triplet: DB, E4 and AA. RGB value is (219,228,170). Sum of RGB (Red+Green+Blue) = 219+228+170=617 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.49% from 617); Green value is 228 (89.45% from 255 or 36.95% from 617); Blue value is 170 (66.80% from 255 or 27.55% from 617); Max value from RGB is 228 - color contains mainly: green. Hex color #DBE4AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBE4AA is #241B55. Grayscale: #DADADA. Windows color (decimal): -2366294 or 11199707. OLE color: 11199707.
HSL color Cylindrical-coordinate representation of color #DBE4AA: hue angle of 69.31º degrees, saturation: 0.52, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DBE4AA is Cyan = 0.04, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 219 | 228 | 170 | - |
| CMYK | 0.04 | 0 | 0.25 | 0.11 |
| HSL | 69.31º | 0.52% | 0.78% | - |
| HSV(B) | 69.31º | 0.25% | 0.89% | - |
| XYZ | 64.21 | 73.45 | 48.82 | - |
| YUV | 218.7 | 100.52 | 128.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 228 | 170 | 0.04 | 0 | 0.25 | 0.11 | 69.31 | 0.52 | 0.78 |
| Hex | DB | E4 | AA | 4 | 0 | 19 | B | 45 | 34 | 4E |
| Octal | 333 | 344 | 252 | 4 | 0 | 31 | 13 | 105 | 64 | 116 |
| Binary | 11011011 | 11100100 | 10101010 | 100 | 0 | 11001 | 1011 | 1000101 | 110100 | 1001110 |
Color Harmonies of #DBE4AA
Complementary color
Monochromatic Colors of #DBE4AA
Black with #DBE4AA
Text Example
Text Example
White with #DBE4AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE4AA; }
p { color: rgb(219,228,170); }
H1.HeaderClassName
{
color: #DBE4AA;
}
.AnyTagClassName
{
color: #DBE4AA;
}
</style>
background-color css
<style>
a { background-color: #DBE4AA; }
a { background-color: rgb(219,228,170); }
div.DivClassName
{
background-color: #DBE4AA;
}
.BgClassName
{
background-color: #DBE4AA;
}
</style>
border-color css
<style>
span { border-color: #DBE4AA; }
span { border-color: rgb(219,228,170); }
td.TdClassName
{
border-color: #DBE4AA;
}
.TagClassName
{
border-color: #DBE4AA;
}
</style>