Shades of Tusk #DBEAB1
Tints of Tusk #DBEAB1
RGB
CMYK
RGB Variations
Color information
#DBEAB1 (or 0xDBEAB1) is known color: Tusk. HEX triplet: DB, EA and B1. RGB value is (219,234,177). Sum of RGB (Red+Green+Blue) = 219+234+177=630 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.76% from 630); Green value is 234 (91.80% from 255 or 37.14% from 630); Blue value is 177 (69.53% from 255 or 28.10% from 630); Max value from RGB is 234 - color contains mainly: green. Hex color #DBEAB1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBEAB1 is #24154E. Grayscale: #DFDFDF. Windows color (decimal): -2364751 or 11659995. OLE color: 11659995.
HSL color Cylindrical-coordinate representation of color #DBEAB1: hue angle of 75.79º degrees, saturation: 0.58, 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 #DBEAB1 is Cyan = 0.06, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 219 | 234 | 177 | - |
| CMYK | 0.06 | 0 | 0.24 | 0.08 |
| HSL | 75.79º | 0.58% | 0.81% | - |
| HSV(B) | 75.79º | 0.24% | 0.92% | - |
| XYZ | 66.57 | 77.08 | 52.96 | - |
| YUV | 223.02 | 102.03 | 125.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 234 | 177 | 0.06 | 0 | 0.24 | 0.08 | 75.79 | 0.58 | 0.81 |
| Hex | DB | EA | B1 | 6 | 0 | 18 | 8 | 4C | 3A | 51 |
| Octal | 333 | 352 | 261 | 6 | 0 | 30 | 10 | 114 | 72 | 121 |
| Binary | 11011011 | 11101010 | 10110001 | 110 | 0 | 11000 | 1000 | 1001100 | 111010 | 1010001 |
Color Harmonies of #DBEAB1
Complementary color
Monochromatic Colors of #DBEAB1
Black with #DBEAB1
Text Example
Text Example
White with #DBEAB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEAB1; }
p { color: rgb(219,234,177); }
H1.HeaderClassName
{
color: #DBEAB1;
}
.AnyTagClassName
{
color: #DBEAB1;
}
</style>
background-color css
<style>
a { background-color: #DBEAB1; }
a { background-color: rgb(219,234,177); }
div.DivClassName
{
background-color: #DBEAB1;
}
.BgClassName
{
background-color: #DBEAB1;
}
</style>
border-color css
<style>
span { border-color: #DBEAB1; }
span { border-color: rgb(219,234,177); }
td.TdClassName
{
border-color: #DBEAB1;
}
.TagClassName
{
border-color: #DBEAB1;
}
</style>