Shades of Mindaro #DCE680
Tints of Mindaro #DCE680
RGB
CMYK
RGB Variations
Color information
#DCE680 (or 0xDCE680) is known color: Mindaro. HEX triplet: DC, E6 and 80. RGB value is (220,230,128). Sum of RGB (Red+Green+Blue) = 220+230+128=578 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.06% from 578); Green value is 230 (90.23% from 255 or 39.79% from 578); Blue value is 128 (50.39% from 255 or 22.15% from 578); Max value from RGB is 230 - color contains mainly: green. Hex color #DCE680 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCE680 is #23197F. Grayscale: #D7D7D7. Windows color (decimal): -2300288 or 8447708. OLE color: 8447708.
HSL color Cylindrical-coordinate representation of color #DCE680: hue angle of 65.88º degrees, saturation: 0.67, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DCE680 is Cyan = 0.04, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 220 | 230 | 128 | - |
| CMYK | 0.04 | 0 | 0.44 | 0.10 |
| HSL | 65.88º | 0.67% | 0.7% | - |
| HSV(B) | 65.88º | 0.44% | 0.9% | - |
| XYZ | 61.71 | 73.37 | 31.33 | - |
| YUV | 215.38 | 78.69 | 131.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 230 | 128 | 0.04 | 0 | 0.44 | 0.10 | 65.88 | 0.67 | 0.7 |
| Hex | DC | E6 | 80 | 4 | 0 | 2C | A | 42 | 43 | 46 |
| Octal | 334 | 346 | 200 | 4 | 0 | 54 | 12 | 102 | 103 | 106 |
| Binary | 11011100 | 11100110 | 10000000 | 100 | 0 | 101100 | 1010 | 1000010 | 1000011 | 1000110 |
Color Harmonies of #DCE680
Complementary color
Monochromatic Colors of #DCE680
Black with #DCE680
Text Example
Text Example
White with #DCE680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE680; }
p { color: rgb(220,230,128); }
H1.HeaderClassName
{
color: #DCE680;
}
.AnyTagClassName
{
color: #DCE680;
}
</style>
background-color css
<style>
a { background-color: #DCE680; }
a { background-color: rgb(220,230,128); }
div.DivClassName
{
background-color: #DCE680;
}
.BgClassName
{
background-color: #DCE680;
}
</style>
border-color css
<style>
span { border-color: #DCE680; }
span { border-color: rgb(220,230,128); }
td.TdClassName
{
border-color: #DCE680;
}
.TagClassName
{
border-color: #DCE680;
}
</style>