Shades of Tusk #DBDEA6
Tints of Tusk #DBDEA6
RGB
CMYK
RGB Variations
Color information
#DBDEA6 (or 0xDBDEA6) is known color: Tusk. HEX triplet: DB, DE and A6. RGB value is (219,222,166). Sum of RGB (Red+Green+Blue) = 219+222+166=607 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.08% from 607); Green value is 222 (87.11% from 255 or 36.57% from 607); Blue value is 166 (65.23% from 255 or 27.35% from 607); Max value from RGB is 222 - color contains mainly: green. Hex color #DBDEA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBDEA6 is #242159. Grayscale: #D6D6D6. Windows color (decimal): -2367834 or 10936027. OLE color: 10936027.
HSL color Cylindrical-coordinate representation of color #DBDEA6: hue angle of 63.21º degrees, saturation: 0.46, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DBDEA6 is Cyan = 0.01, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 222 | 166 | - |
| CMYK | 0.01 | 0 | 0.25 | 0.13 |
| HSL | 63.21º | 0.46% | 0.76% | - |
| HSV(B) | 63.21º | 0.25% | 0.87% | - |
| XYZ | 62.22 | 70.06 | 46.32 | - |
| YUV | 214.72 | 100.51 | 131.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 222 | 166 | 0.01 | 0 | 0.25 | 0.13 | 63.21 | 0.46 | 0.76 |
| Hex | DB | DE | A6 | 1 | 0 | 19 | D | 3F | 2E | 4C |
| Octal | 333 | 336 | 246 | 1 | 0 | 31 | 15 | 77 | 56 | 114 |
| Binary | 11011011 | 11011110 | 10100110 | 1 | 0 | 11001 | 1101 | 111111 | 101110 | 1001100 |
Color Harmonies of #DBDEA6
Complementary color
Monochromatic Colors of #DBDEA6
Black with #DBDEA6
Text Example
Text Example
White with #DBDEA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDEA6; }
p { color: rgb(219,222,166); }
H1.HeaderClassName
{
color: #DBDEA6;
}
.AnyTagClassName
{
color: #DBDEA6;
}
</style>
background-color css
<style>
a { background-color: #DBDEA6; }
a { background-color: rgb(219,222,166); }
div.DivClassName
{
background-color: #DBDEA6;
}
.BgClassName
{
background-color: #DBDEA6;
}
</style>
border-color css
<style>
span { border-color: #DBDEA6; }
span { border-color: rgb(219,222,166); }
td.TdClassName
{
border-color: #DBDEA6;
}
.TagClassName
{
border-color: #DBDEA6;
}
</style>