Shades of Tusk #DCDEAF
Tints of Tusk #DCDEAF
RGB
CMYK
RGB Variations
Color information
#DCDEAF (or 0xDCDEAF) is known color: Tusk. HEX triplet: DC, DE and AF. RGB value is (220,222,175). Sum of RGB (Red+Green+Blue) = 220+222+175=617 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.66% from 617); Green value is 222 (87.11% from 255 or 35.98% from 617); Blue value is 175 (68.75% from 255 or 28.36% from 617); Max value from RGB is 222 - color contains mainly: green. Hex color #DCDEAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCDEAF is #232150. Grayscale: #D8D8D8. Windows color (decimal): -2302289 or 11525852. OLE color: 11525852.
HSL color Cylindrical-coordinate representation of color #DCDEAF: hue angle of 62.55º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DCDEAF is Cyan = 0.01, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 222 | 175 | - |
| CMYK | 0.01 | 0 | 0.21 | 0.13 |
| HSL | 62.55º | 0.42% | 0.78% | - |
| HSV(B) | 62.55º | 0.21% | 0.87% | - |
| XYZ | 63.37 | 70.55 | 50.84 | - |
| YUV | 216.04 | 104.84 | 130.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 222 | 175 | 0.01 | 0 | 0.21 | 0.13 | 62.55 | 0.42 | 0.78 |
| Hex | DC | DE | AF | 1 | 0 | 15 | D | 3F | 2A | 4E |
| Octal | 334 | 336 | 257 | 1 | 0 | 25 | 15 | 77 | 52 | 116 |
| Binary | 11011100 | 11011110 | 10101111 | 1 | 0 | 10101 | 1101 | 111111 | 101010 | 1001110 |
Color Harmonies of #DCDEAF
Complementary color
Monochromatic Colors of #DCDEAF
Black with #DCDEAF
Text Example
Text Example
White with #DCDEAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDEAF; }
p { color: rgb(220,222,175); }
H1.HeaderClassName
{
color: #DCDEAF;
}
.AnyTagClassName
{
color: #DCDEAF;
}
</style>
background-color css
<style>
a { background-color: #DCDEAF; }
a { background-color: rgb(220,222,175); }
div.DivClassName
{
background-color: #DCDEAF;
}
.BgClassName
{
background-color: #DCDEAF;
}
</style>
border-color css
<style>
span { border-color: #DCDEAF; }
span { border-color: rgb(220,222,175); }
td.TdClassName
{
border-color: #DCDEAF;
}
.TagClassName
{
border-color: #DCDEAF;
}
</style>