Shades of Mindaro #DCE566
Tints of Mindaro #DCE566
RGB
CMYK
RGB Variations
Color information
#DCE566 (or 0xDCE566) is known color: Mindaro. HEX triplet: DC, E5 and 66. RGB value is (220,229,102). Sum of RGB (Red+Green+Blue) = 220+229+102=551 (72% of max value = 765). Red value is 220 (86.33% from 255 or 39.93% from 551); Green value is 229 (89.84% from 255 or 41.56% from 551); Blue value is 102 (40.23% from 255 or 18.51% from 551); Max value from RGB is 229 - color contains mainly: green. Hex color #DCE566 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCE566 is #231A99. Grayscale: #D4D4D4. Windows color (decimal): -2300570 or 6743516. OLE color: 6743516.
HSL color Cylindrical-coordinate representation of color #DCE566: hue angle of 64.25º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DCE566 is Cyan = 0.04, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 220 | 229 | 102 | - |
| CMYK | 0.04 | 0 | 0.55 | 0.10 |
| HSL | 64.25º | 0.71% | 0.65% | - |
| HSV(B) | 64.25º | 0.55% | 0.9% | - |
| XYZ | 59.93 | 72.21 | 23.35 | - |
| YUV | 211.83 | 66.02 | 133.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 229 | 102 | 0.04 | 0 | 0.55 | 0.10 | 64.25 | 0.71 | 0.65 |
| Hex | DC | E5 | 66 | 4 | 0 | 37 | A | 40 | 47 | 41 |
| Octal | 334 | 345 | 146 | 4 | 0 | 67 | 12 | 100 | 107 | 101 |
| Binary | 11011100 | 11100101 | 1100110 | 100 | 0 | 110111 | 1010 | 1000000 | 1000111 | 1000001 |
Color Harmonies of #DCE566
Complementary color
Monochromatic Colors of #DCE566
Black with #DCE566
Text Example
Text Example
White with #DCE566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE566; }
p { color: rgb(220,229,102); }
H1.HeaderClassName
{
color: #DCE566;
}
.AnyTagClassName
{
color: #DCE566;
}
</style>
background-color css
<style>
a { background-color: #DCE566; }
a { background-color: rgb(220,229,102); }
div.DivClassName
{
background-color: #DCE566;
}
.BgClassName
{
background-color: #DCE566;
}
</style>
border-color css
<style>
span { border-color: #DCE566; }
span { border-color: rgb(220,229,102); }
td.TdClassName
{
border-color: #DCE566;
}
.TagClassName
{
border-color: #DCE566;
}
</style>