Shades of Tusk #DBDDAD
Tints of Tusk #DBDDAD
RGB
CMYK
RGB Variations
Color information
#DBDDAD (or 0xDBDDAD) is known color: Tusk. HEX triplet: DB, DD and AD. RGB value is (219,221,173). Sum of RGB (Red+Green+Blue) = 219+221+173=613 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.73% from 613); Green value is 221 (86.72% from 255 or 36.05% from 613); Blue value is 173 (67.97% from 255 or 28.22% from 613); Max value from RGB is 221 - color contains mainly: green. Hex color #DBDDAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBDDAD is #242252. Grayscale: #D7D7D7. Windows color (decimal): -2368083 or 11394523. OLE color: 11394523.
HSL color Cylindrical-coordinate representation of color #DBDDAD: hue angle of 62.5º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DBDDAD is Cyan = 0.01, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 221 | 173 | - |
| CMYK | 0.01 | 0 | 0.22 | 0.13 |
| HSL | 62.5º | 0.41% | 0.77% | - |
| HSV(B) | 62.5º | 0.22% | 0.87% | - |
| XYZ | 62.61 | 69.79 | 49.71 | - |
| YUV | 214.93 | 104.34 | 130.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 221 | 173 | 0.01 | 0 | 0.22 | 0.13 | 62.5 | 0.41 | 0.77 |
| Hex | DB | DD | AD | 1 | 0 | 16 | D | 3F | 29 | 4D |
| Octal | 333 | 335 | 255 | 1 | 0 | 26 | 15 | 77 | 51 | 115 |
| Binary | 11011011 | 11011101 | 10101101 | 1 | 0 | 10110 | 1101 | 111111 | 101001 | 1001101 |
Color Harmonies of #DBDDAD
Complementary color
Monochromatic Colors of #DBDDAD
Black with #DBDDAD
Text Example
Text Example
White with #DBDDAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDDAD; }
p { color: rgb(219,221,173); }
H1.HeaderClassName
{
color: #DBDDAD;
}
.AnyTagClassName
{
color: #DBDDAD;
}
</style>
background-color css
<style>
a { background-color: #DBDDAD; }
a { background-color: rgb(219,221,173); }
div.DivClassName
{
background-color: #DBDDAD;
}
.BgClassName
{
background-color: #DBDDAD;
}
</style>
border-color css
<style>
span { border-color: #DBDDAD; }
span { border-color: rgb(219,221,173); }
td.TdClassName
{
border-color: #DBDDAD;
}
.TagClassName
{
border-color: #DBDDAD;
}
</style>