Shades of Tusk #DBE0AE
Tints of Tusk #DBE0AE
RGB
CMYK
RGB Variations
Color information
#DBE0AE (or 0xDBE0AE) is known color: Tusk. HEX triplet: DB, E0 and AE. RGB value is (219,224,174). Sum of RGB (Red+Green+Blue) = 219+224+174=617 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.49% from 617); Green value is 224 (87.89% from 255 or 36.30% from 617); Blue value is 174 (68.36% from 255 or 28.20% from 617); Max value from RGB is 224 - color contains mainly: green. Hex color #DBE0AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBE0AE is #241F51. Grayscale: #D9D9D9. Windows color (decimal): -2367314 or 11460827. OLE color: 11460827.
HSL color Cylindrical-coordinate representation of color #DBE0AE: hue angle of 66º degrees, saturation: 0.45, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DBE0AE is Cyan = 0.02, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 219 | 224 | 174 | - |
| CMYK | 0.02 | 0 | 0.22 | 0.12 |
| HSL | 66º | 0.45% | 0.78% | - |
| HSV(B) | 66º | 0.22% | 0.88% | - |
| XYZ | 63.51 | 71.43 | 50.48 | - |
| YUV | 216.81 | 103.84 | 129.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 224 | 174 | 0.02 | 0 | 0.22 | 0.12 | 66 | 0.45 | 0.78 |
| Hex | DB | E0 | AE | 2 | 0 | 16 | C | 42 | 2D | 4E |
| Octal | 333 | 340 | 256 | 2 | 0 | 26 | 14 | 102 | 55 | 116 |
| Binary | 11011011 | 11100000 | 10101110 | 10 | 0 | 10110 | 1100 | 1000010 | 101101 | 1001110 |
Color Harmonies of #DBE0AE
Complementary color
Monochromatic Colors of #DBE0AE
Black with #DBE0AE
Text Example
Text Example
White with #DBE0AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE0AE; }
p { color: rgb(219,224,174); }
H1.HeaderClassName
{
color: #DBE0AE;
}
.AnyTagClassName
{
color: #DBE0AE;
}
</style>
background-color css
<style>
a { background-color: #DBE0AE; }
a { background-color: rgb(219,224,174); }
div.DivClassName
{
background-color: #DBE0AE;
}
.BgClassName
{
background-color: #DBE0AE;
}
</style>
border-color css
<style>
span { border-color: #DBE0AE; }
span { border-color: rgb(219,224,174); }
td.TdClassName
{
border-color: #DBE0AE;
}
.TagClassName
{
border-color: #DBE0AE;
}
</style>