Shades of Tusk #DBE8AC
Tints of Tusk #DBE8AC
RGB
CMYK
RGB Variations
Color information
#DBE8AC (or 0xDBE8AC) is known color: Tusk. HEX triplet: DB, E8 and AC. RGB value is (219,232,172). Sum of RGB (Red+Green+Blue) = 219+232+172=623 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.15% from 623); Green value is 232 (91.02% from 255 or 37.24% from 623); Blue value is 172 (67.58% from 255 or 27.61% from 623); Max value from RGB is 232 - color contains mainly: green. Hex color #DBE8AC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBE8AC is #241753. Grayscale: #DDDDDD. Windows color (decimal): -2365268 or 11331803. OLE color: 11331803.
HSL color Cylindrical-coordinate representation of color #DBE8AC: hue angle of 73º degrees, saturation: 0.57, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DBE8AC is Cyan = 0.06, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
RGB | 219 | 232 | 172 | - |
CMYK | 0.06 | 0 | 0.26 | 0.09 |
HSL | 73º | 0.57% | 0.79% | - |
HSV(B) | 73º | 0.26% | 0.91% | - |
XYZ | 65.52 | 75.75 | 50.2 | - |
YUV | 221.27 | 100.19 | 126.38 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 232 | 172 | 0.06 | 0 | 0.26 | 0.09 | 73 | 0.57 | 0.79 |
Hex | DB | E8 | AC | 6 | 0 | 1A | 9 | 49 | 39 | 4F |
Octal | 333 | 350 | 254 | 6 | 0 | 32 | 11 | 111 | 71 | 117 |
Binary | 11011011 | 11101000 | 10101100 | 110 | 0 | 11010 | 1001 | 1001001 | 111001 | 1001111 |
Color Harmonies of #DBE8AC
Complementary color
Monochromatic Colors of #DBE8AC
Black with #DBE8AC
Text Example
Text Example
White with #DBE8AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE8AC; }
p { color: rgb(219,232,172); }
H1.HeaderClassName
{
color: #DBE8AC;
}
.AnyTagClassName
{
color: #DBE8AC;
}
</style>
background-color css
<style>
a { background-color: #DBE8AC; }
a { background-color: rgb(219,232,172); }
div.DivClassName
{
background-color: #DBE8AC;
}
.BgClassName
{
background-color: #DBE8AC;
}
</style>
border-color css
<style>
span { border-color: #DBE8AC; }
span { border-color: rgb(219,232,172); }
td.TdClassName
{
border-color: #DBE8AC;
}
.TagClassName
{
border-color: #DBE8AC;
}
</style>