Shades of Tusk #DBDCAA
Tints of Tusk #DBDCAA
RGB
CMYK
RGB Variations
Color information
#DBDCAA (or 0xDBDCAA) is known color: Tusk. HEX triplet: DB, DC and AA. RGB value is (219,220,170). Sum of RGB (Red+Green+Blue) = 219+220+170=609 (80% of max value = 765). Red value is 219 (85.94% from 255 or 35.96% from 609); Green value is 220 (86.33% from 255 or 36.12% from 609); Blue value is 170 (66.80% from 255 or 27.91% from 609); Max value from RGB is 220 - color contains mainly: green. Hex color #DBDCAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBDCAA is #242355. Grayscale: #D6D6D6. Windows color (decimal): -2368342 or 11197659. OLE color: 11197659.
HSL color Cylindrical-coordinate representation of color #DBDCAA: hue angle of 61.2º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DBDCAA is Cyan = 0.00, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 220 | 170 | - |
| CMYK | 0.00 | 0 | 0.23 | 0.14 |
| HSL | 61.2º | 0.42% | 0.76% | - |
| HSV(B) | 61.2º | 0.23% | 0.86% | - |
| XYZ | 62.06 | 69.15 | 48.11 | - |
| YUV | 214 | 103.17 | 131.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 220 | 170 | 0.00 | 0 | 0.23 | 0.14 | 61.2 | 0.42 | 0.76 |
| Hex | DB | DC | AA | 0 | 0 | 17 | E | 3D | 2A | 4C |
| Octal | 333 | 334 | 252 | 0 | 0 | 27 | 16 | 75 | 52 | 114 |
| Binary | 11011011 | 11011100 | 10101010 | 0 | 0 | 10111 | 1110 | 111101 | 101010 | 1001100 |
Color Harmonies of #DBDCAA
Complementary color
Monochromatic Colors of #DBDCAA
Black with #DBDCAA
Text Example
Text Example
White with #DBDCAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDCAA; }
p { color: rgb(219,220,170); }
H1.HeaderClassName
{
color: #DBDCAA;
}
.AnyTagClassName
{
color: #DBDCAA;
}
</style>
background-color css
<style>
a { background-color: #DBDCAA; }
a { background-color: rgb(219,220,170); }
div.DivClassName
{
background-color: #DBDCAA;
}
.BgClassName
{
background-color: #DBDCAA;
}
</style>
border-color css
<style>
span { border-color: #DBDCAA; }
span { border-color: rgb(219,220,170); }
td.TdClassName
{
border-color: #DBDCAA;
}
.TagClassName
{
border-color: #DBDCAA;
}
</style>