Shades of Tusk #DBDCAF
Tints of Tusk #DBDCAF
RGB
CMYK
RGB Variations
Color information
#DBDCAF (or 0xDBDCAF) is known color: Tusk. HEX triplet: DB, DC and AF. RGB value is (219,220,175). Sum of RGB (Red+Green+Blue) = 219+220+175=614 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.67% from 614); Green value is 220 (86.33% from 255 or 35.83% from 614); Blue value is 175 (68.75% from 255 or 28.50% from 614); Max value from RGB is 220 - color contains mainly: green. Hex color #DBDCAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBDCAF is #242350. Grayscale: #D6D6D6. Windows color (decimal): -2368337 or 11525339. OLE color: 11525339.
HSL color Cylindrical-coordinate representation of color #DBDCAF: hue angle of 61.33º degrees, saturation: 0.39, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DBDCAF is Cyan = 0.00, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 220 | 175 | - |
| CMYK | 0.00 | 0 | 0.20 | 0.14 |
| HSL | 61.33º | 0.39% | 0.77% | - |
| HSV(B) | 61.33º | 0.2% | 0.86% | - |
| XYZ | 62.54 | 69.34 | 50.65 | - |
| YUV | 214.57 | 105.67 | 131.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 220 | 175 | 0.00 | 0 | 0.20 | 0.14 | 61.33 | 0.39 | 0.77 |
| Hex | DB | DC | AF | 0 | 0 | 14 | E | 3D | 27 | 4D |
| Octal | 333 | 334 | 257 | 0 | 0 | 24 | 16 | 75 | 47 | 115 |
| Binary | 11011011 | 11011100 | 10101111 | 0 | 0 | 10100 | 1110 | 111101 | 100111 | 1001101 |
Color Harmonies of #DBDCAF
Complementary color
Monochromatic Colors of #DBDCAF
Black with #DBDCAF
Text Example
Text Example
White with #DBDCAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDCAF; }
p { color: rgb(219,220,175); }
H1.HeaderClassName
{
color: #DBDCAF;
}
.AnyTagClassName
{
color: #DBDCAF;
}
</style>
background-color css
<style>
a { background-color: #DBDCAF; }
a { background-color: rgb(219,220,175); }
div.DivClassName
{
background-color: #DBDCAF;
}
.BgClassName
{
background-color: #DBDCAF;
}
</style>
border-color css
<style>
span { border-color: #DBDCAF; }
span { border-color: rgb(219,220,175); }
td.TdClassName
{
border-color: #DBDCAF;
}
.TagClassName
{
border-color: #DBDCAF;
}
</style>