Shades of Tusk #DBDFB6
Tints of Tusk #DBDFB6
RGB
CMYK
RGB Variations
Color information
#DBDFB6 (or 0xDBDFB6) is known color: Tusk. HEX triplet: DB, DF and B6. RGB value is (219,223,182). Sum of RGB (Red+Green+Blue) = 219+223+182=624 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.10% from 624); Green value is 223 (87.5% from 255 or 35.74% from 624); Blue value is 182 (71.48% from 255 or 29.17% from 624); Max value from RGB is 223 - color contains mainly: green. Hex color #DBDFB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBDFB6 is #242049. Grayscale: #D9D9D9. Windows color (decimal): -2367562 or 11984859. OLE color: 11984859.
HSL color Cylindrical-coordinate representation of color #DBDFB6: hue angle of 65.85º degrees, saturation: 0.39, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DBDFB6 is Cyan = 0.02, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 223 | 182 | - |
| CMYK | 0.02 | 0 | 0.18 | 0.13 |
| HSL | 65.85º | 0.39% | 0.79% | - |
| HSV(B) | 65.85º | 0.18% | 0.87% | - |
| XYZ | 64.04 | 71.21 | 54.63 | - |
| YUV | 217.13 | 108.17 | 129.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 223 | 182 | 0.02 | 0 | 0.18 | 0.13 | 65.85 | 0.39 | 0.79 |
| Hex | DB | DF | B6 | 2 | 0 | 12 | D | 42 | 27 | 4F |
| Octal | 333 | 337 | 266 | 2 | 0 | 22 | 15 | 102 | 47 | 117 |
| Binary | 11011011 | 11011111 | 10110110 | 10 | 0 | 10010 | 1101 | 1000010 | 100111 | 1001111 |
Color Harmonies of #DBDFB6
Complementary color
Monochromatic Colors of #DBDFB6
Black with #DBDFB6
Text Example
Text Example
White with #DBDFB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDFB6; }
p { color: rgb(219,223,182); }
H1.HeaderClassName
{
color: #DBDFB6;
}
.AnyTagClassName
{
color: #DBDFB6;
}
</style>
background-color css
<style>
a { background-color: #DBDFB6; }
a { background-color: rgb(219,223,182); }
div.DivClassName
{
background-color: #DBDFB6;
}
.BgClassName
{
background-color: #DBDFB6;
}
</style>
border-color css
<style>
span { border-color: #DBDFB6; }
span { border-color: rgb(219,223,182); }
td.TdClassName
{
border-color: #DBDFB6;
}
.TagClassName
{
border-color: #DBDFB6;
}
</style>