Shades of Mindaro #DCE66D
Tints of Mindaro #DCE66D
RGB
CMYK
RGB Variations
Color information
#DCE66D (or 0xDCE66D) is known color: Mindaro. HEX triplet: DC, E6 and 6D. RGB value is (220,230,109). Sum of RGB (Red+Green+Blue) = 220+230+109=559 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.36% from 559); Green value is 230 (90.23% from 255 or 41.14% from 559); Blue value is 109 (42.97% from 255 or 19.50% from 559); Max value from RGB is 230 - color contains mainly: green. Hex color #DCE66D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCE66D is #231992. Grayscale: #D5D5D5. Windows color (decimal): -2300307 or 7202524. OLE color: 7202524.
HSL color Cylindrical-coordinate representation of color #DCE66D: hue angle of 64.96º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DCE66D is Cyan = 0.04, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 220 | 230 | 109 | - |
| CMYK | 0.04 | 0 | 0.53 | 0.10 |
| HSL | 64.96º | 0.71% | 0.66% | - |
| HSV(B) | 64.96º | 0.53% | 0.9% | - |
| XYZ | 60.57 | 72.91 | 25.35 | - |
| YUV | 213.22 | 69.19 | 132.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 230 | 109 | 0.04 | 0 | 0.53 | 0.10 | 64.96 | 0.71 | 0.66 |
| Hex | DC | E6 | 6D | 4 | 0 | 35 | A | 41 | 47 | 42 |
| Octal | 334 | 346 | 155 | 4 | 0 | 65 | 12 | 101 | 107 | 102 |
| Binary | 11011100 | 11100110 | 1101101 | 100 | 0 | 110101 | 1010 | 1000001 | 1000111 | 1000010 |
Color Harmonies of #DCE66D
Complementary color
Monochromatic Colors of #DCE66D
Black with #DCE66D
Text Example
Text Example
White with #DCE66D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE66D; }
p { color: rgb(220,230,109); }
H1.HeaderClassName
{
color: #DCE66D;
}
.AnyTagClassName
{
color: #DCE66D;
}
</style>
background-color css
<style>
a { background-color: #DCE66D; }
a { background-color: rgb(220,230,109); }
div.DivClassName
{
background-color: #DCE66D;
}
.BgClassName
{
background-color: #DCE66D;
}
</style>
border-color css
<style>
span { border-color: #DCE66D; }
span { border-color: rgb(220,230,109); }
td.TdClassName
{
border-color: #DCE66D;
}
.TagClassName
{
border-color: #DCE66D;
}
</style>