Shades of Tusk #DCDFAA
Tints of Tusk #DCDFAA
RGB
CMYK
RGB Variations
Color information
#DCDFAA (or 0xDCDFAA) is known color: Tusk. HEX triplet: DC, DF and AA. RGB value is (220,223,170). Sum of RGB (Red+Green+Blue) = 220+223+170=613 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.89% from 613); Green value is 223 (87.5% from 255 or 36.38% from 613); Blue value is 170 (66.80% from 255 or 27.73% from 613); Max value from RGB is 223 - color contains mainly: green. Hex color #DCDFAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCDFAA is #232055. Grayscale: #D8D8D8. Windows color (decimal): -2302038 or 11198428. OLE color: 11198428.
HSL color Cylindrical-coordinate representation of color #DCDFAA: hue angle of 63.4º degrees, saturation: 0.45, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DCDFAA is Cyan = 0.01, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
RGB | 220 | 223 | 170 | - |
CMYK | 0.01 | 0 | 0.24 | 0.13 |
HSL | 63.4º | 0.45% | 0.77% | - |
HSV(B) | 63.4º | 0.24% | 0.87% | - |
XYZ | 63.16 | 70.89 | 48.39 | - |
YUV | 216.06 | 102.01 | 130.81 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 223 | 170 | 0.01 | 0 | 0.24 | 0.13 | 63.4 | 0.45 | 0.77 |
Hex | DC | DF | AA | 1 | 0 | 18 | D | 3F | 2D | 4D |
Octal | 334 | 337 | 252 | 1 | 0 | 30 | 15 | 77 | 55 | 115 |
Binary | 11011100 | 11011111 | 10101010 | 1 | 0 | 11000 | 1101 | 111111 | 101101 | 1001101 |
Color Harmonies of #DCDFAA
Complementary color
Monochromatic Colors of #DCDFAA
Black with #DCDFAA
Text Example
Text Example
White with #DCDFAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDFAA; }
p { color: rgb(220,223,170); }
H1.HeaderClassName
{
color: #DCDFAA;
}
.AnyTagClassName
{
color: #DCDFAA;
}
</style>
background-color css
<style>
a { background-color: #DCDFAA; }
a { background-color: rgb(220,223,170); }
div.DivClassName
{
background-color: #DCDFAA;
}
.BgClassName
{
background-color: #DCDFAA;
}
</style>
border-color css
<style>
span { border-color: #DCDFAA; }
span { border-color: rgb(220,223,170); }
td.TdClassName
{
border-color: #DCDFAA;
}
.TagClassName
{
border-color: #DCDFAA;
}
</style>