Shades of Tusk #DCEAAC
Tints of Tusk #DCEAAC
RGB
CMYK
RGB Variations
Color information
#DCEAAC (or 0xDCEAAC) is known color: Tusk. HEX triplet: DC, EA and AC. RGB value is (220,234,172). Sum of RGB (Red+Green+Blue) = 220+234+172=626 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.14% from 626); Green value is 234 (91.80% from 255 or 37.38% from 626); Blue value is 172 (67.58% from 255 or 27.48% from 626); Max value from RGB is 234 - color contains mainly: green. Hex color #DCEAAC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCEAAC is #231553. Grayscale: #DEDEDE. Windows color (decimal): -2299220 or 11332316. OLE color: 11332316.
HSL color Cylindrical-coordinate representation of color #DCEAAC: hue angle of 73.55º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DCEAAC is Cyan = 0.06, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 220 | 234 | 172 | - |
| CMYK | 0.06 | 0 | 0.26 | 0.08 |
| HSL | 73.55º | 0.6% | 0.8% | - |
| HSV(B) | 73.55º | 0.26% | 0.92% | - |
| XYZ | 66.38 | 77.04 | 50.4 | - |
| YUV | 222.75 | 99.36 | 126.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 234 | 172 | 0.06 | 0 | 0.26 | 0.08 | 73.55 | 0.6 | 0.8 |
| Hex | DC | EA | AC | 6 | 0 | 1A | 8 | 4A | 3C | 50 |
| Octal | 334 | 352 | 254 | 6 | 0 | 32 | 10 | 112 | 74 | 120 |
| Binary | 11011100 | 11101010 | 10101100 | 110 | 0 | 11010 | 1000 | 1001010 | 111100 | 1010000 |
Color Harmonies of #DCEAAC
Complementary color
Monochromatic Colors of #DCEAAC
Black with #DCEAAC
Text Example
Text Example
White with #DCEAAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEAAC; }
p { color: rgb(220,234,172); }
H1.HeaderClassName
{
color: #DCEAAC;
}
.AnyTagClassName
{
color: #DCEAAC;
}
</style>
background-color css
<style>
a { background-color: #DCEAAC; }
a { background-color: rgb(220,234,172); }
div.DivClassName
{
background-color: #DCEAAC;
}
.BgClassName
{
background-color: #DCEAAC;
}
</style>
border-color css
<style>
span { border-color: #DCEAAC; }
span { border-color: rgb(220,234,172); }
td.TdClassName
{
border-color: #DCEAAC;
}
.TagClassName
{
border-color: #DCEAAC;
}
</style>