Shades of Mindaro #DCE670
Tints of Mindaro #DCE670
RGB
CMYK
RGB Variations
Color information
#DCE670 (or 0xDCE670) is known color: Mindaro. HEX triplet: DC, E6 and 70. RGB value is (220,230,112). Sum of RGB (Red+Green+Blue) = 220+230+112=562 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.15% from 562); Green value is 230 (90.23% from 255 or 40.93% from 562); Blue value is 112 (44.14% from 255 or 19.93% from 562); Max value from RGB is 230 - color contains mainly: green. Hex color #DCE670 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCE670 is #23198F. Grayscale: #D6D6D6. Windows color (decimal): -2300304 or 7399132. OLE color: 7399132.
HSL color Cylindrical-coordinate representation of color #DCE670: hue angle of 65.08º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DCE670 is Cyan = 0.04, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 220 | 230 | 112 | - |
| CMYK | 0.04 | 0 | 0.51 | 0.10 |
| HSL | 65.08º | 0.7% | 0.67% | - |
| HSV(B) | 65.08º | 0.51% | 0.9% | - |
| XYZ | 60.74 | 72.98 | 26.21 | - |
| YUV | 213.56 | 70.69 | 132.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 230 | 112 | 0.04 | 0 | 0.51 | 0.10 | 65.08 | 0.7 | 0.67 |
| Hex | DC | E6 | 70 | 4 | 0 | 33 | A | 41 | 46 | 43 |
| Octal | 334 | 346 | 160 | 4 | 0 | 63 | 12 | 101 | 106 | 103 |
| Binary | 11011100 | 11100110 | 1110000 | 100 | 0 | 110011 | 1010 | 1000001 | 1000110 | 1000011 |
Color Harmonies of #DCE670
Complementary color
Monochromatic Colors of #DCE670
Black with #DCE670
Text Example
Text Example
White with #DCE670
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE670; }
p { color: rgb(220,230,112); }
H1.HeaderClassName
{
color: #DCE670;
}
.AnyTagClassName
{
color: #DCE670;
}
</style>
background-color css
<style>
a { background-color: #DCE670; }
a { background-color: rgb(220,230,112); }
div.DivClassName
{
background-color: #DCE670;
}
.BgClassName
{
background-color: #DCE670;
}
</style>
border-color css
<style>
span { border-color: #DCE670; }
span { border-color: rgb(220,230,112); }
td.TdClassName
{
border-color: #DCE670;
}
.TagClassName
{
border-color: #DCE670;
}
</style>