Shades of Mindaro #DCE66A
Tints of Mindaro #DCE66A
RGB
CMYK
RGB Variations
Color information
#DCE66A (or 0xDCE66A) is known color: Mindaro. HEX triplet: DC, E6 and 6A. RGB value is (220,230,106). Sum of RGB (Red+Green+Blue) = 220+230+106=556 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.57% from 556); Green value is 230 (90.23% from 255 or 41.37% from 556); Blue value is 106 (41.80% from 255 or 19.06% from 556); Max value from RGB is 230 - color contains mainly: green. Hex color #DCE66A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCE66A is #231995. Grayscale: #D5D5D5. Windows color (decimal): -2300310 or 7005916. OLE color: 7005916.
HSL color Cylindrical-coordinate representation of color #DCE66A: hue angle of 64.84º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DCE66A is Cyan = 0.04, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 220 | 230 | 106 | - |
| CMYK | 0.04 | 0 | 0.54 | 0.10 |
| HSL | 64.84º | 0.71% | 0.66% | - |
| HSV(B) | 64.84º | 0.54% | 0.9% | - |
| XYZ | 60.41 | 72.85 | 24.51 | - |
| YUV | 212.87 | 67.69 | 133.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 230 | 106 | 0.04 | 0 | 0.54 | 0.10 | 64.84 | 0.71 | 0.66 |
| Hex | DC | E6 | 6A | 4 | 0 | 36 | A | 41 | 47 | 42 |
| Octal | 334 | 346 | 152 | 4 | 0 | 66 | 12 | 101 | 107 | 102 |
| Binary | 11011100 | 11100110 | 1101010 | 100 | 0 | 110110 | 1010 | 1000001 | 1000111 | 1000010 |
Color Harmonies of #DCE66A
Complementary color
Monochromatic Colors of #DCE66A
Black with #DCE66A
Text Example
Text Example
White with #DCE66A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE66A; }
p { color: rgb(220,230,106); }
H1.HeaderClassName
{
color: #DCE66A;
}
.AnyTagClassName
{
color: #DCE66A;
}
</style>
background-color css
<style>
a { background-color: #DCE66A; }
a { background-color: rgb(220,230,106); }
div.DivClassName
{
background-color: #DCE66A;
}
.BgClassName
{
background-color: #DCE66A;
}
</style>
border-color css
<style>
span { border-color: #DCE66A; }
span { border-color: rgb(220,230,106); }
td.TdClassName
{
border-color: #DCE66A;
}
.TagClassName
{
border-color: #DCE66A;
}
</style>