Shades of Tusk #DCEAB3
Tints of Tusk #DCEAB3
RGB
CMYK
RGB Variations
Color information
#DCEAB3 (or 0xDCEAB3) is known color: Tusk. HEX triplet: DC, EA and B3. RGB value is (220,234,179). Sum of RGB (Red+Green+Blue) = 220+234+179=633 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.76% from 633); Green value is 234 (91.80% from 255 or 36.97% from 633); Blue value is 179 (70.31% from 255 or 28.28% from 633); Max value from RGB is 234 - color contains mainly: green. Hex color #DCEAB3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCEAB3 is #23154C. Grayscale: #DFDFDF. Windows color (decimal): -2299213 or 11791068. OLE color: 11791068.
HSL color Cylindrical-coordinate representation of color #DCEAB3: hue angle of 75.27º degrees, saturation: 0.57, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DCEAB3 is Cyan = 0.06, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 220 | 234 | 179 | - |
| CMYK | 0.06 | 0 | 0.24 | 0.08 |
| HSL | 75.27º | 0.57% | 0.81% | - |
| HSV(B) | 75.27º | 0.24% | 0.92% | - |
| XYZ | 67.07 | 77.32 | 54.04 | - |
| YUV | 223.54 | 102.86 | 125.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 234 | 179 | 0.06 | 0 | 0.24 | 0.08 | 75.27 | 0.57 | 0.81 |
| Hex | DC | EA | B3 | 6 | 0 | 18 | 8 | 4B | 39 | 51 |
| Octal | 334 | 352 | 263 | 6 | 0 | 30 | 10 | 113 | 71 | 121 |
| Binary | 11011100 | 11101010 | 10110011 | 110 | 0 | 11000 | 1000 | 1001011 | 111001 | 1010001 |
Color Harmonies of #DCEAB3
Complementary color
Monochromatic Colors of #DCEAB3
Black with #DCEAB3
Text Example
Text Example
White with #DCEAB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEAB3; }
p { color: rgb(220,234,179); }
H1.HeaderClassName
{
color: #DCEAB3;
}
.AnyTagClassName
{
color: #DCEAB3;
}
</style>
background-color css
<style>
a { background-color: #DCEAB3; }
a { background-color: rgb(220,234,179); }
div.DivClassName
{
background-color: #DCEAB3;
}
.BgClassName
{
background-color: #DCEAB3;
}
</style>
border-color css
<style>
span { border-color: #DCEAB3; }
span { border-color: rgb(220,234,179); }
td.TdClassName
{
border-color: #DCEAB3;
}
.TagClassName
{
border-color: #DCEAB3;
}
</style>