Shades of Mindaro #DCE96C
Tints of Mindaro #DCE96C
RGB
CMYK
RGB Variations
Color information
#DCE96C (or 0xDCE96C) is known color: Mindaro. HEX triplet: DC, E9 and 6C. RGB value is (220,233,108). Sum of RGB (Red+Green+Blue) = 220+233+108=561 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.22% from 561); Green value is 233 (91.41% from 255 or 41.53% from 561); Blue value is 108 (42.58% from 255 or 19.25% from 561); Max value from RGB is 233 - color contains mainly: green. Hex color #DCE96C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCE96C is #231693. Grayscale: #D7D7D7. Windows color (decimal): -2299540 or 7137756. OLE color: 7137756.
HSL color Cylindrical-coordinate representation of color #DCE96C: hue angle of 66.24º degrees, saturation: 0.74, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DCE96C is Cyan = 0.06, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 220 | 233 | 108 | - |
| CMYK | 0.06 | 0 | 0.54 | 0.09 |
| HSL | 66.24º | 0.74% | 0.67% | - |
| HSV(B) | 66.24º | 0.54% | 0.91% | - |
| XYZ | 61.36 | 74.58 | 25.35 | - |
| YUV | 214.86 | 67.69 | 131.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 233 | 108 | 0.06 | 0 | 0.54 | 0.09 | 66.24 | 0.74 | 0.67 |
| Hex | DC | E9 | 6C | 6 | 0 | 36 | 9 | 42 | 4A | 43 |
| Octal | 334 | 351 | 154 | 6 | 0 | 66 | 11 | 102 | 112 | 103 |
| Binary | 11011100 | 11101001 | 1101100 | 110 | 0 | 110110 | 1001 | 1000010 | 1001010 | 1000011 |
Color Harmonies of #DCE96C
Complementary color
Monochromatic Colors of #DCE96C
Black with #DCE96C
Text Example
Text Example
White with #DCE96C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE96C; }
p { color: rgb(220,233,108); }
H1.HeaderClassName
{
color: #DCE96C;
}
.AnyTagClassName
{
color: #DCE96C;
}
</style>
background-color css
<style>
a { background-color: #DCE96C; }
a { background-color: rgb(220,233,108); }
div.DivClassName
{
background-color: #DCE96C;
}
.BgClassName
{
background-color: #DCE96C;
}
</style>
border-color css
<style>
span { border-color: #DCE96C; }
span { border-color: rgb(220,233,108); }
td.TdClassName
{
border-color: #DCE96C;
}
.TagClassName
{
border-color: #DCE96C;
}
</style>