Shades of Tusk #DCDBB4
Tints of Tusk #DCDBB4
RGB
CMYK
RGB Variations
Color information
#DCDBB4 (or 0xDCDBB4) is known color: Tusk. HEX triplet: DC, DB and B4. RGB value is (220,219,180). Sum of RGB (Red+Green+Blue) = 220+219+180=619 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.54% from 619); Green value is 219 (85.94% from 255 or 35.38% from 619); Blue value is 180 (70.70% from 255 or 29.08% from 619); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDBB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCDBB4 is #23244B. Grayscale: #D7D7D7. Windows color (decimal): -2303052 or 11852764. OLE color: 11852764.
HSL color Cylindrical-coordinate representation of color #DCDBB4: hue angle of 58.5º degrees, saturation: 0.36, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DCDBB4 is Cyan = 0, Magento = 0.00, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 219 | 180 | - |
| CMYK | 0 | 0.00 | 0.18 | 0.14 |
| HSL | 58.5º | 0.36% | 0.78% | - |
| HSV(B) | 58.5º | 0.18% | 0.86% | - |
| XYZ | 63.08 | 69.17 | 53.21 | - |
| YUV | 214.85 | 108.33 | 131.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 219 | 180 | 0 | 0.00 | 0.18 | 0.14 | 58.5 | 0.36 | 0.78 |
| Hex | DC | DB | B4 | 0 | 0 | 12 | E | 3A | 24 | 4E |
| Octal | 334 | 333 | 264 | 0 | 0 | 22 | 16 | 72 | 44 | 116 |
| Binary | 11011100 | 11011011 | 10110100 | 0 | 0 | 10010 | 1110 | 111010 | 100100 | 1001110 |
Color Harmonies of #DCDBB4
Complementary color
Monochromatic Colors of #DCDBB4
Black with #DCDBB4
Text Example
Text Example
White with #DCDBB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDBB4; }
p { color: rgb(220,219,180); }
H1.HeaderClassName
{
color: #DCDBB4;
}
.AnyTagClassName
{
color: #DCDBB4;
}
</style>
background-color css
<style>
a { background-color: #DCDBB4; }
a { background-color: rgb(220,219,180); }
div.DivClassName
{
background-color: #DCDBB4;
}
.BgClassName
{
background-color: #DCDBB4;
}
</style>
border-color css
<style>
span { border-color: #DCDBB4; }
span { border-color: rgb(220,219,180); }
td.TdClassName
{
border-color: #DCDBB4;
}
.TagClassName
{
border-color: #DCDBB4;
}
</style>