Shades of Tusk #DCDBB3
Tints of Tusk #DCDBB3
RGB
CMYK
RGB Variations
Color information
#DCDBB3 (or 0xDCDBB3) is known color: Tusk. HEX triplet: DC, DB and B3. RGB value is (220,219,179). Sum of RGB (Red+Green+Blue) = 220+219+179=618 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.60% from 618); Green value is 219 (85.94% from 255 or 35.44% from 618); Blue value is 179 (70.31% from 255 or 28.96% from 618); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDBB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCDBB3 is #23244C. Grayscale: #D6D6D6. Windows color (decimal): -2303053 or 11787228. OLE color: 11787228.
HSL color Cylindrical-coordinate representation of color #DCDBB3: hue angle of 58.54º degrees, saturation: 0.37, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DCDBB3 is Cyan = 0, Magento = 0.00, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 219 | 179 | - |
| CMYK | 0 | 0.00 | 0.19 | 0.14 |
| HSL | 58.54º | 0.37% | 0.78% | - |
| HSV(B) | 58.54º | 0.19% | 0.86% | - |
| XYZ | 62.98 | 69.13 | 52.67 | - |
| YUV | 214.74 | 107.83 | 131.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 219 | 179 | 0 | 0.00 | 0.19 | 0.14 | 58.54 | 0.37 | 0.78 |
| Hex | DC | DB | B3 | 0 | 0 | 13 | E | 3B | 25 | 4E |
| Octal | 334 | 333 | 263 | 0 | 0 | 23 | 16 | 73 | 45 | 116 |
| Binary | 11011100 | 11011011 | 10110011 | 0 | 0 | 10011 | 1110 | 111011 | 100101 | 1001110 |
Color Harmonies of #DCDBB3
Complementary color
Monochromatic Colors of #DCDBB3
Black with #DCDBB3
Text Example
Text Example
White with #DCDBB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDBB3; }
p { color: rgb(220,219,179); }
H1.HeaderClassName
{
color: #DCDBB3;
}
.AnyTagClassName
{
color: #DCDBB3;
}
</style>
background-color css
<style>
a { background-color: #DCDBB3; }
a { background-color: rgb(220,219,179); }
div.DivClassName
{
background-color: #DCDBB3;
}
.BgClassName
{
background-color: #DCDBB3;
}
</style>
border-color css
<style>
span { border-color: #DCDBB3; }
span { border-color: rgb(220,219,179); }
td.TdClassName
{
border-color: #DCDBB3;
}
.TagClassName
{
border-color: #DCDBB3;
}
</style>