Shades of Mindaro #DCE36D
Tints of Mindaro #DCE36D
RGB
CMYK
RGB Variations
Color information
#DCE36D (or 0xDCE36D) is known color: Mindaro. HEX triplet: DC, E3 and 6D. RGB value is (220,227,109). Sum of RGB (Red+Green+Blue) = 220+227+109=556 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.57% from 556); Green value is 227 (89.06% from 255 or 40.83% from 556); Blue value is 109 (42.97% from 255 or 19.60% from 556); Max value from RGB is 227 - color contains mainly: green. Hex color #DCE36D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCE36D is #231C92. Grayscale: #D3D3D3. Windows color (decimal): -2301075 or 7201756. OLE color: 7201756.
HSL color Cylindrical-coordinate representation of color #DCE36D: hue angle of 63.56º degrees, saturation: 0.68, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DCE36D is Cyan = 0.03, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 220 | 227 | 109 | - |
| CMYK | 0.03 | 0 | 0.52 | 0.11 |
| HSL | 63.56º | 0.68% | 0.66% | - |
| HSV(B) | 63.56º | 0.52% | 0.89% | - |
| XYZ | 59.74 | 71.26 | 25.07 | - |
| YUV | 211.46 | 70.18 | 134.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 227 | 109 | 0.03 | 0 | 0.52 | 0.11 | 63.56 | 0.68 | 0.66 |
| Hex | DC | E3 | 6D | 3 | 0 | 34 | B | 40 | 44 | 42 |
| Octal | 334 | 343 | 155 | 3 | 0 | 64 | 13 | 100 | 104 | 102 |
| Binary | 11011100 | 11100011 | 1101101 | 11 | 0 | 110100 | 1011 | 1000000 | 1000100 | 1000010 |
Color Harmonies of #DCE36D
Complementary color
Monochromatic Colors of #DCE36D
Black with #DCE36D
Text Example
Text Example
White with #DCE36D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE36D; }
p { color: rgb(220,227,109); }
H1.HeaderClassName
{
color: #DCE36D;
}
.AnyTagClassName
{
color: #DCE36D;
}
</style>
background-color css
<style>
a { background-color: #DCE36D; }
a { background-color: rgb(220,227,109); }
div.DivClassName
{
background-color: #DCE36D;
}
.BgClassName
{
background-color: #DCE36D;
}
</style>
border-color css
<style>
span { border-color: #DCE36D; }
span { border-color: rgb(220,227,109); }
td.TdClassName
{
border-color: #DCE36D;
}
.TagClassName
{
border-color: #DCE36D;
}
</style>