Shades of Mindaro #DCE370
Tints of Mindaro #DCE370
RGB
CMYK
RGB Variations
Color information
#DCE370 (or 0xDCE370) is known color: Mindaro. HEX triplet: DC, E3 and 70. RGB value is (220,227,112). Sum of RGB (Red+Green+Blue) = 220+227+112=559 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.36% from 559); Green value is 227 (89.06% from 255 or 40.61% from 559); Blue value is 112 (44.14% from 255 or 20.04% from 559); Max value from RGB is 227 - color contains mainly: green. Hex color #DCE370 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCE370 is #231C8F. Grayscale: #D4D4D4. Windows color (decimal): -2301072 or 7398364. OLE color: 7398364.
HSL color Cylindrical-coordinate representation of color #DCE370: hue angle of 63.65º degrees, saturation: 0.67, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DCE370 is Cyan = 0.03, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 220 | 227 | 112 | - |
| CMYK | 0.03 | 0 | 0.51 | 0.11 |
| HSL | 63.65º | 0.67% | 0.66% | - |
| HSV(B) | 63.65º | 0.51% | 0.89% | - |
| XYZ | 59.91 | 71.32 | 25.94 | - |
| YUV | 211.8 | 71.68 | 133.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 227 | 112 | 0.03 | 0 | 0.51 | 0.11 | 63.65 | 0.67 | 0.66 |
| Hex | DC | E3 | 70 | 3 | 0 | 33 | B | 40 | 43 | 42 |
| Octal | 334 | 343 | 160 | 3 | 0 | 63 | 13 | 100 | 103 | 102 |
| Binary | 11011100 | 11100011 | 1110000 | 11 | 0 | 110011 | 1011 | 1000000 | 1000011 | 1000010 |
Color Harmonies of #DCE370
Complementary color
Monochromatic Colors of #DCE370
Black with #DCE370
Text Example
Text Example
White with #DCE370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE370; }
p { color: rgb(220,227,112); }
H1.HeaderClassName
{
color: #DCE370;
}
.AnyTagClassName
{
color: #DCE370;
}
</style>
background-color css
<style>
a { background-color: #DCE370; }
a { background-color: rgb(220,227,112); }
div.DivClassName
{
background-color: #DCE370;
}
.BgClassName
{
background-color: #DCE370;
}
</style>
border-color css
<style>
span { border-color: #DCE370; }
span { border-color: rgb(220,227,112); }
td.TdClassName
{
border-color: #DCE370;
}
.TagClassName
{
border-color: #DCE370;
}
</style>