Shades of Mindaro #DCED86
Tints of Mindaro #DCED86
RGB
CMYK
RGB Variations
Color information
#DCED86 (or 0xDCED86) is known color: Mindaro. HEX triplet: DC, ED and 86. RGB value is (220,237,134). Sum of RGB (Red+Green+Blue) = 220+237+134=591 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.23% from 591); Green value is 237 (92.97% from 255 or 40.10% from 591); Blue value is 134 (52.73% from 255 or 22.67% from 591); Max value from RGB is 237 - color contains mainly: green. Hex color #DCED86 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCED86 is #231279. Grayscale: #DCDCDC. Windows color (decimal): -2298490 or 8842716. OLE color: 8842716.
HSL color Cylindrical-coordinate representation of color #DCED86: hue angle of 69.9º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DCED86 is Cyan = 0.07, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 237 | 134 | - |
| CMYK | 0.07 | 0 | 0.43 | 0.07 |
| HSL | 69.9º | 0.74% | 0.73% | - |
| HSV(B) | 69.9º | 0.43% | 0.93% | - |
| XYZ | 64.1 | 77.51 | 34.14 | - |
| YUV | 220.18 | 79.37 | 127.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 237 | 134 | 0.07 | 0 | 0.43 | 0.07 | 69.9 | 0.74 | 0.73 |
| Hex | DC | ED | 86 | 7 | 0 | 2B | 7 | 46 | 4A | 49 |
| Octal | 334 | 355 | 206 | 7 | 0 | 53 | 7 | 106 | 112 | 111 |
| Binary | 11011100 | 11101101 | 10000110 | 111 | 0 | 101011 | 111 | 1000110 | 1001010 | 1001001 |
Color Harmonies of #DCED86
Complementary color
Monochromatic Colors of #DCED86
Black with #DCED86
Text Example
Text Example
White with #DCED86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCED86; }
p { color: rgb(220,237,134); }
H1.HeaderClassName
{
color: #DCED86;
}
.AnyTagClassName
{
color: #DCED86;
}
</style>
background-color css
<style>
a { background-color: #DCED86; }
a { background-color: rgb(220,237,134); }
div.DivClassName
{
background-color: #DCED86;
}
.BgClassName
{
background-color: #DCED86;
}
</style>
border-color css
<style>
span { border-color: #DCED86; }
span { border-color: rgb(220,237,134); }
td.TdClassName
{
border-color: #DCED86;
}
.TagClassName
{
border-color: #DCED86;
}
</style>