Shades of Tusk #DBDDAC
Tints of Tusk #DBDDAC
RGB
CMYK
RGB Variations
Color information
#DBDDAC (or 0xDBDDAC) is known color: Tusk. HEX triplet: DB, DD and AC. RGB value is (219,221,172). Sum of RGB (Red+Green+Blue) = 219+221+172=612 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.78% from 612); Green value is 221 (86.72% from 255 or 36.11% from 612); Blue value is 172 (67.58% from 255 or 28.10% from 612); Max value from RGB is 221 - color contains mainly: green. Hex color #DBDDAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBDDAC is #242253. Grayscale: #D7D7D7. Windows color (decimal): -2368084 or 11328987. OLE color: 11328987.
HSL color Cylindrical-coordinate representation of color #DBDDAC: hue angle of 62.45º degrees, saturation: 0.42, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DBDDAC is Cyan = 0.01, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
RGB | 219 | 221 | 172 | - |
CMYK | 0.01 | 0 | 0.22 | 0.13 |
HSL | 62.45º | 0.42% | 0.77% | - |
HSV(B) | 62.45º | 0.22% | 0.87% | - |
XYZ | 62.52 | 69.75 | 49.2 | - |
YUV | 214.82 | 103.84 | 130.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 221 | 172 | 0.01 | 0 | 0.22 | 0.13 | 62.45 | 0.42 | 0.77 |
Hex | DB | DD | AC | 1 | 0 | 16 | D | 3E | 2A | 4D |
Octal | 333 | 335 | 254 | 1 | 0 | 26 | 15 | 76 | 52 | 115 |
Binary | 11011011 | 11011101 | 10101100 | 1 | 0 | 10110 | 1101 | 111110 | 101010 | 1001101 |
Color Harmonies of #DBDDAC
Complementary color
Monochromatic Colors of #DBDDAC
Black with #DBDDAC
Text Example
Text Example
White with #DBDDAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDDAC; }
p { color: rgb(219,221,172); }
H1.HeaderClassName
{
color: #DBDDAC;
}
.AnyTagClassName
{
color: #DBDDAC;
}
</style>
background-color css
<style>
a { background-color: #DBDDAC; }
a { background-color: rgb(219,221,172); }
div.DivClassName
{
background-color: #DBDDAC;
}
.BgClassName
{
background-color: #DBDDAC;
}
</style>
border-color css
<style>
span { border-color: #DBDDAC; }
span { border-color: rgb(219,221,172); }
td.TdClassName
{
border-color: #DBDDAC;
}
.TagClassName
{
border-color: #DBDDAC;
}
</style>