Shades of Tusk #DBE7AD
Tints of Tusk #DBE7AD
RGB
CMYK
RGB Variations
Color information
#DBE7AD (or 0xDBE7AD) is known color: Tusk. HEX triplet: DB, E7 and AD. RGB value is (219,231,173). Sum of RGB (Red+Green+Blue) = 219+231+173=623 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.15% from 623); Green value is 231 (90.62% from 255 or 37.08% from 623); Blue value is 173 (67.97% from 255 or 27.77% from 623); Max value from RGB is 231 - color contains mainly: green. Hex color #DBE7AD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBE7AD is #241852. Grayscale: #DDDDDD. Windows color (decimal): -2365523 or 11397083. OLE color: 11397083.
HSL color Cylindrical-coordinate representation of color #DBE7AD: hue angle of 72.41º degrees, saturation: 0.55, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DBE7AD is Cyan = 0.05, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.09.
Color convert
RGB | 219 | 231 | 173 | - |
CMYK | 0.05 | 0 | 0.25 | 0.09 |
HSL | 72.41º | 0.55% | 0.79% | - |
HSV(B) | 72.41º | 0.25% | 0.91% | - |
XYZ | 65.33 | 75.23 | 50.61 | - |
YUV | 220.8 | 101.02 | 126.72 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 231 | 173 | 0.05 | 0 | 0.25 | 0.09 | 72.41 | 0.55 | 0.79 |
Hex | DB | E7 | AD | 5 | 0 | 19 | 9 | 48 | 37 | 4F |
Octal | 333 | 347 | 255 | 5 | 0 | 31 | 11 | 110 | 67 | 117 |
Binary | 11011011 | 11100111 | 10101101 | 101 | 0 | 11001 | 1001 | 1001000 | 110111 | 1001111 |
Color Harmonies of #DBE7AD
Complementary color
Monochromatic Colors of #DBE7AD
Black with #DBE7AD
Text Example
Text Example
White with #DBE7AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE7AD; }
p { color: rgb(219,231,173); }
H1.HeaderClassName
{
color: #DBE7AD;
}
.AnyTagClassName
{
color: #DBE7AD;
}
</style>
background-color css
<style>
a { background-color: #DBE7AD; }
a { background-color: rgb(219,231,173); }
div.DivClassName
{
background-color: #DBE7AD;
}
.BgClassName
{
background-color: #DBE7AD;
}
</style>
border-color css
<style>
span { border-color: #DBE7AD; }
span { border-color: rgb(219,231,173); }
td.TdClassName
{
border-color: #DBE7AD;
}
.TagClassName
{
border-color: #DBE7AD;
}
</style>