Shades of Mindaro #DCE682
Tints of Mindaro #DCE682
RGB
CMYK
RGB Variations
Color information
#DCE682 (or 0xDCE682) is known color: Mindaro. HEX triplet: DC, E6 and 82. RGB value is (220,230,130). Sum of RGB (Red+Green+Blue) = 220+230+130=580 (76% of max value = 765). Red value is 220 (86.33% from 255 or 37.93% from 580); Green value is 230 (90.23% from 255 or 39.66% from 580); Blue value is 130 (51.17% from 255 or 22.41% from 580); Max value from RGB is 230 - color contains mainly: green. Hex color #DCE682 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCE682 is #23197D. Grayscale: #D8D8D8. Windows color (decimal): -2300286 or 8578780. OLE color: 8578780.
HSL color Cylindrical-coordinate representation of color #DCE682: hue angle of 66º degrees, saturation: 0.67, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DCE682 is Cyan = 0.04, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 220 | 230 | 130 | - |
| CMYK | 0.04 | 0 | 0.43 | 0.10 |
| HSL | 66º | 0.67% | 0.71% | - |
| HSV(B) | 66º | 0.43% | 0.9% | - |
| XYZ | 61.84 | 73.42 | 32.03 | - |
| YUV | 215.61 | 79.69 | 131.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 230 | 130 | 0.04 | 0 | 0.43 | 0.10 | 66 | 0.67 | 0.71 |
| Hex | DC | E6 | 82 | 4 | 0 | 2B | A | 42 | 43 | 47 |
| Octal | 334 | 346 | 202 | 4 | 0 | 53 | 12 | 102 | 103 | 107 |
| Binary | 11011100 | 11100110 | 10000010 | 100 | 0 | 101011 | 1010 | 1000010 | 1000011 | 1000111 |
Color Harmonies of #DCE682
Complementary color
Monochromatic Colors of #DCE682
Black with #DCE682
Text Example
Text Example
White with #DCE682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE682; }
p { color: rgb(220,230,130); }
H1.HeaderClassName
{
color: #DCE682;
}
.AnyTagClassName
{
color: #DCE682;
}
</style>
background-color css
<style>
a { background-color: #DCE682; }
a { background-color: rgb(220,230,130); }
div.DivClassName
{
background-color: #DCE682;
}
.BgClassName
{
background-color: #DCE682;
}
</style>
border-color css
<style>
span { border-color: #DCE682; }
span { border-color: rgb(220,230,130); }
td.TdClassName
{
border-color: #DCE682;
}
.TagClassName
{
border-color: #DCE682;
}
</style>