Shades of Mindaro #DCEA6C
Tints of Mindaro #DCEA6C
RGB
CMYK
RGB Variations
Color information
#DCEA6C (or 0xDCEA6C) is known color: Mindaro. HEX triplet: DC, EA and 6C. RGB value is (220,234,108). Sum of RGB (Red+Green+Blue) = 220+234+108=562 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.15% from 562); Green value is 234 (91.80% from 255 or 41.64% from 562); Blue value is 108 (42.58% from 255 or 19.22% from 562); Max value from RGB is 234 - color contains mainly: green. Hex color #DCEA6C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCEA6C is #231593. Grayscale: #D7D7D7. Windows color (decimal): -2299284 or 7138012. OLE color: 7138012.
HSL color Cylindrical-coordinate representation of color #DCEA6C: hue angle of 66.67º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DCEA6C is Cyan = 0.06, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 220 | 234 | 108 | - |
| CMYK | 0.06 | 0 | 0.54 | 0.08 |
| HSL | 66.67º | 0.75% | 0.67% | - |
| HSV(B) | 66.67º | 0.54% | 0.92% | - |
| XYZ | 61.64 | 75.14 | 25.44 | - |
| YUV | 215.45 | 67.36 | 131.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 234 | 108 | 0.06 | 0 | 0.54 | 0.08 | 66.67 | 0.75 | 0.67 |
| Hex | DC | EA | 6C | 6 | 0 | 36 | 8 | 43 | 4B | 43 |
| Octal | 334 | 352 | 154 | 6 | 0 | 66 | 10 | 103 | 113 | 103 |
| Binary | 11011100 | 11101010 | 1101100 | 110 | 0 | 110110 | 1000 | 1000011 | 1001011 | 1000011 |
Color Harmonies of #DCEA6C
Complementary color
Monochromatic Colors of #DCEA6C
Black with #DCEA6C
Text Example
Text Example
White with #DCEA6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEA6C; }
p { color: rgb(220,234,108); }
H1.HeaderClassName
{
color: #DCEA6C;
}
.AnyTagClassName
{
color: #DCEA6C;
}
</style>
background-color css
<style>
a { background-color: #DCEA6C; }
a { background-color: rgb(220,234,108); }
div.DivClassName
{
background-color: #DCEA6C;
}
.BgClassName
{
background-color: #DCEA6C;
}
</style>
border-color css
<style>
span { border-color: #DCEA6C; }
span { border-color: rgb(220,234,108); }
td.TdClassName
{
border-color: #DCEA6C;
}
.TagClassName
{
border-color: #DCEA6C;
}
</style>