Shades of Mindaro #DCE985
Tints of Mindaro #DCE985
RGB
CMYK
RGB Variations
Color information
#DCE985 (or 0xDCE985) is known color: Mindaro. HEX triplet: DC, E9 and 85. RGB value is (220,233,133). Sum of RGB (Red+Green+Blue) = 220+233+133=586 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.54% from 586); Green value is 233 (91.41% from 255 or 39.76% from 586); Blue value is 133 (52.34% from 255 or 22.70% from 586); Max value from RGB is 233 - color contains mainly: green. Hex color #DCE985 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCE985 is #23167A. Grayscale: #DADADA. Windows color (decimal): -2299515 or 8776156. OLE color: 8776156.
HSL color Cylindrical-coordinate representation of color #DCE985: hue angle of 67.8º degrees, saturation: 0.69, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DCE985 is Cyan = 0.06, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 220 | 233 | 133 | - |
| CMYK | 0.06 | 0 | 0.43 | 0.09 |
| HSL | 67.8º | 0.69% | 0.72% | - |
| HSV(B) | 67.8º | 0.43% | 0.91% | - |
| XYZ | 62.89 | 75.19 | 33.39 | - |
| YUV | 217.71 | 80.19 | 129.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 233 | 133 | 0.06 | 0 | 0.43 | 0.09 | 67.8 | 0.69 | 0.72 |
| Hex | DC | E9 | 85 | 6 | 0 | 2B | 9 | 44 | 45 | 48 |
| Octal | 334 | 351 | 205 | 6 | 0 | 53 | 11 | 104 | 105 | 110 |
| Binary | 11011100 | 11101001 | 10000101 | 110 | 0 | 101011 | 1001 | 1000100 | 1000101 | 1001000 |
Color Harmonies of #DCE985
Complementary color
Monochromatic Colors of #DCE985
Black with #DCE985
Text Example
Text Example
White with #DCE985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE985; }
p { color: rgb(220,233,133); }
H1.HeaderClassName
{
color: #DCE985;
}
.AnyTagClassName
{
color: #DCE985;
}
</style>
background-color css
<style>
a { background-color: #DCE985; }
a { background-color: rgb(220,233,133); }
div.DivClassName
{
background-color: #DCE985;
}
.BgClassName
{
background-color: #DCE985;
}
</style>
border-color css
<style>
span { border-color: #DCE985; }
span { border-color: rgb(220,233,133); }
td.TdClassName
{
border-color: #DCE985;
}
.TagClassName
{
border-color: #DCE985;
}
</style>