Shades of Tusk #DBDCB1
Tints of Tusk #DBDCB1
RGB
CMYK
RGB Variations
Color information
#DBDCB1 (or 0xDBDCB1) is known color: Tusk. HEX triplet: DB, DC and B1. RGB value is (219,220,177). Sum of RGB (Red+Green+Blue) = 219+220+177=616 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.55% from 616); Green value is 220 (86.33% from 255 or 35.71% from 616); Blue value is 177 (69.53% from 255 or 28.73% from 616); Max value from RGB is 220 - color contains mainly: green. Hex color #DBDCB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBDCB1 is #24234E. Grayscale: #D6D6D6. Windows color (decimal): -2368335 or 11656411. OLE color: 11656411.
HSL color Cylindrical-coordinate representation of color #DBDCB1: hue angle of 61.4º degrees, saturation: 0.38, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DBDCB1 is Cyan = 0.00, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 220 | 177 | - |
| CMYK | 0.00 | 0 | 0.20 | 0.14 |
| HSL | 61.4º | 0.38% | 0.78% | - |
| HSV(B) | 61.4º | 0.2% | 0.86% | - |
| XYZ | 62.74 | 69.42 | 51.69 | - |
| YUV | 214.8 | 106.67 | 131 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 220 | 177 | 0.00 | 0 | 0.20 | 0.14 | 61.4 | 0.38 | 0.78 |
| Hex | DB | DC | B1 | 0 | 0 | 14 | E | 3D | 26 | 4E |
| Octal | 333 | 334 | 261 | 0 | 0 | 24 | 16 | 75 | 46 | 116 |
| Binary | 11011011 | 11011100 | 10110001 | 0 | 0 | 10100 | 1110 | 111101 | 100110 | 1001110 |
Color Harmonies of #DBDCB1
Complementary color
Monochromatic Colors of #DBDCB1
Black with #DBDCB1
Text Example
Text Example
White with #DBDCB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDCB1; }
p { color: rgb(219,220,177); }
H1.HeaderClassName
{
color: #DBDCB1;
}
.AnyTagClassName
{
color: #DBDCB1;
}
</style>
background-color css
<style>
a { background-color: #DBDCB1; }
a { background-color: rgb(219,220,177); }
div.DivClassName
{
background-color: #DBDCB1;
}
.BgClassName
{
background-color: #DBDCB1;
}
</style>
border-color css
<style>
span { border-color: #DBDCB1; }
span { border-color: rgb(219,220,177); }
td.TdClassName
{
border-color: #DBDCB1;
}
.TagClassName
{
border-color: #DBDCB1;
}
</style>