Shades of Tusk #DCDCAC
Tints of Tusk #DCDCAC
RGB
CMYK
RGB Variations
Color information
#DCDCAC (or 0xDCDCAC) is known color: Tusk. HEX triplet: DC, DC and AC. RGB value is (220,220,172). Sum of RGB (Red+Green+Blue) = 220+220+172=612 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.95% from 612); Green value is 220 (86.33% from 255 or 35.95% from 612); Blue value is 172 (67.58% from 255 or 28.10% from 612); Max value from RGB is 220 - color contains mainly: red, green. Hex color #DCDCAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCDCAC is #232353. Grayscale: #D6D6D6. Windows color (decimal): -2302804 or 11328732. OLE color: 11328732.
HSL color Cylindrical-coordinate representation of color #DCDCAC: hue angle of 60º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DCDCAC is Cyan = 0, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
RGB | 220 | 220 | 172 | - |
CMYK | 0 | 0 | 0.22 | 0.14 |
HSL | 60º | 0.41% | 0.77% | - |
HSV(B) | 60º | 0.22% | 0.86% | - |
XYZ | 62.55 | 69.38 | 49.12 | - |
YUV | 214.53 | 104 | 131.9 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 220 | 172 | 0 | 0 | 0.22 | 0.14 | 60 | 0.41 | 0.77 |
Hex | DC | DC | AC | 0 | 0 | 16 | E | 3C | 29 | 4D |
Octal | 334 | 334 | 254 | 0 | 0 | 26 | 16 | 74 | 51 | 115 |
Binary | 11011100 | 11011100 | 10101100 | 0 | 0 | 10110 | 1110 | 111100 | 101001 | 1001101 |
Color Harmonies of #DCDCAC
Complementary color
Monochromatic Colors of #DCDCAC
Black with #DCDCAC
Text Example
Text Example
White with #DCDCAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDCAC; }
p { color: rgb(220,220,172); }
H1.HeaderClassName
{
color: #DCDCAC;
}
.AnyTagClassName
{
color: #DCDCAC;
}
</style>
background-color css
<style>
a { background-color: #DCDCAC; }
a { background-color: rgb(220,220,172); }
div.DivClassName
{
background-color: #DCDCAC;
}
.BgClassName
{
background-color: #DCDCAC;
}
</style>
border-color css
<style>
span { border-color: #DCDCAC; }
span { border-color: rgb(220,220,172); }
td.TdClassName
{
border-color: #DCDCAC;
}
.TagClassName
{
border-color: #DCDCAC;
}
</style>