Shades of Tusk #DCEAB5
Tints of Tusk #DCEAB5
RGB
CMYK
RGB Variations
Color information
#DCEAB5 (or 0xDCEAB5) is known color: Tusk. HEX triplet: DC, EA and B5. RGB value is (220,234,181). Sum of RGB (Red+Green+Blue) = 220+234+181=635 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.65% from 635); Green value is 234 (91.80% from 255 or 36.85% from 635); Blue value is 181 (71.09% from 255 or 28.50% from 635); Max value from RGB is 234 - color contains mainly: green. Hex color #DCEAB5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCEAB5 is #23154A. Grayscale: #DFDFDF. Windows color (decimal): -2299211 or 11922140. OLE color: 11922140.
HSL color Cylindrical-coordinate representation of color #DCEAB5: hue angle of 75.85º degrees, saturation: 0.56, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DCEAB5 is Cyan = 0.06, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 220 | 234 | 181 | - |
| CMYK | 0.06 | 0 | 0.23 | 0.08 |
| HSL | 75.85º | 0.56% | 0.81% | - |
| HSV(B) | 75.85º | 0.23% | 0.92% | - |
| XYZ | 67.28 | 77.4 | 55.11 | - |
| YUV | 223.77 | 103.86 | 125.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 234 | 181 | 0.06 | 0 | 0.23 | 0.08 | 75.85 | 0.56 | 0.81 |
| Hex | DC | EA | B5 | 6 | 0 | 17 | 8 | 4C | 38 | 51 |
| Octal | 334 | 352 | 265 | 6 | 0 | 27 | 10 | 114 | 70 | 121 |
| Binary | 11011100 | 11101010 | 10110101 | 110 | 0 | 10111 | 1000 | 1001100 | 111000 | 1010001 |
Color Harmonies of #DCEAB5
Complementary color
Monochromatic Colors of #DCEAB5
Black with #DCEAB5
Text Example
Text Example
White with #DCEAB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEAB5; }
p { color: rgb(220,234,181); }
H1.HeaderClassName
{
color: #DCEAB5;
}
.AnyTagClassName
{
color: #DCEAB5;
}
</style>
background-color css
<style>
a { background-color: #DCEAB5; }
a { background-color: rgb(220,234,181); }
div.DivClassName
{
background-color: #DCEAB5;
}
.BgClassName
{
background-color: #DCEAB5;
}
</style>
border-color css
<style>
span { border-color: #DCEAB5; }
span { border-color: rgb(220,234,181); }
td.TdClassName
{
border-color: #DCEAB5;
}
.TagClassName
{
border-color: #DCEAB5;
}
</style>