Shades of Mindaro #DCE371
Tints of Mindaro #DCE371
RGB
CMYK
RGB Variations
Color information
#DCE371 (or 0xDCE371) is known color: Mindaro. HEX triplet: DC, E3 and 71. RGB value is (220,227,113). Sum of RGB (Red+Green+Blue) = 220+227+113=560 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.29% from 560); Green value is 227 (89.06% from 255 or 40.54% from 560); Blue value is 113 (44.53% from 255 or 20.18% from 560); Max value from RGB is 227 - color contains mainly: green. Hex color #DCE371 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCE371 is #231C8E. Grayscale: #D4D4D4. Windows color (decimal): -2301071 or 7463900. OLE color: 7463900.
HSL color Cylindrical-coordinate representation of color #DCE371: hue angle of 63.68º degrees, saturation: 0.67, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DCE371 is Cyan = 0.03, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 220 | 227 | 113 | - |
| CMYK | 0.03 | 0 | 0.50 | 0.11 |
| HSL | 63.68º | 0.67% | 0.67% | - |
| HSV(B) | 63.68º | 0.5% | 0.89% | - |
| XYZ | 59.96 | 71.35 | 26.23 | - |
| YUV | 211.91 | 72.18 | 133.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 227 | 113 | 0.03 | 0 | 0.50 | 0.11 | 63.68 | 0.67 | 0.67 |
| Hex | DC | E3 | 71 | 3 | 0 | 32 | B | 40 | 43 | 43 |
| Octal | 334 | 343 | 161 | 3 | 0 | 62 | 13 | 100 | 103 | 103 |
| Binary | 11011100 | 11100011 | 1110001 | 11 | 0 | 110010 | 1011 | 1000000 | 1000011 | 1000011 |
Color Harmonies of #DCE371
Complementary color
Monochromatic Colors of #DCE371
Black with #DCE371
Text Example
Text Example
White with #DCE371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE371; }
p { color: rgb(220,227,113); }
H1.HeaderClassName
{
color: #DCE371;
}
.AnyTagClassName
{
color: #DCE371;
}
</style>
background-color css
<style>
a { background-color: #DCE371; }
a { background-color: rgb(220,227,113); }
div.DivClassName
{
background-color: #DCE371;
}
.BgClassName
{
background-color: #DCE371;
}
</style>
border-color css
<style>
span { border-color: #DCE371; }
span { border-color: rgb(220,227,113); }
td.TdClassName
{
border-color: #DCE371;
}
.TagClassName
{
border-color: #DCE371;
}
</style>