Shades of Mindaro #DCE461
Tints of Mindaro #DCE461
RGB
CMYK
RGB Variations
Color information
#DCE461 (or 0xDCE461) is known color: Mindaro. HEX triplet: DC, E4 and 61. RGB value is (220,228,97). Sum of RGB (Red+Green+Blue) = 220+228+97=545 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.37% from 545); Green value is 228 (89.45% from 255 or 41.83% from 545); Blue value is 97 (38.28% from 255 or 17.80% from 545); Max value from RGB is 228 - color contains mainly: green. Hex color #DCE461 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCE461 is #231B9E. Grayscale: #D3D3D3. Windows color (decimal): -2300831 or 6415580. OLE color: 6415580.
HSL color Cylindrical-coordinate representation of color #DCE461: hue angle of 63.66º 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 #DCE461 is Cyan = 0.04, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 220 | 228 | 97 | - |
| CMYK | 0.04 | 0 | 0.57 | 0.11 |
| HSL | 63.66º | 0.71% | 0.64% | - |
| HSV(B) | 63.66º | 0.57% | 0.89% | - |
| XYZ | 59.42 | 71.57 | 21.99 | - |
| YUV | 210.67 | 63.85 | 134.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 228 | 97 | 0.04 | 0 | 0.57 | 0.11 | 63.66 | 0.71 | 0.64 |
| Hex | DC | E4 | 61 | 4 | 0 | 39 | B | 40 | 47 | 40 |
| Octal | 334 | 344 | 141 | 4 | 0 | 71 | 13 | 100 | 107 | 100 |
| Binary | 11011100 | 11100100 | 1100001 | 100 | 0 | 111001 | 1011 | 1000000 | 1000111 | 1000000 |
Color Harmonies of #DCE461
Complementary color
Monochromatic Colors of #DCE461
Black with #DCE461
Text Example
Text Example
White with #DCE461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE461; }
p { color: rgb(220,228,97); }
H1.HeaderClassName
{
color: #DCE461;
}
.AnyTagClassName
{
color: #DCE461;
}
</style>
background-color css
<style>
a { background-color: #DCE461; }
a { background-color: rgb(220,228,97); }
div.DivClassName
{
background-color: #DCE461;
}
.BgClassName
{
background-color: #DCE461;
}
</style>
border-color css
<style>
span { border-color: #DCE461; }
span { border-color: rgb(220,228,97); }
td.TdClassName
{
border-color: #DCE461;
}
.TagClassName
{
border-color: #DCE461;
}
</style>