Shades of Tusk #DBE2AC
Tints of Tusk #DBE2AC
RGB
CMYK
RGB Variations
Color information
#DBE2AC (or 0xDBE2AC) is known color: Tusk. HEX triplet: DB, E2 and AC. RGB value is (219,226,172). Sum of RGB (Red+Green+Blue) = 219+226+172=617 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.49% from 617); Green value is 226 (88.67% from 255 or 36.63% from 617); Blue value is 172 (67.58% from 255 or 27.88% from 617); Max value from RGB is 226 - color contains mainly: green. Hex color #DBE2AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBE2AC is #241D53. Grayscale: #D9D9D9. Windows color (decimal): -2366804 or 11330267. OLE color: 11330267.
HSL color Cylindrical-coordinate representation of color #DBE2AC: hue angle of 67.78º degrees, saturation: 0.48, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DBE2AC is Cyan = 0.03, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.11.
Color convert
RGB | 219 | 226 | 172 | - |
CMYK | 0.03 | 0 | 0.24 | 0.11 |
HSL | 67.78º | 0.48% | 0.78% | - |
HSV(B) | 67.78º | 0.24% | 0.89% | - |
XYZ | 63.86 | 72.43 | 49.64 | - |
YUV | 217.75 | 102.18 | 128.89 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 226 | 172 | 0.03 | 0 | 0.24 | 0.11 | 67.78 | 0.48 | 0.78 |
Hex | DB | E2 | AC | 3 | 0 | 18 | B | 44 | 30 | 4E |
Octal | 333 | 342 | 254 | 3 | 0 | 30 | 13 | 104 | 60 | 116 |
Binary | 11011011 | 11100010 | 10101100 | 11 | 0 | 11000 | 1011 | 1000100 | 110000 | 1001110 |
Color Harmonies of #DBE2AC
Complementary color
Monochromatic Colors of #DBE2AC
Black with #DBE2AC
Text Example
Text Example
White with #DBE2AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE2AC; }
p { color: rgb(219,226,172); }
H1.HeaderClassName
{
color: #DBE2AC;
}
.AnyTagClassName
{
color: #DBE2AC;
}
</style>
background-color css
<style>
a { background-color: #DBE2AC; }
a { background-color: rgb(219,226,172); }
div.DivClassName
{
background-color: #DBE2AC;
}
.BgClassName
{
background-color: #DBE2AC;
}
</style>
border-color css
<style>
span { border-color: #DBE2AC; }
span { border-color: rgb(219,226,172); }
td.TdClassName
{
border-color: #DBE2AC;
}
.TagClassName
{
border-color: #DBE2AC;
}
</style>