Shades of Tusk #DBDEB5
Tints of Tusk #DBDEB5
RGB
CMYK
RGB Variations
Color information
#DBDEB5 (or 0xDBDEB5) is known color: Tusk. HEX triplet: DB, DE and B5. RGB value is (219,222,181). Sum of RGB (Red+Green+Blue) = 219+222+181=622 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.21% from 622); Green value is 222 (87.11% from 255 or 35.69% from 622); Blue value is 181 (71.09% from 255 or 29.10% from 622); Max value from RGB is 222 - color contains mainly: green. Hex color #DBDEB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBDEB5 is #24214A. Grayscale: #D8D8D8. Windows color (decimal): -2367819 or 11919067. OLE color: 11919067.
HSL color Cylindrical-coordinate representation of color #DBDEB5: hue angle of 64.39º 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 #DBDEB5 is Cyan = 0.01, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
RGB | 219 | 222 | 181 | - |
CMYK | 0.01 | 0 | 0.18 | 0.13 |
HSL | 64.39º | 0.38% | 0.79% | - |
HSV(B) | 64.39º | 0.18% | 0.87% | - |
XYZ | 63.68 | 70.64 | 53.99 | - |
YUV | 216.43 | 108.01 | 129.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 222 | 181 | 0.01 | 0 | 0.18 | 0.13 | 64.39 | 0.38 | 0.79 |
Hex | DB | DE | B5 | 1 | 0 | 12 | D | 40 | 26 | 4F |
Octal | 333 | 336 | 265 | 1 | 0 | 22 | 15 | 100 | 46 | 117 |
Binary | 11011011 | 11011110 | 10110101 | 1 | 0 | 10010 | 1101 | 1000000 | 100110 | 1001111 |
Color Harmonies of #DBDEB5
Complementary color
Monochromatic Colors of #DBDEB5
Black with #DBDEB5
Text Example
Text Example
White with #DBDEB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDEB5; }
p { color: rgb(219,222,181); }
H1.HeaderClassName
{
color: #DBDEB5;
}
.AnyTagClassName
{
color: #DBDEB5;
}
</style>
background-color css
<style>
a { background-color: #DBDEB5; }
a { background-color: rgb(219,222,181); }
div.DivClassName
{
background-color: #DBDEB5;
}
.BgClassName
{
background-color: #DBDEB5;
}
</style>
border-color css
<style>
span { border-color: #DBDEB5; }
span { border-color: rgb(219,222,181); }
td.TdClassName
{
border-color: #DBDEB5;
}
.TagClassName
{
border-color: #DBDEB5;
}
</style>