Shades of Mindaro #DCE86D
Tints of Mindaro #DCE86D
RGB
CMYK
RGB Variations
Color information
#DCE86D (or 0xDCE86D) is known color: Mindaro. HEX triplet: DC, E8 and 6D. RGB value is (220,232,109). Sum of RGB (Red+Green+Blue) = 220+232+109=561 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.22% from 561); Green value is 232 (91.02% from 255 or 41.35% from 561); Blue value is 109 (42.97% from 255 or 19.43% from 561); Max value from RGB is 232 - color contains mainly: green. Hex color #DCE86D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCE86D is #231792. Grayscale: #D6D6D6. Windows color (decimal): -2299795 or 7203036. OLE color: 7203036.
HSL color Cylindrical-coordinate representation of color #DCE86D: hue angle of 65.85º degrees, saturation: 0.73, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DCE86D is Cyan = 0.05, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 220 | 232 | 109 | - |
| CMYK | 0.05 | 0 | 0.53 | 0.09 |
| HSL | 65.85º | 0.73% | 0.67% | - |
| HSV(B) | 65.85º | 0.53% | 0.91% | - |
| XYZ | 61.13 | 74.03 | 25.54 | - |
| YUV | 214.39 | 68.52 | 132 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 232 | 109 | 0.05 | 0 | 0.53 | 0.09 | 65.85 | 0.73 | 0.67 |
| Hex | DC | E8 | 6D | 5 | 0 | 35 | 9 | 42 | 49 | 43 |
| Octal | 334 | 350 | 155 | 5 | 0 | 65 | 11 | 102 | 111 | 103 |
| Binary | 11011100 | 11101000 | 1101101 | 101 | 0 | 110101 | 1001 | 1000010 | 1001001 | 1000011 |
Color Harmonies of #DCE86D
Complementary color
Monochromatic Colors of #DCE86D
Black with #DCE86D
Text Example
Text Example
White with #DCE86D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE86D; }
p { color: rgb(220,232,109); }
H1.HeaderClassName
{
color: #DCE86D;
}
.AnyTagClassName
{
color: #DCE86D;
}
</style>
background-color css
<style>
a { background-color: #DCE86D; }
a { background-color: rgb(220,232,109); }
div.DivClassName
{
background-color: #DCE86D;
}
.BgClassName
{
background-color: #DCE86D;
}
</style>
border-color css
<style>
span { border-color: #DCE86D; }
span { border-color: rgb(220,232,109); }
td.TdClassName
{
border-color: #DCE86D;
}
.TagClassName
{
border-color: #DCE86D;
}
</style>