Shades of Mindaro #DCE47C
Tints of Mindaro #DCE47C
RGB
CMYK
RGB Variations
Color information
#DCE47C (or 0xDCE47C) is known color: Mindaro. HEX triplet: DC, E4 and 7C. RGB value is (220,228,124). Sum of RGB (Red+Green+Blue) = 220+228+124=572 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.46% from 572); Green value is 228 (89.45% from 255 or 39.86% from 572); Blue value is 124 (48.83% from 255 or 21.68% from 572); Max value from RGB is 228 - color contains mainly: green. Hex color #DCE47C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCE47C is #231B83. Grayscale: #D6D6D6. Windows color (decimal): -2300804 or 8185052. OLE color: 8185052.
HSL color Cylindrical-coordinate representation of color #DCE47C: hue angle of 64.62º degrees, saturation: 0.66, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DCE47C is Cyan = 0.04, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 220 | 228 | 124 | - |
| CMYK | 0.04 | 0 | 0.46 | 0.11 |
| HSL | 64.62º | 0.66% | 0.69% | - |
| HSV(B) | 64.62º | 0.46% | 0.89% | - |
| XYZ | 60.9 | 72.16 | 29.79 | - |
| YUV | 213.75 | 77.35 | 132.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 228 | 124 | 0.04 | 0 | 0.46 | 0.11 | 64.62 | 0.66 | 0.69 |
| Hex | DC | E4 | 7C | 4 | 0 | 2E | B | 41 | 42 | 45 |
| Octal | 334 | 344 | 174 | 4 | 0 | 56 | 13 | 101 | 102 | 105 |
| Binary | 11011100 | 11100100 | 1111100 | 100 | 0 | 101110 | 1011 | 1000001 | 1000010 | 1000101 |
Color Harmonies of #DCE47C
Complementary color
Monochromatic Colors of #DCE47C
Black with #DCE47C
Text Example
Text Example
White with #DCE47C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE47C; }
p { color: rgb(220,228,124); }
H1.HeaderClassName
{
color: #DCE47C;
}
.AnyTagClassName
{
color: #DCE47C;
}
</style>
background-color css
<style>
a { background-color: #DCE47C; }
a { background-color: rgb(220,228,124); }
div.DivClassName
{
background-color: #DCE47C;
}
.BgClassName
{
background-color: #DCE47C;
}
</style>
border-color css
<style>
span { border-color: #DCE47C; }
span { border-color: rgb(220,228,124); }
td.TdClassName
{
border-color: #DCE47C;
}
.TagClassName
{
border-color: #DCE47C;
}
</style>