Shades of Mindaro #DCE977
Tints of Mindaro #DCE977
RGB
CMYK
RGB Variations
Color information
#DCE977 (or 0xDCE977) is known color: Mindaro. HEX triplet: DC, E9 and 77. RGB value is (220,233,119). Sum of RGB (Red+Green+Blue) = 220+233+119=572 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.46% from 572); Green value is 233 (91.41% from 255 or 40.73% from 572); Blue value is 119 (46.88% from 255 or 20.80% from 572); Max value from RGB is 233 - color contains mainly: green. Hex color #DCE977 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCE977 is #231688. Grayscale: #D8D8D8. Windows color (decimal): -2299529 or 7858652. OLE color: 7858652.
HSL color Cylindrical-coordinate representation of color #DCE977: hue angle of 66.84º degrees, saturation: 0.72, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DCE977 is Cyan = 0.06, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 220 | 233 | 119 | - |
| CMYK | 0.06 | 0 | 0.49 | 0.09 |
| HSL | 66.84º | 0.72% | 0.69% | - |
| HSV(B) | 66.84º | 0.49% | 0.91% | - |
| XYZ | 61.98 | 74.83 | 28.63 | - |
| YUV | 216.12 | 73.19 | 130.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 233 | 119 | 0.06 | 0 | 0.49 | 0.09 | 66.84 | 0.72 | 0.69 |
| Hex | DC | E9 | 77 | 6 | 0 | 31 | 9 | 43 | 48 | 45 |
| Octal | 334 | 351 | 167 | 6 | 0 | 61 | 11 | 103 | 110 | 105 |
| Binary | 11011100 | 11101001 | 1110111 | 110 | 0 | 110001 | 1001 | 1000011 | 1001000 | 1000101 |
Color Harmonies of #DCE977
Complementary color
Monochromatic Colors of #DCE977
Black with #DCE977
Text Example
Text Example
White with #DCE977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE977; }
p { color: rgb(220,233,119); }
H1.HeaderClassName
{
color: #DCE977;
}
.AnyTagClassName
{
color: #DCE977;
}
</style>
background-color css
<style>
a { background-color: #DCE977; }
a { background-color: rgb(220,233,119); }
div.DivClassName
{
background-color: #DCE977;
}
.BgClassName
{
background-color: #DCE977;
}
</style>
border-color css
<style>
span { border-color: #DCE977; }
span { border-color: rgb(220,233,119); }
td.TdClassName
{
border-color: #DCE977;
}
.TagClassName
{
border-color: #DCE977;
}
</style>