Shades of Tusk #DBDDB2
Tints of Tusk #DBDDB2
RGB
CMYK
RGB Variations
Color information
#DBDDB2 (or 0xDBDDB2) is known color: Tusk. HEX triplet: DB, DD and B2. RGB value is (219,221,178). Sum of RGB (Red+Green+Blue) = 219+221+178=618 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.44% from 618); Green value is 221 (86.72% from 255 or 35.76% from 618); Blue value is 178 (69.92% from 255 or 28.80% from 618); Max value from RGB is 221 - color contains mainly: green. Hex color #DBDDB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBDDB2 is #24224D. Grayscale: #D7D7D7. Windows color (decimal): -2368078 or 11722203. OLE color: 11722203.
HSL color Cylindrical-coordinate representation of color #DBDDB2: hue angle of 62.79º degrees, saturation: 0.39, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DBDDB2 is Cyan = 0.01, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
RGB | 219 | 221 | 178 | - |
CMYK | 0.01 | 0 | 0.19 | 0.13 |
HSL | 62.79º | 0.39% | 0.78% | - |
HSV(B) | 62.79º | 0.19% | 0.87% | - |
XYZ | 63.11 | 69.99 | 52.3 | - |
YUV | 215.5 | 106.84 | 130.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 221 | 178 | 0.01 | 0 | 0.19 | 0.13 | 62.79 | 0.39 | 0.78 |
Hex | DB | DD | B2 | 1 | 0 | 13 | D | 3F | 27 | 4E |
Octal | 333 | 335 | 262 | 1 | 0 | 23 | 15 | 77 | 47 | 116 |
Binary | 11011011 | 11011101 | 10110010 | 1 | 0 | 10011 | 1101 | 111111 | 100111 | 1001110 |
Color Harmonies of #DBDDB2
Complementary color
Monochromatic Colors of #DBDDB2
Black with #DBDDB2
Text Example
Text Example
White with #DBDDB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDDB2; }
p { color: rgb(219,221,178); }
H1.HeaderClassName
{
color: #DBDDB2;
}
.AnyTagClassName
{
color: #DBDDB2;
}
</style>
background-color css
<style>
a { background-color: #DBDDB2; }
a { background-color: rgb(219,221,178); }
div.DivClassName
{
background-color: #DBDDB2;
}
.BgClassName
{
background-color: #DBDDB2;
}
</style>
border-color css
<style>
span { border-color: #DBDDB2; }
span { border-color: rgb(219,221,178); }
td.TdClassName
{
border-color: #DBDDB2;
}
.TagClassName
{
border-color: #DBDDB2;
}
</style>