Shades of Mindaro #DCEA61
Tints of Mindaro #DCEA61
RGB
CMYK
RGB Variations
Color information
#DCEA61 (or 0xDCEA61) is known color: Mindaro. HEX triplet: DC, EA and 61. RGB value is (220,234,97). Sum of RGB (Red+Green+Blue) = 220+234+97=551 (72% of max value = 765). Red value is 220 (86.33% from 255 or 39.93% from 551); Green value is 234 (91.80% from 255 or 42.47% from 551); Blue value is 97 (38.28% from 255 or 17.60% from 551); Max value from RGB is 234 - color contains mainly: green. Hex color #DCEA61 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCEA61 is #23159E. Grayscale: #D6D6D6. Windows color (decimal): -2299295 or 6417116. OLE color: 6417116.
HSL color Cylindrical-coordinate representation of color #DCEA61: hue angle of 66.13º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DCEA61 is Cyan = 0.06, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 220 | 234 | 97 | - |
| CMYK | 0.06 | 0 | 0.59 | 0.08 |
| HSL | 66.13º | 0.77% | 0.65% | - |
| HSV(B) | 66.13º | 0.59% | 0.92% | - |
| XYZ | 61.1 | 74.92 | 22.55 | - |
| YUV | 214.2 | 61.86 | 132.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 234 | 97 | 0.06 | 0 | 0.59 | 0.08 | 66.13 | 0.77 | 0.65 |
| Hex | DC | EA | 61 | 6 | 0 | 3B | 8 | 42 | 4D | 41 |
| Octal | 334 | 352 | 141 | 6 | 0 | 73 | 10 | 102 | 115 | 101 |
| Binary | 11011100 | 11101010 | 1100001 | 110 | 0 | 111011 | 1000 | 1000010 | 1001101 | 1000001 |
Color Harmonies of #DCEA61
Complementary color
Monochromatic Colors of #DCEA61
Black with #DCEA61
Text Example
Text Example
White with #DCEA61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEA61; }
p { color: rgb(220,234,97); }
H1.HeaderClassName
{
color: #DCEA61;
}
.AnyTagClassName
{
color: #DCEA61;
}
</style>
background-color css
<style>
a { background-color: #DCEA61; }
a { background-color: rgb(220,234,97); }
div.DivClassName
{
background-color: #DCEA61;
}
.BgClassName
{
background-color: #DCEA61;
}
</style>
border-color css
<style>
span { border-color: #DCEA61; }
span { border-color: rgb(220,234,97); }
td.TdClassName
{
border-color: #DCEA61;
}
.TagClassName
{
border-color: #DCEA61;
}
</style>