Shades of Tusk #DBEAB4
Tints of Tusk #DBEAB4
RGB
CMYK
RGB Variations
Color information
#DBEAB4 (or 0xDBEAB4) is known color: Tusk. HEX triplet: DB, EA and B4. RGB value is (219,234,180). Sum of RGB (Red+Green+Blue) = 219+234+180=633 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.60% from 633); Green value is 234 (91.80% from 255 or 36.97% from 633); Blue value is 180 (70.70% from 255 or 28.44% from 633); Max value from RGB is 234 - color contains mainly: green. Hex color #DBEAB4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBEAB4 is #24154B. Grayscale: #DFDFDF. Windows color (decimal): -2364748 or 11856603. OLE color: 11856603.
HSL color Cylindrical-coordinate representation of color #DBEAB4: hue angle of 76.67º degrees, saturation: 0.56, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DBEAB4 is Cyan = 0.06, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 219 | 234 | 180 | - |
| CMYK | 0.06 | 0 | 0.23 | 0.08 |
| HSL | 76.67º | 0.56% | 0.81% | - |
| HSV(B) | 76.67º | 0.23% | 0.92% | - |
| XYZ | 66.87 | 77.2 | 54.56 | - |
| YUV | 223.36 | 103.53 | 124.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 234 | 180 | 0.06 | 0 | 0.23 | 0.08 | 76.67 | 0.56 | 0.81 |
| Hex | DB | EA | B4 | 6 | 0 | 17 | 8 | 4D | 38 | 51 |
| Octal | 333 | 352 | 264 | 6 | 0 | 27 | 10 | 115 | 70 | 121 |
| Binary | 11011011 | 11101010 | 10110100 | 110 | 0 | 10111 | 1000 | 1001101 | 111000 | 1010001 |
Color Harmonies of #DBEAB4
Complementary color
Monochromatic Colors of #DBEAB4
Black with #DBEAB4
Text Example
Text Example
White with #DBEAB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEAB4; }
p { color: rgb(219,234,180); }
H1.HeaderClassName
{
color: #DBEAB4;
}
.AnyTagClassName
{
color: #DBEAB4;
}
</style>
background-color css
<style>
a { background-color: #DBEAB4; }
a { background-color: rgb(219,234,180); }
div.DivClassName
{
background-color: #DBEAB4;
}
.BgClassName
{
background-color: #DBEAB4;
}
</style>
border-color css
<style>
span { border-color: #DBEAB4; }
span { border-color: rgb(219,234,180); }
td.TdClassName
{
border-color: #DBEAB4;
}
.TagClassName
{
border-color: #DBEAB4;
}
</style>