Shades of Mindaro #DCEA86
Tints of Mindaro #DCEA86
RGB
CMYK
RGB Variations
Color information
#DCEA86 (or 0xDCEA86) is known color: Mindaro. HEX triplet: DC, EA and 86. RGB value is (220,234,134). Sum of RGB (Red+Green+Blue) = 220+234+134=588 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.41% from 588); Green value is 234 (91.80% from 255 or 39.80% from 588); Blue value is 134 (52.73% from 255 or 22.79% from 588); Max value from RGB is 234 - color contains mainly: green. Hex color #DCEA86 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCEA86 is #231579. Grayscale: #DADADA. Windows color (decimal): -2299258 or 8841948. OLE color: 8841948.
HSL color Cylindrical-coordinate representation of color #DCEA86: hue angle of 68.4º degrees, saturation: 0.7, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DCEA86 is Cyan = 0.06, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 220 | 234 | 134 | - |
| CMYK | 0.06 | 0 | 0.43 | 0.08 |
| HSL | 68.4º | 0.7% | 0.72% | - |
| HSV(B) | 68.4º | 0.43% | 0.92% | - |
| XYZ | 63.24 | 75.78 | 33.85 | - |
| YUV | 218.41 | 80.36 | 129.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 234 | 134 | 0.06 | 0 | 0.43 | 0.08 | 68.4 | 0.7 | 0.72 |
| Hex | DC | EA | 86 | 6 | 0 | 2B | 8 | 44 | 46 | 48 |
| Octal | 334 | 352 | 206 | 6 | 0 | 53 | 10 | 104 | 106 | 110 |
| Binary | 11011100 | 11101010 | 10000110 | 110 | 0 | 101011 | 1000 | 1000100 | 1000110 | 1001000 |
Color Harmonies of #DCEA86
Complementary color
Monochromatic Colors of #DCEA86
Black with #DCEA86
Text Example
Text Example
White with #DCEA86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEA86; }
p { color: rgb(220,234,134); }
H1.HeaderClassName
{
color: #DCEA86;
}
.AnyTagClassName
{
color: #DCEA86;
}
</style>
background-color css
<style>
a { background-color: #DCEA86; }
a { background-color: rgb(220,234,134); }
div.DivClassName
{
background-color: #DCEA86;
}
.BgClassName
{
background-color: #DCEA86;
}
</style>
border-color css
<style>
span { border-color: #DCEA86; }
span { border-color: rgb(220,234,134); }
td.TdClassName
{
border-color: #DCEA86;
}
.TagClassName
{
border-color: #DCEA86;
}
</style>