Shades of Tusk #DBDCAE
Tints of Tusk #DBDCAE
RGB
CMYK
RGB Variations
Color information
#DBDCAE (or 0xDBDCAE) is known color: Tusk. HEX triplet: DB, DC and AE. RGB value is (219,220,174). Sum of RGB (Red+Green+Blue) = 219+220+174=613 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.73% from 613); Green value is 220 (86.33% from 255 or 35.89% from 613); Blue value is 174 (68.36% from 255 or 28.38% from 613); Max value from RGB is 220 - color contains mainly: green. Hex color #DBDCAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBDCAE is #242351. Grayscale: #D6D6D6. Windows color (decimal): -2368338 or 11459803. OLE color: 11459803.
HSL color Cylindrical-coordinate representation of color #DBDCAE: hue angle of 61.3º degrees, saturation: 0.4, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DBDCAE is Cyan = 0.00, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 220 | 174 | - |
| CMYK | 0.00 | 0 | 0.21 | 0.14 |
| HSL | 61.3º | 0.4% | 0.77% | - |
| HSV(B) | 61.3º | 0.21% | 0.86% | - |
| XYZ | 62.45 | 69.3 | 50.13 | - |
| YUV | 214.46 | 105.17 | 131.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 220 | 174 | 0.00 | 0 | 0.21 | 0.14 | 61.3 | 0.4 | 0.77 |
| Hex | DB | DC | AE | 0 | 0 | 15 | E | 3D | 28 | 4D |
| Octal | 333 | 334 | 256 | 0 | 0 | 25 | 16 | 75 | 50 | 115 |
| Binary | 11011011 | 11011100 | 10101110 | 0 | 0 | 10101 | 1110 | 111101 | 101000 | 1001101 |
Color Harmonies of #DBDCAE
Complementary color
Monochromatic Colors of #DBDCAE
Black with #DBDCAE
Text Example
Text Example
White with #DBDCAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDCAE; }
p { color: rgb(219,220,174); }
H1.HeaderClassName
{
color: #DBDCAE;
}
.AnyTagClassName
{
color: #DBDCAE;
}
</style>
background-color css
<style>
a { background-color: #DBDCAE; }
a { background-color: rgb(219,220,174); }
div.DivClassName
{
background-color: #DBDCAE;
}
.BgClassName
{
background-color: #DBDCAE;
}
</style>
border-color css
<style>
span { border-color: #DBDCAE; }
span { border-color: rgb(219,220,174); }
td.TdClassName
{
border-color: #DBDCAE;
}
.TagClassName
{
border-color: #DBDCAE;
}
</style>