Shades of Tusk #DCDFA7
Tints of Tusk #DCDFA7
RGB
CMYK
RGB Variations
Color information
#DCDFA7 (or 0xDCDFA7) is known color: Tusk. HEX triplet: DC, DF and A7. RGB value is (220,223,167). Sum of RGB (Red+Green+Blue) = 220+223+167=610 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.07% from 610); Green value is 223 (87.5% from 255 or 36.56% from 610); Blue value is 167 (65.62% from 255 or 27.38% from 610); Max value from RGB is 223 - color contains mainly: green. Hex color #DCDFA7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCDFA7 is #232058. Grayscale: #D7D7D7. Windows color (decimal): -2302041 or 11001820. OLE color: 11001820.
HSL color Cylindrical-coordinate representation of color #DCDFA7: hue angle of 63.21º degrees, saturation: 0.47, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DCDFA7 is Cyan = 0.01, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 223 | 167 | - |
| CMYK | 0.01 | 0 | 0.25 | 0.13 |
| HSL | 63.21º | 0.47% | 0.76% | - |
| HSV(B) | 63.21º | 0.25% | 0.87% | - |
| XYZ | 62.88 | 70.78 | 46.91 | - |
| YUV | 215.72 | 100.51 | 131.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 223 | 167 | 0.01 | 0 | 0.25 | 0.13 | 63.21 | 0.47 | 0.76 |
| Hex | DC | DF | A7 | 1 | 0 | 19 | D | 3F | 2F | 4C |
| Octal | 334 | 337 | 247 | 1 | 0 | 31 | 15 | 77 | 57 | 114 |
| Binary | 11011100 | 11011111 | 10100111 | 1 | 0 | 11001 | 1101 | 111111 | 101111 | 1001100 |
Color Harmonies of #DCDFA7
Complementary color
Monochromatic Colors of #DCDFA7
Black with #DCDFA7
Text Example
Text Example
White with #DCDFA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDFA7; }
p { color: rgb(220,223,167); }
H1.HeaderClassName
{
color: #DCDFA7;
}
.AnyTagClassName
{
color: #DCDFA7;
}
</style>
background-color css
<style>
a { background-color: #DCDFA7; }
a { background-color: rgb(220,223,167); }
div.DivClassName
{
background-color: #DCDFA7;
}
.BgClassName
{
background-color: #DCDFA7;
}
</style>
border-color css
<style>
span { border-color: #DCDFA7; }
span { border-color: rgb(220,223,167); }
td.TdClassName
{
border-color: #DCDFA7;
}
.TagClassName
{
border-color: #DCDFA7;
}
</style>