Shades of Mindaro #DCE366
Tints of Mindaro #DCE366
RGB
CMYK
RGB Variations
Color information
#DCE366 (or 0xDCE366) is known color: Mindaro. HEX triplet: DC, E3 and 66. RGB value is (220,227,102). Sum of RGB (Red+Green+Blue) = 220+227+102=549 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.07% from 549); Green value is 227 (89.06% from 255 or 41.35% from 549); Blue value is 102 (40.23% from 255 or 18.58% from 549); Max value from RGB is 227 - color contains mainly: green. Hex color #DCE366 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCE366 is #231C99. Grayscale: #D3D3D3. Windows color (decimal): -2301082 or 6743004. OLE color: 6743004.
HSL color Cylindrical-coordinate representation of color #DCE366: hue angle of 63.36º degrees, saturation: 0.69, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DCE366 is Cyan = 0.03, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 220 | 227 | 102 | - |
| CMYK | 0.03 | 0 | 0.55 | 0.11 |
| HSL | 63.36º | 0.69% | 0.65% | - |
| HSV(B) | 63.36º | 0.55% | 0.89% | - |
| XYZ | 59.38 | 71.11 | 23.17 | - |
| YUV | 210.66 | 66.68 | 134.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 227 | 102 | 0.03 | 0 | 0.55 | 0.11 | 63.36 | 0.69 | 0.65 |
| Hex | DC | E3 | 66 | 3 | 0 | 37 | B | 3F | 45 | 41 |
| Octal | 334 | 343 | 146 | 3 | 0 | 67 | 13 | 77 | 105 | 101 |
| Binary | 11011100 | 11100011 | 1100110 | 11 | 0 | 110111 | 1011 | 111111 | 1000101 | 1000001 |
Color Harmonies of #DCE366
Complementary color
Monochromatic Colors of #DCE366
Black with #DCE366
Text Example
Text Example
White with #DCE366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE366; }
p { color: rgb(220,227,102); }
H1.HeaderClassName
{
color: #DCE366;
}
.AnyTagClassName
{
color: #DCE366;
}
</style>
background-color css
<style>
a { background-color: #DCE366; }
a { background-color: rgb(220,227,102); }
div.DivClassName
{
background-color: #DCE366;
}
.BgClassName
{
background-color: #DCE366;
}
</style>
border-color css
<style>
span { border-color: #DCE366; }
span { border-color: rgb(220,227,102); }
td.TdClassName
{
border-color: #DCE366;
}
.TagClassName
{
border-color: #DCE366;
}
</style>