Shades of Tusk #DBDFA2
Tints of Tusk #DBDFA2
RGB
CMYK
RGB Variations
Color information
#DBDFA2 (or 0xDBDFA2) is known color: Tusk. HEX triplet: DB, DF and A2. RGB value is (219,223,162). Sum of RGB (Red+Green+Blue) = 219+223+162=604 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.26% from 604); Green value is 223 (87.5% from 255 or 36.92% from 604); Blue value is 162 (63.67% from 255 or 26.82% from 604); Max value from RGB is 223 - color contains mainly: green. Hex color #DBDFA2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBDFA2 is #24205D. Grayscale: #D7D7D7. Windows color (decimal): -2367582 or 10674139. OLE color: 10674139.
HSL color Cylindrical-coordinate representation of color #DBDFA2: hue angle of 63.93º degrees, saturation: 0.49, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DBDFA2 is Cyan = 0.02, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 223 | 162 | - |
| CMYK | 0.02 | 0 | 0.27 | 0.13 |
| HSL | 63.93º | 0.49% | 0.75% | - |
| HSV(B) | 63.93º | 0.27% | 0.87% | - |
| XYZ | 62.12 | 70.44 | 44.51 | - |
| YUV | 214.85 | 98.17 | 130.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 223 | 162 | 0.02 | 0 | 0.27 | 0.13 | 63.93 | 0.49 | 0.75 |
| Hex | DB | DF | A2 | 2 | 0 | 1B | D | 40 | 31 | 4B |
| Octal | 333 | 337 | 242 | 2 | 0 | 33 | 15 | 100 | 61 | 113 |
| Binary | 11011011 | 11011111 | 10100010 | 10 | 0 | 11011 | 1101 | 1000000 | 110001 | 1001011 |
Color Harmonies of #DBDFA2
Complementary color
Monochromatic Colors of #DBDFA2
Black with #DBDFA2
Text Example
Text Example
White with #DBDFA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDFA2; }
p { color: rgb(219,223,162); }
H1.HeaderClassName
{
color: #DBDFA2;
}
.AnyTagClassName
{
color: #DBDFA2;
}
</style>
background-color css
<style>
a { background-color: #DBDFA2; }
a { background-color: rgb(219,223,162); }
div.DivClassName
{
background-color: #DBDFA2;
}
.BgClassName
{
background-color: #DBDFA2;
}
</style>
border-color css
<style>
span { border-color: #DBDFA2; }
span { border-color: rgb(219,223,162); }
td.TdClassName
{
border-color: #DBDFA2;
}
.TagClassName
{
border-color: #DBDFA2;
}
</style>