Shades of Mindaro #DCE97C
Tints of Mindaro #DCE97C
RGB
CMYK
RGB Variations
Color information
#DCE97C (or 0xDCE97C) is known color: Mindaro. HEX triplet: DC, E9 and 7C. RGB value is (220,233,124). Sum of RGB (Red+Green+Blue) = 220+233+124=577 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.13% from 577); Green value is 233 (91.41% from 255 or 40.38% from 577); Blue value is 124 (48.83% from 255 or 21.49% from 577); Max value from RGB is 233 - color contains mainly: green. Hex color #DCE97C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCE97C is #231683. Grayscale: #D9D9D9. Windows color (decimal): -2299524 or 8186332. OLE color: 8186332.
HSL color Cylindrical-coordinate representation of color #DCE97C: hue angle of 67.16º degrees, saturation: 0.71, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DCE97C is Cyan = 0.06, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 220 | 233 | 124 | - |
| CMYK | 0.06 | 0 | 0.47 | 0.09 |
| HSL | 67.16º | 0.71% | 0.7% | - |
| HSV(B) | 67.16º | 0.47% | 0.91% | - |
| XYZ | 62.29 | 74.95 | 30.25 | - |
| YUV | 216.69 | 75.69 | 130.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 233 | 124 | 0.06 | 0 | 0.47 | 0.09 | 67.16 | 0.71 | 0.7 |
| Hex | DC | E9 | 7C | 6 | 0 | 2F | 9 | 43 | 47 | 46 |
| Octal | 334 | 351 | 174 | 6 | 0 | 57 | 11 | 103 | 107 | 106 |
| Binary | 11011100 | 11101001 | 1111100 | 110 | 0 | 101111 | 1001 | 1000011 | 1000111 | 1000110 |
Color Harmonies of #DCE97C
Complementary color
Monochromatic Colors of #DCE97C
Black with #DCE97C
Text Example
Text Example
White with #DCE97C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE97C; }
p { color: rgb(220,233,124); }
H1.HeaderClassName
{
color: #DCE97C;
}
.AnyTagClassName
{
color: #DCE97C;
}
</style>
background-color css
<style>
a { background-color: #DCE97C; }
a { background-color: rgb(220,233,124); }
div.DivClassName
{
background-color: #DCE97C;
}
.BgClassName
{
background-color: #DCE97C;
}
</style>
border-color css
<style>
span { border-color: #DCE97C; }
span { border-color: rgb(220,233,124); }
td.TdClassName
{
border-color: #DCE97C;
}
.TagClassName
{
border-color: #DCE97C;
}
</style>