Shades of Tusk #DCDEAC
Tints of Tusk #DCDEAC
RGB
CMYK
RGB Variations
Color information
#DCDEAC (or 0xDCDEAC) is known color: Tusk. HEX triplet: DC, DE and AC. RGB value is (220,222,172). Sum of RGB (Red+Green+Blue) = 220+222+172=614 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.83% from 614); Green value is 222 (87.11% from 255 or 36.16% from 614); Blue value is 172 (67.58% from 255 or 28.01% from 614); Max value from RGB is 222 - color contains mainly: green. Hex color #DCDEAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCDEAC is #232153. Grayscale: #D7D7D7. Windows color (decimal): -2302292 or 11329244. OLE color: 11329244.
HSL color Cylindrical-coordinate representation of color #DCDEAC: hue angle of 62.4º degrees, saturation: 0.43, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DCDEAC is Cyan = 0.01, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
RGB | 220 | 222 | 172 | - |
CMYK | 0.01 | 0 | 0.23 | 0.13 |
HSL | 62.4º | 0.43% | 0.77% | - |
HSV(B) | 62.4º | 0.23% | 0.87% | - |
XYZ | 63.08 | 70.44 | 49.3 | - |
YUV | 215.7 | 103.34 | 131.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 222 | 172 | 0.01 | 0 | 0.23 | 0.13 | 62.4 | 0.43 | 0.77 |
Hex | DC | DE | AC | 1 | 0 | 17 | D | 3E | 2B | 4D |
Octal | 334 | 336 | 254 | 1 | 0 | 27 | 15 | 76 | 53 | 115 |
Binary | 11011100 | 11011110 | 10101100 | 1 | 0 | 10111 | 1101 | 111110 | 101011 | 1001101 |
Color Harmonies of #DCDEAC
Complementary color
Monochromatic Colors of #DCDEAC
Black with #DCDEAC
Text Example
Text Example
White with #DCDEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDEAC; }
p { color: rgb(220,222,172); }
H1.HeaderClassName
{
color: #DCDEAC;
}
.AnyTagClassName
{
color: #DCDEAC;
}
</style>
background-color css
<style>
a { background-color: #DCDEAC; }
a { background-color: rgb(220,222,172); }
div.DivClassName
{
background-color: #DCDEAC;
}
.BgClassName
{
background-color: #DCDEAC;
}
</style>
border-color css
<style>
span { border-color: #DCDEAC; }
span { border-color: rgb(220,222,172); }
td.TdClassName
{
border-color: #DCDEAC;
}
.TagClassName
{
border-color: #DCDEAC;
}
</style>