Shades of Tusk #DBDEB6
Tints of Tusk #DBDEB6
RGB
CMYK
RGB Variations
Color information
#DBDEB6 (or 0xDBDEB6) is known color: Tusk. HEX triplet: DB, DE and B6. RGB value is (219,222,182). Sum of RGB (Red+Green+Blue) = 219+222+182=623 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.15% from 623); Green value is 222 (87.11% from 255 or 35.63% from 623); Blue value is 182 (71.48% from 255 or 29.21% from 623); Max value from RGB is 222 - color contains mainly: green. Hex color #DBDEB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBDEB6 is #242149. Grayscale: #D8D8D8. Windows color (decimal): -2367818 or 11984603. OLE color: 11984603.
HSL color Cylindrical-coordinate representation of color #DBDEB6: hue angle of 64.5º degrees, saturation: 0.38, 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 #DBDEB6 is Cyan = 0.01, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
RGB | 219 | 222 | 182 | - |
CMYK | 0.01 | 0 | 0.18 | 0.13 |
HSL | 64.5º | 0.38% | 0.79% | - |
HSV(B) | 64.5º | 0.18% | 0.87% | - |
XYZ | 63.78 | 70.68 | 54.54 | - |
YUV | 216.54 | 108.51 | 129.75 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 222 | 182 | 0.01 | 0 | 0.18 | 0.13 | 64.5 | 0.38 | 0.79 |
Hex | DB | DE | B6 | 1 | 0 | 12 | D | 40 | 26 | 4F |
Octal | 333 | 336 | 266 | 1 | 0 | 22 | 15 | 100 | 46 | 117 |
Binary | 11011011 | 11011110 | 10110110 | 1 | 0 | 10010 | 1101 | 1000000 | 100110 | 1001111 |
Color Harmonies of #DBDEB6
Complementary color
Monochromatic Colors of #DBDEB6
Black with #DBDEB6
Text Example
Text Example
White with #DBDEB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDEB6; }
p { color: rgb(219,222,182); }
H1.HeaderClassName
{
color: #DBDEB6;
}
.AnyTagClassName
{
color: #DBDEB6;
}
</style>
background-color css
<style>
a { background-color: #DBDEB6; }
a { background-color: rgb(219,222,182); }
div.DivClassName
{
background-color: #DBDEB6;
}
.BgClassName
{
background-color: #DBDEB6;
}
</style>
border-color css
<style>
span { border-color: #DBDEB6; }
span { border-color: rgb(219,222,182); }
td.TdClassName
{
border-color: #DBDEB6;
}
.TagClassName
{
border-color: #DBDEB6;
}
</style>