Shades of Mindaro #DCEC65
Tints of Mindaro #DCEC65
RGB
CMYK
RGB Variations
Color information
#DCEC65 (or 0xDCEC65) is known color: Mindaro. HEX triplet: DC, EC and 65. RGB value is (220,236,101). Sum of RGB (Red+Green+Blue) = 220+236+101=557 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.50% from 557); Green value is 236 (92.58% from 255 or 42.37% from 557); Blue value is 101 (39.84% from 255 or 18.13% from 557); Max value from RGB is 236 - color contains mainly: green. Hex color #DCEC65 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCEC65 is #23139A. Grayscale: #D8D8D8. Windows color (decimal): -2298779 or 6679772. OLE color: 6679772.
HSL color Cylindrical-coordinate representation of color #DCEC65: hue angle of 67.11º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DCEC65 is Cyan = 0.07, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 236 | 101 | - |
| CMYK | 0.07 | 0 | 0.57 | 0.07 |
| HSL | 67.11º | 0.78% | 0.66% | - |
| HSV(B) | 67.11º | 0.57% | 0.93% | - |
| XYZ | 61.86 | 76.15 | 23.75 | - |
| YUV | 215.83 | 63.2 | 130.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 236 | 101 | 0.07 | 0 | 0.57 | 0.07 | 67.11 | 0.78 | 0.66 |
| Hex | DC | EC | 65 | 7 | 0 | 39 | 7 | 43 | 4E | 42 |
| Octal | 334 | 354 | 145 | 7 | 0 | 71 | 7 | 103 | 116 | 102 |
| Binary | 11011100 | 11101100 | 1100101 | 111 | 0 | 111001 | 111 | 1000011 | 1001110 | 1000010 |
Color Harmonies of #DCEC65
Complementary color
Monochromatic Colors of #DCEC65
Black with #DCEC65
Text Example
Text Example
White with #DCEC65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEC65; }
p { color: rgb(220,236,101); }
H1.HeaderClassName
{
color: #DCEC65;
}
.AnyTagClassName
{
color: #DCEC65;
}
</style>
background-color css
<style>
a { background-color: #DCEC65; }
a { background-color: rgb(220,236,101); }
div.DivClassName
{
background-color: #DCEC65;
}
.BgClassName
{
background-color: #DCEC65;
}
</style>
border-color css
<style>
span { border-color: #DCEC65; }
span { border-color: rgb(220,236,101); }
td.TdClassName
{
border-color: #DCEC65;
}
.TagClassName
{
border-color: #DCEC65;
}
</style>