Shades of Mindaro #DCE773
Tints of Mindaro #DCE773
RGB
CMYK
RGB Variations
Color information
#DCE773 (or 0xDCE773) is known color: Mindaro. HEX triplet: DC, E7 and 73. RGB value is (220,231,115). Sum of RGB (Red+Green+Blue) = 220+231+115=566 (74% of max value = 765). Red value is 220 (86.33% from 255 or 38.87% from 566); Green value is 231 (90.62% from 255 or 40.81% from 566); Blue value is 115 (45.31% from 255 or 20.32% from 566); Max value from RGB is 231 - color contains mainly: green. Hex color #DCE773 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCE773 is #23188C. Grayscale: #D6D6D6. Windows color (decimal): -2300045 or 7595996. OLE color: 7595996.
HSL color Cylindrical-coordinate representation of color #DCE773: hue angle of 65.69º degrees, saturation: 0.71, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DCE773 is Cyan = 0.05, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 220 | 231 | 115 | - |
| CMYK | 0.05 | 0 | 0.50 | 0.09 |
| HSL | 65.69º | 0.71% | 0.68% | - |
| HSV(B) | 65.69º | 0.5% | 0.91% | - |
| XYZ | 61.19 | 73.61 | 27.2 | - |
| YUV | 214.49 | 71.86 | 131.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 231 | 115 | 0.05 | 0 | 0.50 | 0.09 | 65.69 | 0.71 | 0.68 |
| Hex | DC | E7 | 73 | 5 | 0 | 32 | 9 | 42 | 47 | 44 |
| Octal | 334 | 347 | 163 | 5 | 0 | 62 | 11 | 102 | 107 | 104 |
| Binary | 11011100 | 11100111 | 1110011 | 101 | 0 | 110010 | 1001 | 1000010 | 1000111 | 1000100 |
Color Harmonies of #DCE773
Complementary color
Monochromatic Colors of #DCE773
Black with #DCE773
Text Example
Text Example
White with #DCE773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE773; }
p { color: rgb(220,231,115); }
H1.HeaderClassName
{
color: #DCE773;
}
.AnyTagClassName
{
color: #DCE773;
}
</style>
background-color css
<style>
a { background-color: #DCE773; }
a { background-color: rgb(220,231,115); }
div.DivClassName
{
background-color: #DCE773;
}
.BgClassName
{
background-color: #DCE773;
}
</style>
border-color css
<style>
span { border-color: #DCE773; }
span { border-color: rgb(220,231,115); }
td.TdClassName
{
border-color: #DCE773;
}
.TagClassName
{
border-color: #DCE773;
}
</style>