Shades of Tusk #DCE3AB
Tints of Tusk #DCE3AB
RGB
CMYK
RGB Variations
Color information
#DCE3AB (or 0xDCE3AB) is known color: Tusk. HEX triplet: DC, E3 and AB. RGB value is (220,227,171). Sum of RGB (Red+Green+Blue) = 220+227+171=618 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.60% from 618); Green value is 227 (89.06% from 255 or 36.73% from 618); Blue value is 171 (67.19% from 255 or 27.67% from 618); Max value from RGB is 227 - color contains mainly: green. Hex color #DCE3AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCE3AB is #231C54. Grayscale: #DADADA. Windows color (decimal): -2301013 or 11264988. OLE color: 11264988.
HSL color Cylindrical-coordinate representation of color #DCE3AB: hue angle of 67.5º degrees, saturation: 0.5, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DCE3AB is Cyan = 0.03, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 220 | 227 | 171 | - |
| CMYK | 0.03 | 0 | 0.25 | 0.11 |
| HSL | 67.5º | 0.5% | 0.78% | - |
| HSV(B) | 67.5º | 0.25% | 0.89% | - |
| XYZ | 64.33 | 73.09 | 49.25 | - |
| YUV | 218.52 | 101.18 | 129.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 227 | 171 | 0.03 | 0 | 0.25 | 0.11 | 67.5 | 0.5 | 0.78 |
| Hex | DC | E3 | AB | 3 | 0 | 19 | B | 44 | 32 | 4E |
| Octal | 334 | 343 | 253 | 3 | 0 | 31 | 13 | 104 | 62 | 116 |
| Binary | 11011100 | 11100011 | 10101011 | 11 | 0 | 11001 | 1011 | 1000100 | 110010 | 1001110 |
Color Harmonies of #DCE3AB
Complementary color
Monochromatic Colors of #DCE3AB
Black with #DCE3AB
Text Example
Text Example
White with #DCE3AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE3AB; }
p { color: rgb(220,227,171); }
H1.HeaderClassName
{
color: #DCE3AB;
}
.AnyTagClassName
{
color: #DCE3AB;
}
</style>
background-color css
<style>
a { background-color: #DCE3AB; }
a { background-color: rgb(220,227,171); }
div.DivClassName
{
background-color: #DCE3AB;
}
.BgClassName
{
background-color: #DCE3AB;
}
</style>
border-color css
<style>
span { border-color: #DCE3AB; }
span { border-color: rgb(220,227,171); }
td.TdClassName
{
border-color: #DCE3AB;
}
.TagClassName
{
border-color: #DCE3AB;
}
</style>