Shades of Mindaro #DCEC63
Tints of Mindaro #DCEC63
RGB
CMYK
RGB Variations
Color information
#DCEC63 (or 0xDCEC63) is known color: Mindaro. HEX triplet: DC, EC and 63. RGB value is (220,236,99). Sum of RGB (Red+Green+Blue) = 220+236+99=555 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.64% from 555); Green value is 236 (92.58% from 255 or 42.52% from 555); Blue value is 99 (39.06% from 255 or 17.84% from 555); Max value from RGB is 236 - color contains mainly: green. Hex color #DCEC63 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCEC63 is #23139C. Grayscale: #D8D8D8. Windows color (decimal): -2298781 or 6548700. OLE color: 6548700.
HSL color Cylindrical-coordinate representation of color #DCEC63: hue angle of 67.01º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DCEC63 is Cyan = 0.07, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 236 | 99 | - |
| CMYK | 0.07 | 0 | 0.58 | 0.07 |
| HSL | 67.01º | 0.78% | 0.66% | - |
| HSV(B) | 67.01º | 0.58% | 0.93% | - |
| XYZ | 61.76 | 76.11 | 23.24 | - |
| YUV | 215.6 | 62.2 | 131.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 236 | 99 | 0.07 | 0 | 0.58 | 0.07 | 67.01 | 0.78 | 0.66 |
| Hex | DC | EC | 63 | 7 | 0 | 3A | 7 | 43 | 4E | 42 |
| Octal | 334 | 354 | 143 | 7 | 0 | 72 | 7 | 103 | 116 | 102 |
| Binary | 11011100 | 11101100 | 1100011 | 111 | 0 | 111010 | 111 | 1000011 | 1001110 | 1000010 |
Color Harmonies of #DCEC63
Complementary color
Monochromatic Colors of #DCEC63
Black with #DCEC63
Text Example
Text Example
White with #DCEC63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEC63; }
p { color: rgb(220,236,99); }
H1.HeaderClassName
{
color: #DCEC63;
}
.AnyTagClassName
{
color: #DCEC63;
}
</style>
background-color css
<style>
a { background-color: #DCEC63; }
a { background-color: rgb(220,236,99); }
div.DivClassName
{
background-color: #DCEC63;
}
.BgClassName
{
background-color: #DCEC63;
}
</style>
border-color css
<style>
span { border-color: #DCEC63; }
span { border-color: rgb(220,236,99); }
td.TdClassName
{
border-color: #DCEC63;
}
.TagClassName
{
border-color: #DCEC63;
}
</style>