Shades of Mindaro #DCE46C
Tints of Mindaro #DCE46C
RGB
CMYK
RGB Variations
Color information
#DCE46C (or 0xDCE46C) is known color: Mindaro. HEX triplet: DC, E4 and 6C. RGB value is (220,228,108). Sum of RGB (Red+Green+Blue) = 220+228+108=556 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.57% from 556); Green value is 228 (89.45% from 255 or 41.01% from 556); Blue value is 108 (42.58% from 255 or 19.42% from 556); Max value from RGB is 228 - color contains mainly: green. Hex color #DCE46C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCE46C is #231B93. Grayscale: #D4D4D4. Windows color (decimal): -2300820 or 7136476. OLE color: 7136476.
HSL color Cylindrical-coordinate representation of color #DCE46C: hue angle of 64º degrees, saturation: 0.69, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DCE46C is Cyan = 0.04, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 220 | 228 | 108 | - |
| CMYK | 0.04 | 0 | 0.53 | 0.11 |
| HSL | 64º | 0.69% | 0.66% | - |
| HSV(B) | 64º | 0.53% | 0.89% | - |
| XYZ | 59.97 | 71.79 | 24.88 | - |
| YUV | 211.93 | 69.35 | 133.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 228 | 108 | 0.04 | 0 | 0.53 | 0.11 | 64 | 0.69 | 0.66 |
| Hex | DC | E4 | 6C | 4 | 0 | 35 | B | 40 | 45 | 42 |
| Octal | 334 | 344 | 154 | 4 | 0 | 65 | 13 | 100 | 105 | 102 |
| Binary | 11011100 | 11100100 | 1101100 | 100 | 0 | 110101 | 1011 | 1000000 | 1000101 | 1000010 |
Color Harmonies of #DCE46C
Complementary color
Monochromatic Colors of #DCE46C
Black with #DCE46C
Text Example
Text Example
White with #DCE46C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE46C; }
p { color: rgb(220,228,108); }
H1.HeaderClassName
{
color: #DCE46C;
}
.AnyTagClassName
{
color: #DCE46C;
}
</style>
background-color css
<style>
a { background-color: #DCE46C; }
a { background-color: rgb(220,228,108); }
div.DivClassName
{
background-color: #DCE46C;
}
.BgClassName
{
background-color: #DCE46C;
}
</style>
border-color css
<style>
span { border-color: #DCE46C; }
span { border-color: rgb(220,228,108); }
td.TdClassName
{
border-color: #DCE46C;
}
.TagClassName
{
border-color: #DCE46C;
}
</style>