Shades of Tusk #DBDDB6
Tints of Tusk #DBDDB6
RGB
CMYK
RGB Variations
Color information
#DBDDB6 (or 0xDBDDB6) is known color: Tusk. HEX triplet: DB, DD and B6. RGB value is (219,221,182). Sum of RGB (Red+Green+Blue) = 219+221+182=622 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.21% from 622); Green value is 221 (86.72% from 255 or 35.53% from 622); Blue value is 182 (71.48% from 255 or 29.26% from 622); Max value from RGB is 221 - color contains mainly: green. Hex color #DBDDB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBDDB6 is #242249. Grayscale: #D8D8D8. Windows color (decimal): -2368074 or 11984347. OLE color: 11984347.
HSL color Cylindrical-coordinate representation of color #DBDDB6: hue angle of 63.08º degrees, saturation: 0.36, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DBDDB6 is Cyan = 0.01, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
RGB | 219 | 221 | 182 | - |
CMYK | 0.01 | 0 | 0.18 | 0.13 |
HSL | 63.08º | 0.36% | 0.79% | - |
HSV(B) | 63.08º | 0.18% | 0.87% | - |
XYZ | 63.51 | 70.15 | 54.45 | - |
YUV | 215.96 | 108.84 | 130.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 221 | 182 | 0.01 | 0 | 0.18 | 0.13 | 63.08 | 0.36 | 0.79 |
Hex | DB | DD | B6 | 1 | 0 | 12 | D | 3F | 24 | 4F |
Octal | 333 | 335 | 266 | 1 | 0 | 22 | 15 | 77 | 44 | 117 |
Binary | 11011011 | 11011101 | 10110110 | 1 | 0 | 10010 | 1101 | 111111 | 100100 | 1001111 |
Color Harmonies of #DBDDB6
Complementary color
Monochromatic Colors of #DBDDB6
Black with #DBDDB6
Text Example
Text Example
White with #DBDDB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDDB6; }
p { color: rgb(219,221,182); }
H1.HeaderClassName
{
color: #DBDDB6;
}
.AnyTagClassName
{
color: #DBDDB6;
}
</style>
background-color css
<style>
a { background-color: #DBDDB6; }
a { background-color: rgb(219,221,182); }
div.DivClassName
{
background-color: #DBDDB6;
}
.BgClassName
{
background-color: #DBDDB6;
}
</style>
border-color css
<style>
span { border-color: #DBDDB6; }
span { border-color: rgb(219,221,182); }
td.TdClassName
{
border-color: #DBDDB6;
}
.TagClassName
{
border-color: #DBDDB6;
}
</style>