Shades of Mindaro #DCEA85
Tints of Mindaro #DCEA85
RGB
CMYK
RGB Variations
Color information
#DCEA85 (or 0xDCEA85) is known color: Mindaro. HEX triplet: DC, EA and 85. RGB value is (220,234,133). Sum of RGB (Red+Green+Blue) = 220+234+133=587 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.48% from 587); Green value is 234 (91.80% from 255 or 39.86% from 587); Blue value is 133 (52.34% from 255 or 22.66% from 587); Max value from RGB is 234 - color contains mainly: green. Hex color #DCEA85 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCEA85 is #23157A. Grayscale: #DADADA. Windows color (decimal): -2299259 or 8776412. OLE color: 8776412.
HSL color Cylindrical-coordinate representation of color #DCEA85: hue angle of 68.32º degrees, saturation: 0.71, 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 #DCEA85 is Cyan = 0.06, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 220 | 234 | 133 | - |
| CMYK | 0.06 | 0 | 0.43 | 0.08 |
| HSL | 68.32º | 0.71% | 0.72% | - |
| HSV(B) | 68.32º | 0.43% | 0.92% | - |
| XYZ | 63.17 | 75.75 | 33.48 | - |
| YUV | 218.3 | 79.86 | 129.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 234 | 133 | 0.06 | 0 | 0.43 | 0.08 | 68.32 | 0.71 | 0.72 |
| Hex | DC | EA | 85 | 6 | 0 | 2B | 8 | 44 | 47 | 48 |
| Octal | 334 | 352 | 205 | 6 | 0 | 53 | 10 | 104 | 107 | 110 |
| Binary | 11011100 | 11101010 | 10000101 | 110 | 0 | 101011 | 1000 | 1000100 | 1000111 | 1001000 |
Color Harmonies of #DCEA85
Complementary color
Monochromatic Colors of #DCEA85
Black with #DCEA85
Text Example
Text Example
White with #DCEA85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEA85; }
p { color: rgb(220,234,133); }
H1.HeaderClassName
{
color: #DCEA85;
}
.AnyTagClassName
{
color: #DCEA85;
}
</style>
background-color css
<style>
a { background-color: #DCEA85; }
a { background-color: rgb(220,234,133); }
div.DivClassName
{
background-color: #DCEA85;
}
.BgClassName
{
background-color: #DCEA85;
}
</style>
border-color css
<style>
span { border-color: #DCEA85; }
span { border-color: rgb(220,234,133); }
td.TdClassName
{
border-color: #DCEA85;
}
.TagClassName
{
border-color: #DCEA85;
}
</style>