Shades of Tusk #DCDDAC
Tints of Tusk #DCDDAC
RGB
CMYK
RGB Variations
Color information
#DCDDAC (or 0xDCDDAC) is known color: Tusk. HEX triplet: DC, DD and AC. RGB value is (220,221,172). Sum of RGB (Red+Green+Blue) = 220+221+172=613 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.89% from 613); Green value is 221 (86.72% from 255 or 36.05% from 613); Blue value is 172 (67.58% from 255 or 28.06% from 613); Max value from RGB is 221 - color contains mainly: green. Hex color #DCDDAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCDDAC is #232253. Grayscale: #D7D7D7. Windows color (decimal): -2302548 or 11328988. OLE color: 11328988.
HSL color Cylindrical-coordinate representation of color #DCDDAC: hue angle of 61.22º degrees, saturation: 0.42, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DCDDAC is Cyan = 0.00, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
RGB | 220 | 221 | 172 | - |
CMYK | 0.00 | 0 | 0.22 | 0.13 |
HSL | 61.22º | 0.42% | 0.77% | - |
HSV(B) | 61.22º | 0.22% | 0.87% | - |
XYZ | 62.82 | 69.91 | 49.21 | - |
YUV | 215.12 | 103.67 | 131.48 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 221 | 172 | 0.00 | 0 | 0.22 | 0.13 | 61.22 | 0.42 | 0.77 |
Hex | DC | DD | AC | 0 | 0 | 16 | D | 3D | 2A | 4D |
Octal | 334 | 335 | 254 | 0 | 0 | 26 | 15 | 75 | 52 | 115 |
Binary | 11011100 | 11011101 | 10101100 | 0 | 0 | 10110 | 1101 | 111101 | 101010 | 1001101 |
Color Harmonies of #DCDDAC
Complementary color
Monochromatic Colors of #DCDDAC
Black with #DCDDAC
Text Example
Text Example
White with #DCDDAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDDAC; }
p { color: rgb(220,221,172); }
H1.HeaderClassName
{
color: #DCDDAC;
}
.AnyTagClassName
{
color: #DCDDAC;
}
</style>
background-color css
<style>
a { background-color: #DCDDAC; }
a { background-color: rgb(220,221,172); }
div.DivClassName
{
background-color: #DCDDAC;
}
.BgClassName
{
background-color: #DCDDAC;
}
</style>
border-color css
<style>
span { border-color: #DCDDAC; }
span { border-color: rgb(220,221,172); }
td.TdClassName
{
border-color: #DCDDAC;
}
.TagClassName
{
border-color: #DCDDAC;
}
</style>