Shades of Tusk #DBDDBA
Tints of Tusk #DBDDBA
RGB
CMYK
RGB Variations
Color information
#DBDDBA (or 0xDBDDBA) is known color: Tusk. HEX triplet: DB, DD and BA. RGB value is (219,221,186). Sum of RGB (Red+Green+Blue) = 219+221+186=626 (82% of max value = 765). Red value is 219 (85.94% from 255 or 34.98% from 626); Green value is 221 (86.72% from 255 or 35.30% from 626); Blue value is 186 (73.05% from 255 or 29.71% from 626); Max value from RGB is 221 - color contains mainly: green. Hex color #DBDDBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBDDBA is #242245. Grayscale: #D8D8D8. Windows color (decimal): -2368070 or 12246491. OLE color: 12246491.
HSL color Cylindrical-coordinate representation of color #DBDDBA: hue angle of 63.43º degrees, saturation: 0.34, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DBDDBA is Cyan = 0.01, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
RGB | 219 | 221 | 186 | - |
CMYK | 0.01 | 0 | 0.16 | 0.13 |
HSL | 63.43º | 0.34% | 0.8% | - |
HSV(B) | 63.43º | 0.16% | 0.87% | - |
XYZ | 63.93 | 70.32 | 56.66 | - |
YUV | 216.41 | 110.84 | 129.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 221 | 186 | 0.01 | 0 | 0.16 | 0.13 | 63.43 | 0.34 | 0.8 |
Hex | DB | DD | BA | 1 | 0 | 10 | D | 3F | 22 | 50 |
Octal | 333 | 335 | 272 | 1 | 0 | 20 | 15 | 77 | 42 | 120 |
Binary | 11011011 | 11011101 | 10111010 | 1 | 0 | 10000 | 1101 | 111111 | 100010 | 1010000 |
Color Harmonies of #DBDDBA
Complementary color
Monochromatic Colors of #DBDDBA
Black with #DBDDBA
Text Example
Text Example
White with #DBDDBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDDBA; }
p { color: rgb(219,221,186); }
H1.HeaderClassName
{
color: #DBDDBA;
}
.AnyTagClassName
{
color: #DBDDBA;
}
</style>
background-color css
<style>
a { background-color: #DBDDBA; }
a { background-color: rgb(219,221,186); }
div.DivClassName
{
background-color: #DBDDBA;
}
.BgClassName
{
background-color: #DBDDBA;
}
</style>
border-color css
<style>
span { border-color: #DBDDBA; }
span { border-color: rgb(219,221,186); }
td.TdClassName
{
border-color: #DBDDBA;
}
.TagClassName
{
border-color: #DBDDBA;
}
</style>