Shades of Tusk #DCDBB1
Tints of Tusk #DCDBB1
RGB
CMYK
RGB Variations
Color information
#DCDBB1 (or 0xDCDBB1) is known color: Tusk. HEX triplet: DC, DB and B1. RGB value is (220,219,177). Sum of RGB (Red+Green+Blue) = 220+219+177=616 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.71% from 616); Green value is 219 (85.94% from 255 or 35.55% from 616); Blue value is 177 (69.53% from 255 or 28.73% from 616); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDBB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCDBB1 is #23244E. Grayscale: #D6D6D6. Windows color (decimal): -2303055 or 11656156. OLE color: 11656156.
HSL color Cylindrical-coordinate representation of color #DCDBB1: hue angle of 58.6º 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 #DCDBB1 is Cyan = 0, Magento = 0.00, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 219 | 177 | - |
| CMYK | 0 | 0.00 | 0.20 | 0.14 |
| HSL | 58.6º | 0.38% | 0.78% | - |
| HSV(B) | 58.6º | 0.2% | 0.86% | - |
| XYZ | 62.78 | 69.05 | 51.61 | - |
| YUV | 214.51 | 106.83 | 131.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 219 | 177 | 0 | 0.00 | 0.20 | 0.14 | 58.6 | 0.38 | 0.78 |
| Hex | DC | DB | B1 | 0 | 0 | 14 | E | 3B | 26 | 4E |
| Octal | 334 | 333 | 261 | 0 | 0 | 24 | 16 | 73 | 46 | 116 |
| Binary | 11011100 | 11011011 | 10110001 | 0 | 0 | 10100 | 1110 | 111011 | 100110 | 1001110 |
Color Harmonies of #DCDBB1
Complementary color
Monochromatic Colors of #DCDBB1
Black with #DCDBB1
Text Example
Text Example
White with #DCDBB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDBB1; }
p { color: rgb(220,219,177); }
H1.HeaderClassName
{
color: #DCDBB1;
}
.AnyTagClassName
{
color: #DCDBB1;
}
</style>
background-color css
<style>
a { background-color: #DCDBB1; }
a { background-color: rgb(220,219,177); }
div.DivClassName
{
background-color: #DCDBB1;
}
.BgClassName
{
background-color: #DCDBB1;
}
</style>
border-color css
<style>
span { border-color: #DCDBB1; }
span { border-color: rgb(220,219,177); }
td.TdClassName
{
border-color: #DCDBB1;
}
.TagClassName
{
border-color: #DCDBB1;
}
</style>