Shades of Tusk #DBDEB2
Tints of Tusk #DBDEB2
RGB
CMYK
RGB Variations
Color information
#DBDEB2 (or 0xDBDEB2) is known color: Tusk. HEX triplet: DB, DE and B2. RGB value is (219,222,178). Sum of RGB (Red+Green+Blue) = 219+222+178=619 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.38% from 619); Green value is 222 (87.11% from 255 or 35.86% from 619); Blue value is 178 (69.92% from 255 or 28.76% from 619); Max value from RGB is 222 - color contains mainly: green. Hex color #DBDEB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBDEB2 is #24214D. Grayscale: #D8D8D8. Windows color (decimal): -2367822 or 11722459. OLE color: 11722459.
HSL color Cylindrical-coordinate representation of color #DBDEB2: hue angle of 64.09º degrees, saturation: 0.4, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DBDEB2 is Cyan = 0.01, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 222 | 178 | - |
| CMYK | 0.01 | 0 | 0.20 | 0.13 |
| HSL | 64.09º | 0.4% | 0.78% | - |
| HSV(B) | 64.09º | 0.2% | 0.87% | - |
| XYZ | 63.37 | 70.52 | 52.39 | - |
| YUV | 216.09 | 106.51 | 130.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 222 | 178 | 0.01 | 0 | 0.20 | 0.13 | 64.09 | 0.4 | 0.78 |
| Hex | DB | DE | B2 | 1 | 0 | 14 | D | 40 | 28 | 4E |
| Octal | 333 | 336 | 262 | 1 | 0 | 24 | 15 | 100 | 50 | 116 |
| Binary | 11011011 | 11011110 | 10110010 | 1 | 0 | 10100 | 1101 | 1000000 | 101000 | 1001110 |
Color Harmonies of #DBDEB2
Complementary color
Monochromatic Colors of #DBDEB2
Black with #DBDEB2
Text Example
Text Example
White with #DBDEB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDEB2; }
p { color: rgb(219,222,178); }
H1.HeaderClassName
{
color: #DBDEB2;
}
.AnyTagClassName
{
color: #DBDEB2;
}
</style>
background-color css
<style>
a { background-color: #DBDEB2; }
a { background-color: rgb(219,222,178); }
div.DivClassName
{
background-color: #DBDEB2;
}
.BgClassName
{
background-color: #DBDEB2;
}
</style>
border-color css
<style>
span { border-color: #DBDEB2; }
span { border-color: rgb(219,222,178); }
td.TdClassName
{
border-color: #DBDEB2;
}
.TagClassName
{
border-color: #DBDEB2;
}
</style>