Shades of Tusk #DCEAB6
Tints of Tusk #DCEAB6
RGB
CMYK
RGB Variations
Color information
#DCEAB6 (or 0xDCEAB6) is known color: Tusk. HEX triplet: DC, EA and B6. RGB value is (220,234,182). Sum of RGB (Red+Green+Blue) = 220+234+182=636 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.59% from 636); Green value is 234 (91.80% from 255 or 36.79% from 636); Blue value is 182 (71.48% from 255 or 28.62% from 636); Max value from RGB is 234 - color contains mainly: green. Hex color #DCEAB6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCEAB6 is #231549. Grayscale: #E0E0E0. Windows color (decimal): -2299210 or 11987676. OLE color: 11987676.
HSL color Cylindrical-coordinate representation of color #DCEAB6: hue angle of 76.15º degrees, saturation: 0.55, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DCEAB6 is Cyan = 0.06, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 220 | 234 | 182 | - |
| CMYK | 0.06 | 0 | 0.22 | 0.08 |
| HSL | 76.15º | 0.55% | 0.82% | - |
| HSV(B) | 76.15º | 0.22% | 0.92% | - |
| XYZ | 67.38 | 77.44 | 55.65 | - |
| YUV | 223.89 | 104.36 | 125.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 234 | 182 | 0.06 | 0 | 0.22 | 0.08 | 76.15 | 0.55 | 0.82 |
| Hex | DC | EA | B6 | 6 | 0 | 16 | 8 | 4C | 37 | 52 |
| Octal | 334 | 352 | 266 | 6 | 0 | 26 | 10 | 114 | 67 | 122 |
| Binary | 11011100 | 11101010 | 10110110 | 110 | 0 | 10110 | 1000 | 1001100 | 110111 | 1010010 |
Color Harmonies of #DCEAB6
Complementary color
Monochromatic Colors of #DCEAB6
Black with #DCEAB6
Text Example
Text Example
White with #DCEAB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEAB6; }
p { color: rgb(220,234,182); }
H1.HeaderClassName
{
color: #DCEAB6;
}
.AnyTagClassName
{
color: #DCEAB6;
}
</style>
background-color css
<style>
a { background-color: #DCEAB6; }
a { background-color: rgb(220,234,182); }
div.DivClassName
{
background-color: #DCEAB6;
}
.BgClassName
{
background-color: #DCEAB6;
}
</style>
border-color css
<style>
span { border-color: #DCEAB6; }
span { border-color: rgb(220,234,182); }
td.TdClassName
{
border-color: #DCEAB6;
}
.TagClassName
{
border-color: #DCEAB6;
}
</style>