Shades of Tusk #DBDFA1
Tints of Tusk #DBDFA1
RGB
CMYK
RGB Variations
Color information
#DBDFA1 (or 0xDBDFA1) is known color: Tusk. HEX triplet: DB, DF and A1. RGB value is (219,223,161). Sum of RGB (Red+Green+Blue) = 219+223+161=603 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.32% from 603); Green value is 223 (87.5% from 255 or 36.98% from 603); Blue value is 161 (63.28% from 255 or 26.70% from 603); Max value from RGB is 223 - color contains mainly: green. Hex color #DBDFA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBDFA1 is #24205E. Grayscale: #D6D6D6. Windows color (decimal): -2367583 or 10608603. OLE color: 10608603.
HSL color Cylindrical-coordinate representation of color #DBDFA1: hue angle of 63.87º degrees, saturation: 0.49, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DBDFA1 is Cyan = 0.02, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 223 | 161 | - |
| CMYK | 0.02 | 0 | 0.28 | 0.13 |
| HSL | 63.87º | 0.49% | 0.75% | - |
| HSV(B) | 63.87º | 0.28% | 0.87% | - |
| XYZ | 62.03 | 70.41 | 44.04 | - |
| YUV | 214.74 | 97.67 | 131.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 223 | 161 | 0.02 | 0 | 0.28 | 0.13 | 63.87 | 0.49 | 0.75 |
| Hex | DB | DF | A1 | 2 | 0 | 1C | D | 40 | 31 | 4B |
| Octal | 333 | 337 | 241 | 2 | 0 | 34 | 15 | 100 | 61 | 113 |
| Binary | 11011011 | 11011111 | 10100001 | 10 | 0 | 11100 | 1101 | 1000000 | 110001 | 1001011 |
Color Harmonies of #DBDFA1
Complementary color
Monochromatic Colors of #DBDFA1
Black with #DBDFA1
Text Example
Text Example
White with #DBDFA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDFA1; }
p { color: rgb(219,223,161); }
H1.HeaderClassName
{
color: #DBDFA1;
}
.AnyTagClassName
{
color: #DBDFA1;
}
</style>
background-color css
<style>
a { background-color: #DBDFA1; }
a { background-color: rgb(219,223,161); }
div.DivClassName
{
background-color: #DBDFA1;
}
.BgClassName
{
background-color: #DBDFA1;
}
</style>
border-color css
<style>
span { border-color: #DBDFA1; }
span { border-color: rgb(219,223,161); }
td.TdClassName
{
border-color: #DBDFA1;
}
.TagClassName
{
border-color: #DBDFA1;
}
</style>