Shades of Tusk #DCDBB0
Tints of Tusk #DCDBB0
RGB
CMYK
RGB Variations
Color information
#DCDBB0 (or 0xDCDBB0) is known color: Tusk. HEX triplet: DC, DB and B0. RGB value is (220,219,176). Sum of RGB (Red+Green+Blue) = 220+219+176=615 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.77% from 615); Green value is 219 (85.94% from 255 or 35.61% from 615); Blue value is 176 (69.14% from 255 or 28.62% from 615); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDBB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCDBB0 is #23244F. Grayscale: #D6D6D6. Windows color (decimal): -2303056 or 11590620. OLE color: 11590620.
HSL color Cylindrical-coordinate representation of color #DCDBB0: hue angle of 58.64º degrees, saturation: 0.39, 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 #DCDBB0 is Cyan = 0, Magento = 0.00, Yellow = 0.2 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 219 | 176 | - |
| CMYK | 0 | 0.00 | 0.2 | 0.14 |
| HSL | 58.64º | 0.39% | 0.78% | - |
| HSV(B) | 58.64º | 0.2% | 0.86% | - |
| XYZ | 62.68 | 69.01 | 51.09 | - |
| YUV | 214.4 | 106.33 | 132 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 219 | 176 | 0 | 0.00 | 0.2 | 0.14 | 58.64 | 0.39 | 0.78 |
| Hex | DC | DB | B0 | 0 | 0 | 14 | E | 3B | 27 | 4E |
| Octal | 334 | 333 | 260 | 0 | 0 | 24 | 16 | 73 | 47 | 116 |
| Binary | 11011100 | 11011011 | 10110000 | 0 | 0 | 10100 | 1110 | 111011 | 100111 | 1001110 |
Color Harmonies of #DCDBB0
Complementary color
Monochromatic Colors of #DCDBB0
Black with #DCDBB0
Text Example
Text Example
White with #DCDBB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDBB0; }
p { color: rgb(220,219,176); }
H1.HeaderClassName
{
color: #DCDBB0;
}
.AnyTagClassName
{
color: #DCDBB0;
}
</style>
background-color css
<style>
a { background-color: #DCDBB0; }
a { background-color: rgb(220,219,176); }
div.DivClassName
{
background-color: #DCDBB0;
}
.BgClassName
{
background-color: #DCDBB0;
}
</style>
border-color css
<style>
span { border-color: #DCDBB0; }
span { border-color: rgb(220,219,176); }
td.TdClassName
{
border-color: #DCDBB0;
}
.TagClassName
{
border-color: #DCDBB0;
}
</style>