Shades of Mindaro #DCE462
Tints of Mindaro #DCE462
RGB
CMYK
RGB Variations
Color information
#DCE462 (or 0xDCE462) is known color: Mindaro. HEX triplet: DC, E4 and 62. RGB value is (220,228,98). Sum of RGB (Red+Green+Blue) = 220+228+98=546 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.29% from 546); Green value is 228 (89.45% from 255 or 41.76% from 546); Blue value is 98 (38.67% from 255 or 17.95% from 546); Max value from RGB is 228 - color contains mainly: green. Hex color #DCE462 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCE462 is #231B9D. Grayscale: #D3D3D3. Windows color (decimal): -2300830 or 6481116. OLE color: 6481116.
HSL color Cylindrical-coordinate representation of color #DCE462: hue angle of 63.69º degrees, saturation: 0.71, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DCE462 is Cyan = 0.04, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 220 | 228 | 98 | - |
| CMYK | 0.04 | 0 | 0.57 | 0.11 |
| HSL | 63.69º | 0.71% | 0.64% | - |
| HSV(B) | 63.69º | 0.57% | 0.89% | - |
| XYZ | 59.46 | 71.58 | 22.24 | - |
| YUV | 210.79 | 64.35 | 134.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 228 | 98 | 0.04 | 0 | 0.57 | 0.11 | 63.69 | 0.71 | 0.64 |
| Hex | DC | E4 | 62 | 4 | 0 | 39 | B | 40 | 47 | 40 |
| Octal | 334 | 344 | 142 | 4 | 0 | 71 | 13 | 100 | 107 | 100 |
| Binary | 11011100 | 11100100 | 1100010 | 100 | 0 | 111001 | 1011 | 1000000 | 1000111 | 1000000 |
Color Harmonies of #DCE462
Complementary color
Monochromatic Colors of #DCE462
Black with #DCE462
Text Example
Text Example
White with #DCE462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE462; }
p { color: rgb(220,228,98); }
H1.HeaderClassName
{
color: #DCE462;
}
.AnyTagClassName
{
color: #DCE462;
}
</style>
background-color css
<style>
a { background-color: #DCE462; }
a { background-color: rgb(220,228,98); }
div.DivClassName
{
background-color: #DCE462;
}
.BgClassName
{
background-color: #DCE462;
}
</style>
border-color css
<style>
span { border-color: #DCE462; }
span { border-color: rgb(220,228,98); }
td.TdClassName
{
border-color: #DCE462;
}
.TagClassName
{
border-color: #DCE462;
}
</style>