Shades of Tusk #DCDCB3
Tints of Tusk #DCDCB3
RGB
CMYK
RGB Variations
Color information
#DCDCB3 (or 0xDCDCB3) is known color: Tusk. HEX triplet: DC, DC and B3. RGB value is (220,220,179). Sum of RGB (Red+Green+Blue) = 220+220+179=619 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.54% from 619); Green value is 220 (86.33% from 255 or 35.54% from 619); Blue value is 179 (70.31% from 255 or 28.92% from 619); Max value from RGB is 220 - color contains mainly: red, green. Hex color #DCDCB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCDCB3 is #23234C. Grayscale: #D7D7D7. Windows color (decimal): -2302797 or 11787484. OLE color: 11787484.
HSL color Cylindrical-coordinate representation of color #DCDCB3: hue angle of 60º 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 #DCDCB3 is Cyan = 0, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 220 | 179 | - |
| CMYK | 0 | 0 | 0.19 | 0.14 |
| HSL | 60º | 0.37% | 0.78% | - |
| HSV(B) | 60º | 0.19% | 0.86% | - |
| XYZ | 63.25 | 69.66 | 52.76 | - |
| YUV | 215.33 | 107.5 | 131.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 220 | 179 | 0 | 0 | 0.19 | 0.14 | 60 | 0.37 | 0.78 |
| Hex | DC | DC | B3 | 0 | 0 | 13 | E | 3C | 25 | 4E |
| Octal | 334 | 334 | 263 | 0 | 0 | 23 | 16 | 74 | 45 | 116 |
| Binary | 11011100 | 11011100 | 10110011 | 0 | 0 | 10011 | 1110 | 111100 | 100101 | 1001110 |
Color Harmonies of #DCDCB3
Complementary color
Monochromatic Colors of #DCDCB3
Black with #DCDCB3
Text Example
Text Example
White with #DCDCB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDCB3; }
p { color: rgb(220,220,179); }
H1.HeaderClassName
{
color: #DCDCB3;
}
.AnyTagClassName
{
color: #DCDCB3;
}
</style>
background-color css
<style>
a { background-color: #DCDCB3; }
a { background-color: rgb(220,220,179); }
div.DivClassName
{
background-color: #DCDCB3;
}
.BgClassName
{
background-color: #DCDCB3;
}
</style>
border-color css
<style>
span { border-color: #DCDCB3; }
span { border-color: rgb(220,220,179); }
td.TdClassName
{
border-color: #DCDCB3;
}
.TagClassName
{
border-color: #DCDCB3;
}
</style>