Shades of Mindaro #DCEA63
Tints of Mindaro #DCEA63
RGB
CMYK
RGB Variations
Color information
#DCEA63 (or 0xDCEA63) is known color: Mindaro. HEX triplet: DC, EA and 63. RGB value is (220,234,99). Sum of RGB (Red+Green+Blue) = 220+234+99=553 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.78% from 553); Green value is 234 (91.80% from 255 or 42.31% from 553); Blue value is 99 (39.06% from 255 or 17.90% from 553); Max value from RGB is 234 - color contains mainly: green. Hex color #DCEA63 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCEA63 is #23159C. Grayscale: #D6D6D6. Windows color (decimal): -2299293 or 6548188. OLE color: 6548188.
HSL color Cylindrical-coordinate representation of color #DCEA63: hue angle of 66.22º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DCEA63 is Cyan = 0.06, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 220 | 234 | 99 | - |
| CMYK | 0.06 | 0 | 0.58 | 0.08 |
| HSL | 66.22º | 0.76% | 0.65% | - |
| HSV(B) | 66.22º | 0.58% | 0.92% | - |
| XYZ | 61.19 | 74.96 | 23.05 | - |
| YUV | 214.42 | 62.86 | 131.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 234 | 99 | 0.06 | 0 | 0.58 | 0.08 | 66.22 | 0.76 | 0.65 |
| Hex | DC | EA | 63 | 6 | 0 | 3A | 8 | 42 | 4C | 41 |
| Octal | 334 | 352 | 143 | 6 | 0 | 72 | 10 | 102 | 114 | 101 |
| Binary | 11011100 | 11101010 | 1100011 | 110 | 0 | 111010 | 1000 | 1000010 | 1001100 | 1000001 |
Color Harmonies of #DCEA63
Complementary color
Monochromatic Colors of #DCEA63
Black with #DCEA63
Text Example
Text Example
White with #DCEA63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEA63; }
p { color: rgb(220,234,99); }
H1.HeaderClassName
{
color: #DCEA63;
}
.AnyTagClassName
{
color: #DCEA63;
}
</style>
background-color css
<style>
a { background-color: #DCEA63; }
a { background-color: rgb(220,234,99); }
div.DivClassName
{
background-color: #DCEA63;
}
.BgClassName
{
background-color: #DCEA63;
}
</style>
border-color css
<style>
span { border-color: #DCEA63; }
span { border-color: rgb(220,234,99); }
td.TdClassName
{
border-color: #DCEA63;
}
.TagClassName
{
border-color: #DCEA63;
}
</style>