Shades of Tusk #DBEAB3
Tints of Tusk #DBEAB3
RGB
CMYK
RGB Variations
Color information
#DBEAB3 (or 0xDBEAB3) is known color: Tusk. HEX triplet: DB, EA and B3. RGB value is (219,234,179). Sum of RGB (Red+Green+Blue) = 219+234+179=632 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.65% from 632); Green value is 234 (91.80% from 255 or 37.03% from 632); Blue value is 179 (70.31% from 255 or 28.32% from 632); Max value from RGB is 234 - color contains mainly: green. Hex color #DBEAB3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBEAB3 is #24154C. Grayscale: #DFDFDF. Windows color (decimal): -2364749 or 11791067. OLE color: 11791067.
HSL color Cylindrical-coordinate representation of color #DBEAB3: hue angle of 76.36º degrees, saturation: 0.57, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DBEAB3 is Cyan = 0.06, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 219 | 234 | 179 | - |
| CMYK | 0.06 | 0 | 0.24 | 0.08 |
| HSL | 76.36º | 0.57% | 0.81% | - |
| HSV(B) | 76.36º | 0.24% | 0.92% | - |
| XYZ | 66.77 | 77.16 | 54.02 | - |
| YUV | 223.25 | 103.03 | 124.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 234 | 179 | 0.06 | 0 | 0.24 | 0.08 | 76.36 | 0.57 | 0.81 |
| Hex | DB | EA | B3 | 6 | 0 | 18 | 8 | 4C | 39 | 51 |
| Octal | 333 | 352 | 263 | 6 | 0 | 30 | 10 | 114 | 71 | 121 |
| Binary | 11011011 | 11101010 | 10110011 | 110 | 0 | 11000 | 1000 | 1001100 | 111001 | 1010001 |
Color Harmonies of #DBEAB3
Complementary color
Monochromatic Colors of #DBEAB3
Black with #DBEAB3
Text Example
Text Example
White with #DBEAB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEAB3; }
p { color: rgb(219,234,179); }
H1.HeaderClassName
{
color: #DBEAB3;
}
.AnyTagClassName
{
color: #DBEAB3;
}
</style>
background-color css
<style>
a { background-color: #DBEAB3; }
a { background-color: rgb(219,234,179); }
div.DivClassName
{
background-color: #DBEAB3;
}
.BgClassName
{
background-color: #DBEAB3;
}
</style>
border-color css
<style>
span { border-color: #DBEAB3; }
span { border-color: rgb(219,234,179); }
td.TdClassName
{
border-color: #DBEAB3;
}
.TagClassName
{
border-color: #DBEAB3;
}
</style>