Shades of Mindaro #DCEC73
Tints of Mindaro #DCEC73
RGB
CMYK
RGB Variations
Color information
#DCEC73 (or 0xDCEC73) is known color: Mindaro. HEX triplet: DC, EC and 73. RGB value is (220,236,115). Sum of RGB (Red+Green+Blue) = 220+236+115=571 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.53% from 571); Green value is 236 (92.58% from 255 or 41.33% from 571); Blue value is 115 (45.31% from 255 or 20.14% from 571); Max value from RGB is 236 - color contains mainly: green. Hex color #DCEC73 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCEC73 is #23138C. Grayscale: #D9D9D9. Windows color (decimal): -2298765 or 7597276. OLE color: 7597276.
HSL color Cylindrical-coordinate representation of color #DCEC73: hue angle of 67.93º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DCEC73 is Cyan = 0.07, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 236 | 115 | - |
| CMYK | 0.07 | 0 | 0.51 | 0.07 |
| HSL | 67.93º | 0.76% | 0.69% | - |
| HSV(B) | 67.93º | 0.51% | 0.93% | - |
| XYZ | 62.61 | 76.44 | 27.68 | - |
| YUV | 217.42 | 70.2 | 129.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 236 | 115 | 0.07 | 0 | 0.51 | 0.07 | 67.93 | 0.76 | 0.69 |
| Hex | DC | EC | 73 | 7 | 0 | 33 | 7 | 44 | 4C | 45 |
| Octal | 334 | 354 | 163 | 7 | 0 | 63 | 7 | 104 | 114 | 105 |
| Binary | 11011100 | 11101100 | 1110011 | 111 | 0 | 110011 | 111 | 1000100 | 1001100 | 1000101 |
Color Harmonies of #DCEC73
Complementary color
Monochromatic Colors of #DCEC73
Black with #DCEC73
Text Example
Text Example
White with #DCEC73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEC73; }
p { color: rgb(220,236,115); }
H1.HeaderClassName
{
color: #DCEC73;
}
.AnyTagClassName
{
color: #DCEC73;
}
</style>
background-color css
<style>
a { background-color: #DCEC73; }
a { background-color: rgb(220,236,115); }
div.DivClassName
{
background-color: #DCEC73;
}
.BgClassName
{
background-color: #DCEC73;
}
</style>
border-color css
<style>
span { border-color: #DCEC73; }
span { border-color: rgb(220,236,115); }
td.TdClassName
{
border-color: #DCEC73;
}
.TagClassName
{
border-color: #DCEC73;
}
</style>