Shades of Mindaro #DCE660
Tints of Mindaro #DCE660
RGB
CMYK
RGB Variations
Color information
#DCE660 (or 0xDCE660) is known color: Mindaro. HEX triplet: DC, E6 and 60. RGB value is (220,230,96). Sum of RGB (Red+Green+Blue) = 220+230+96=546 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.29% from 546); Green value is 230 (90.23% from 255 or 42.12% from 546); Blue value is 96 (37.89% from 255 or 17.58% from 546); Max value from RGB is 230 - color contains mainly: green. Hex color #DCE660 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCE660 is #23199F. Grayscale: #D4D4D4. Windows color (decimal): -2300320 or 6350556. OLE color: 6350556.
HSL color Cylindrical-coordinate representation of color #DCE660: hue angle of 64.48º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DCE660 is Cyan = 0.04, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 220 | 230 | 96 | - |
| CMYK | 0.04 | 0 | 0.58 | 0.10 |
| HSL | 64.48º | 0.73% | 0.64% | - |
| HSV(B) | 64.48º | 0.58% | 0.9% | - |
| XYZ | 59.92 | 72.65 | 21.93 | - |
| YUV | 211.73 | 62.69 | 133.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 230 | 96 | 0.04 | 0 | 0.58 | 0.10 | 64.48 | 0.73 | 0.64 |
| Hex | DC | E6 | 60 | 4 | 0 | 3A | A | 40 | 49 | 40 |
| Octal | 334 | 346 | 140 | 4 | 0 | 72 | 12 | 100 | 111 | 100 |
| Binary | 11011100 | 11100110 | 1100000 | 100 | 0 | 111010 | 1010 | 1000000 | 1001001 | 1000000 |
Color Harmonies of #DCE660
Complementary color
Monochromatic Colors of #DCE660
Black with #DCE660
Text Example
Text Example
White with #DCE660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE660; }
p { color: rgb(220,230,96); }
H1.HeaderClassName
{
color: #DCE660;
}
.AnyTagClassName
{
color: #DCE660;
}
</style>
background-color css
<style>
a { background-color: #DCE660; }
a { background-color: rgb(220,230,96); }
div.DivClassName
{
background-color: #DCE660;
}
.BgClassName
{
background-color: #DCE660;
}
</style>
border-color css
<style>
span { border-color: #DCE660; }
span { border-color: rgb(220,230,96); }
td.TdClassName
{
border-color: #DCE660;
}
.TagClassName
{
border-color: #DCE660;
}
</style>