Shades of Tusk #DBDDAF
Tints of Tusk #DBDDAF
RGB
CMYK
RGB Variations
Color information
#DBDDAF (or 0xDBDDAF) is known color: Tusk. HEX triplet: DB, DD and AF. RGB value is (219,221,175). Sum of RGB (Red+Green+Blue) = 219+221+175=615 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.61% from 615); Green value is 221 (86.72% from 255 or 35.93% from 615); Blue value is 175 (68.75% from 255 or 28.46% from 615); Max value from RGB is 221 - color contains mainly: green. Hex color #DBDDAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBDDAF is #242250. Grayscale: #D7D7D7. Windows color (decimal): -2368081 or 11525595. OLE color: 11525595.
HSL color Cylindrical-coordinate representation of color #DBDDAF: hue angle of 62.61º degrees, saturation: 0.4, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DBDDAF is Cyan = 0.01, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 221 | 175 | - |
| CMYK | 0.01 | 0 | 0.21 | 0.13 |
| HSL | 62.61º | 0.4% | 0.78% | - |
| HSV(B) | 62.61º | 0.21% | 0.87% | - |
| XYZ | 62.81 | 69.87 | 50.73 | - |
| YUV | 215.16 | 105.34 | 130.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 221 | 175 | 0.01 | 0 | 0.21 | 0.13 | 62.61 | 0.4 | 0.78 |
| Hex | DB | DD | AF | 1 | 0 | 15 | D | 3F | 28 | 4E |
| Octal | 333 | 335 | 257 | 1 | 0 | 25 | 15 | 77 | 50 | 116 |
| Binary | 11011011 | 11011101 | 10101111 | 1 | 0 | 10101 | 1101 | 111111 | 101000 | 1001110 |
Color Harmonies of #DBDDAF
Complementary color
Monochromatic Colors of #DBDDAF
Black with #DBDDAF
Text Example
Text Example
White with #DBDDAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDDAF; }
p { color: rgb(219,221,175); }
H1.HeaderClassName
{
color: #DBDDAF;
}
.AnyTagClassName
{
color: #DBDDAF;
}
</style>
background-color css
<style>
a { background-color: #DBDDAF; }
a { background-color: rgb(219,221,175); }
div.DivClassName
{
background-color: #DBDDAF;
}
.BgClassName
{
background-color: #DBDDAF;
}
</style>
border-color css
<style>
span { border-color: #DBDDAF; }
span { border-color: rgb(219,221,175); }
td.TdClassName
{
border-color: #DBDDAF;
}
.TagClassName
{
border-color: #DBDDAF;
}
</style>