Shades of Tusk #DBDCAC
Tints of Tusk #DBDCAC
RGB
CMYK
RGB Variations
Color information
#DBDCAC (or 0xDBDCAC) is known color: Tusk. HEX triplet: DB, DC and AC. RGB value is (219,220,172). Sum of RGB (Red+Green+Blue) = 219+220+172=611 (80% of max value = 765). Red value is 219 (85.94% from 255 or 35.84% from 611); Green value is 220 (86.33% from 255 or 36.01% from 611); Blue value is 172 (67.58% from 255 or 28.15% from 611); Max value from RGB is 220 - color contains mainly: green. Hex color #DBDCAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBDCAC is #242353. Grayscale: #D6D6D6. Windows color (decimal): -2368340 or 11328731. OLE color: 11328731.
HSL color Cylindrical-coordinate representation of color #DBDCAC: hue angle of 61.25º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DBDCAC is Cyan = 0.00, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 220 | 172 | - |
| CMYK | 0.00 | 0 | 0.22 | 0.14 |
| HSL | 61.25º | 0.41% | 0.77% | - |
| HSV(B) | 61.25º | 0.22% | 0.86% | - |
| XYZ | 62.25 | 69.23 | 49.11 | - |
| YUV | 214.23 | 104.17 | 131.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 220 | 172 | 0.00 | 0 | 0.22 | 0.14 | 61.25 | 0.41 | 0.77 |
| Hex | DB | DC | AC | 0 | 0 | 16 | E | 3D | 29 | 4D |
| Octal | 333 | 334 | 254 | 0 | 0 | 26 | 16 | 75 | 51 | 115 |
| Binary | 11011011 | 11011100 | 10101100 | 0 | 0 | 10110 | 1110 | 111101 | 101001 | 1001101 |
Color Harmonies of #DBDCAC
Complementary color
Monochromatic Colors of #DBDCAC
Black with #DBDCAC
Text Example
Text Example
White with #DBDCAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDCAC; }
p { color: rgb(219,220,172); }
H1.HeaderClassName
{
color: #DBDCAC;
}
.AnyTagClassName
{
color: #DBDCAC;
}
</style>
background-color css
<style>
a { background-color: #DBDCAC; }
a { background-color: rgb(219,220,172); }
div.DivClassName
{
background-color: #DBDCAC;
}
.BgClassName
{
background-color: #DBDCAC;
}
</style>
border-color css
<style>
span { border-color: #DBDCAC; }
span { border-color: rgb(219,220,172); }
td.TdClassName
{
border-color: #DBDCAC;
}
.TagClassName
{
border-color: #DBDCAC;
}
</style>