Shades of Mindaro #DCE96A
Tints of Mindaro #DCE96A
RGB
CMYK
RGB Variations
Color information
#DCE96A (or 0xDCE96A) is known color: Mindaro. HEX triplet: DC, E9 and 6A. RGB value is (220,233,106). Sum of RGB (Red+Green+Blue) = 220+233+106=559 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.36% from 559); Green value is 233 (91.41% from 255 or 41.68% from 559); Blue value is 106 (41.80% from 255 or 18.96% from 559); Max value from RGB is 233 - color contains mainly: green. Hex color #DCE96A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCE96A is #231695. Grayscale: #D7D7D7. Windows color (decimal): -2299542 or 7006684. OLE color: 7006684.
HSL color Cylindrical-coordinate representation of color #DCE96A: hue angle of 66.14º degrees, saturation: 0.74, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DCE96A is Cyan = 0.06, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 220 | 233 | 106 | - |
| CMYK | 0.06 | 0 | 0.55 | 0.09 |
| HSL | 66.14º | 0.74% | 0.66% | - |
| HSV(B) | 66.14º | 0.55% | 0.91% | - |
| XYZ | 61.26 | 74.53 | 24.79 | - |
| YUV | 214.64 | 66.69 | 131.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 233 | 106 | 0.06 | 0 | 0.55 | 0.09 | 66.14 | 0.74 | 0.66 |
| Hex | DC | E9 | 6A | 6 | 0 | 37 | 9 | 42 | 4A | 42 |
| Octal | 334 | 351 | 152 | 6 | 0 | 67 | 11 | 102 | 112 | 102 |
| Binary | 11011100 | 11101001 | 1101010 | 110 | 0 | 110111 | 1001 | 1000010 | 1001010 | 1000010 |
Color Harmonies of #DCE96A
Complementary color
Monochromatic Colors of #DCE96A
Black with #DCE96A
Text Example
Text Example
White with #DCE96A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE96A; }
p { color: rgb(220,233,106); }
H1.HeaderClassName
{
color: #DCE96A;
}
.AnyTagClassName
{
color: #DCE96A;
}
</style>
background-color css
<style>
a { background-color: #DCE96A; }
a { background-color: rgb(220,233,106); }
div.DivClassName
{
background-color: #DCE96A;
}
.BgClassName
{
background-color: #DCE96A;
}
</style>
border-color css
<style>
span { border-color: #DCE96A; }
span { border-color: rgb(220,233,106); }
td.TdClassName
{
border-color: #DCE96A;
}
.TagClassName
{
border-color: #DCE96A;
}
</style>