Shades of Mindaro #DCE57C
Tints of Mindaro #DCE57C
RGB
CMYK
RGB Variations
Color information
#DCE57C (or 0xDCE57C) is known color: Mindaro. HEX triplet: DC, E5 and 7C. RGB value is (220,229,124). Sum of RGB (Red+Green+Blue) = 220+229+124=573 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.39% from 573); Green value is 229 (89.84% from 255 or 39.97% from 573); Blue value is 124 (48.83% from 255 or 21.64% from 573); Max value from RGB is 229 - color contains mainly: green. Hex color #DCE57C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCE57C is #231A83. Grayscale: #D6D6D6. Windows color (decimal): -2300548 or 8185308. OLE color: 8185308.
HSL color Cylindrical-coordinate representation of color #DCE57C: hue angle of 65.14º degrees, saturation: 0.67, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DCE57C is Cyan = 0.04, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 220 | 229 | 124 | - |
| CMYK | 0.04 | 0 | 0.46 | 0.10 |
| HSL | 65.14º | 0.67% | 0.69% | - |
| HSV(B) | 65.14º | 0.46% | 0.9% | - |
| XYZ | 61.17 | 72.71 | 29.88 | - |
| YUV | 214.34 | 77.02 | 132.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 229 | 124 | 0.04 | 0 | 0.46 | 0.10 | 65.14 | 0.67 | 0.69 |
| Hex | DC | E5 | 7C | 4 | 0 | 2E | A | 41 | 43 | 45 |
| Octal | 334 | 345 | 174 | 4 | 0 | 56 | 12 | 101 | 103 | 105 |
| Binary | 11011100 | 11100101 | 1111100 | 100 | 0 | 101110 | 1010 | 1000001 | 1000011 | 1000101 |
Color Harmonies of #DCE57C
Complementary color
Monochromatic Colors of #DCE57C
Black with #DCE57C
Text Example
Text Example
White with #DCE57C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE57C; }
p { color: rgb(220,229,124); }
H1.HeaderClassName
{
color: #DCE57C;
}
.AnyTagClassName
{
color: #DCE57C;
}
</style>
background-color css
<style>
a { background-color: #DCE57C; }
a { background-color: rgb(220,229,124); }
div.DivClassName
{
background-color: #DCE57C;
}
.BgClassName
{
background-color: #DCE57C;
}
</style>
border-color css
<style>
span { border-color: #DCE57C; }
span { border-color: rgb(220,229,124); }
td.TdClassName
{
border-color: #DCE57C;
}
.TagClassName
{
border-color: #DCE57C;
}
</style>