Shades of Tusk #DBDDA9
Tints of Tusk #DBDDA9
RGB
CMYK
RGB Variations
Color information
#DBDDA9 (or 0xDBDDA9) is known color: Tusk. HEX triplet: DB, DD and A9. RGB value is (219,221,169). Sum of RGB (Red+Green+Blue) = 219+221+169=609 (80% of max value = 765). Red value is 219 (85.94% from 255 or 35.96% from 609); Green value is 221 (86.72% from 255 or 36.29% from 609); Blue value is 169 (66.41% from 255 or 27.75% from 609); Max value from RGB is 221 - color contains mainly: green. Hex color #DBDDA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBDDA9 is #242256. Grayscale: #D6D6D6. Windows color (decimal): -2368087 or 11132379. OLE color: 11132379.
HSL color Cylindrical-coordinate representation of color #DBDDA9: hue angle of 62.31º degrees, saturation: 0.43, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DBDDA9 is Cyan = 0.01, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 221 | 169 | - |
| CMYK | 0.01 | 0 | 0.24 | 0.13 |
| HSL | 62.31º | 0.43% | 0.76% | - |
| HSV(B) | 62.31º | 0.24% | 0.87% | - |
| XYZ | 62.23 | 69.64 | 47.7 | - |
| YUV | 214.47 | 102.34 | 131.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 221 | 169 | 0.01 | 0 | 0.24 | 0.13 | 62.31 | 0.43 | 0.76 |
| Hex | DB | DD | A9 | 1 | 0 | 18 | D | 3E | 2B | 4C |
| Octal | 333 | 335 | 251 | 1 | 0 | 30 | 15 | 76 | 53 | 114 |
| Binary | 11011011 | 11011101 | 10101001 | 1 | 0 | 11000 | 1101 | 111110 | 101011 | 1001100 |
Color Harmonies of #DBDDA9
Complementary color
Monochromatic Colors of #DBDDA9
Black with #DBDDA9
Text Example
Text Example
White with #DBDDA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDDA9; }
p { color: rgb(219,221,169); }
H1.HeaderClassName
{
color: #DBDDA9;
}
.AnyTagClassName
{
color: #DBDDA9;
}
</style>
background-color css
<style>
a { background-color: #DBDDA9; }
a { background-color: rgb(219,221,169); }
div.DivClassName
{
background-color: #DBDDA9;
}
.BgClassName
{
background-color: #DBDDA9;
}
</style>
border-color css
<style>
span { border-color: #DBDDA9; }
span { border-color: rgb(219,221,169); }
td.TdClassName
{
border-color: #DBDDA9;
}
.TagClassName
{
border-color: #DBDDA9;
}
</style>