Shades of Tusk #DCEAB0
Tints of Tusk #DCEAB0
RGB
CMYK
RGB Variations
Color information
#DCEAB0 (or 0xDCEAB0) is known color: Tusk. HEX triplet: DC, EA and B0. RGB value is (220,234,176). Sum of RGB (Red+Green+Blue) = 220+234+176=630 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.92% from 630); Green value is 234 (91.80% from 255 or 37.14% from 630); Blue value is 176 (69.14% from 255 or 27.94% from 630); Max value from RGB is 234 - color contains mainly: green. Hex color #DCEAB0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCEAB0 is #23154F. Grayscale: #DFDFDF. Windows color (decimal): -2299216 or 11594460. OLE color: 11594460.
HSL color Cylindrical-coordinate representation of color #DCEAB0: hue angle of 74.48º degrees, saturation: 0.58, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DCEAB0 is Cyan = 0.06, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 220 | 234 | 176 | - |
| CMYK | 0.06 | 0 | 0.25 | 0.08 |
| HSL | 74.48º | 0.58% | 0.8% | - |
| HSV(B) | 74.48º | 0.25% | 0.92% | - |
| XYZ | 66.77 | 77.2 | 52.46 | - |
| YUV | 223.2 | 101.36 | 125.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 234 | 176 | 0.06 | 0 | 0.25 | 0.08 | 74.48 | 0.58 | 0.8 |
| Hex | DC | EA | B0 | 6 | 0 | 19 | 8 | 4A | 3A | 50 |
| Octal | 334 | 352 | 260 | 6 | 0 | 31 | 10 | 112 | 72 | 120 |
| Binary | 11011100 | 11101010 | 10110000 | 110 | 0 | 11001 | 1000 | 1001010 | 111010 | 1010000 |
Color Harmonies of #DCEAB0
Complementary color
Monochromatic Colors of #DCEAB0
Black with #DCEAB0
Text Example
Text Example
White with #DCEAB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEAB0; }
p { color: rgb(220,234,176); }
H1.HeaderClassName
{
color: #DCEAB0;
}
.AnyTagClassName
{
color: #DCEAB0;
}
</style>
background-color css
<style>
a { background-color: #DCEAB0; }
a { background-color: rgb(220,234,176); }
div.DivClassName
{
background-color: #DCEAB0;
}
.BgClassName
{
background-color: #DCEAB0;
}
</style>
border-color css
<style>
span { border-color: #DCEAB0; }
span { border-color: rgb(220,234,176); }
td.TdClassName
{
border-color: #DCEAB0;
}
.TagClassName
{
border-color: #DCEAB0;
}
</style>