Shades of Tusk #DCEBAA
Tints of Tusk #DCEBAA
RGB
CMYK
RGB Variations
Color information
#DCEBAA (or 0xDCEBAA) is known color: Tusk. HEX triplet: DC, EB and AA. RGB value is (220,235,170). Sum of RGB (Red+Green+Blue) = 220+235+170=625 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.2% from 625); Green value is 235 (92.19% from 255 or 37.6% from 625); Blue value is 170 (66.80% from 255 or 27.2% from 625); Max value from RGB is 235 - color contains mainly: green. Hex color #DCEBAA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCEBAA is #231455. Grayscale: #DFDFDF. Windows color (decimal): -2298966 or 11201500. OLE color: 11201500.
HSL color Cylindrical-coordinate representation of color #DCEBAA: hue angle of 73.85º degrees, saturation: 0.62, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DCEBAA is Cyan = 0.06, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 220 | 235 | 170 | - |
| CMYK | 0.06 | 0 | 0.28 | 0.08 |
| HSL | 73.85º | 0.62% | 0.79% | - |
| HSV(B) | 73.85º | 0.28% | 0.92% | - |
| XYZ | 66.48 | 77.53 | 49.49 | - |
| YUV | 223.11 | 98.03 | 125.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 235 | 170 | 0.06 | 0 | 0.28 | 0.08 | 73.85 | 0.62 | 0.79 |
| Hex | DC | EB | AA | 6 | 0 | 1C | 8 | 4A | 3E | 4F |
| Octal | 334 | 353 | 252 | 6 | 0 | 34 | 10 | 112 | 76 | 117 |
| Binary | 11011100 | 11101011 | 10101010 | 110 | 0 | 11100 | 1000 | 1001010 | 111110 | 1001111 |
Color Harmonies of #DCEBAA
Complementary color
Monochromatic Colors of #DCEBAA
Black with #DCEBAA
Text Example
Text Example
White with #DCEBAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEBAA; }
p { color: rgb(220,235,170); }
H1.HeaderClassName
{
color: #DCEBAA;
}
.AnyTagClassName
{
color: #DCEBAA;
}
</style>
background-color css
<style>
a { background-color: #DCEBAA; }
a { background-color: rgb(220,235,170); }
div.DivClassName
{
background-color: #DCEBAA;
}
.BgClassName
{
background-color: #DCEBAA;
}
</style>
border-color css
<style>
span { border-color: #DCEBAA; }
span { border-color: rgb(220,235,170); }
td.TdClassName
{
border-color: #DCEBAA;
}
.TagClassName
{
border-color: #DCEBAA;
}
</style>