Shades of Mindaro #DCE971
Tints of Mindaro #DCE971
RGB
CMYK
RGB Variations
Color information
#DCE971 (or 0xDCE971) is known color: Mindaro. HEX triplet: DC, E9 and 71. RGB value is (220,233,113). Sum of RGB (Red+Green+Blue) = 220+233+113=566 (74% of max value = 765). Red value is 220 (86.33% from 255 or 38.87% from 566); Green value is 233 (91.41% from 255 or 41.17% from 566); Blue value is 113 (44.53% from 255 or 19.96% from 566); Max value from RGB is 233 - color contains mainly: green. Hex color #DCE971 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCE971 is #23168E. Grayscale: #D7D7D7. Windows color (decimal): -2299535 or 7465436. OLE color: 7465436.
HSL color Cylindrical-coordinate representation of color #DCE971: hue angle of 66.5º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DCE971 is Cyan = 0.06, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 220 | 233 | 113 | - |
| CMYK | 0.06 | 0 | 0.52 | 0.09 |
| HSL | 66.5º | 0.73% | 0.68% | - |
| HSV(B) | 66.5º | 0.52% | 0.91% | - |
| XYZ | 61.63 | 74.69 | 26.79 | - |
| YUV | 215.43 | 70.19 | 131.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 233 | 113 | 0.06 | 0 | 0.52 | 0.09 | 66.5 | 0.73 | 0.68 |
| Hex | DC | E9 | 71 | 6 | 0 | 34 | 9 | 42 | 49 | 44 |
| Octal | 334 | 351 | 161 | 6 | 0 | 64 | 11 | 102 | 111 | 104 |
| Binary | 11011100 | 11101001 | 1110001 | 110 | 0 | 110100 | 1001 | 1000010 | 1001001 | 1000100 |
Color Harmonies of #DCE971
Complementary color
Monochromatic Colors of #DCE971
Black with #DCE971
Text Example
Text Example
White with #DCE971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE971; }
p { color: rgb(220,233,113); }
H1.HeaderClassName
{
color: #DCE971;
}
.AnyTagClassName
{
color: #DCE971;
}
</style>
background-color css
<style>
a { background-color: #DCE971; }
a { background-color: rgb(220,233,113); }
div.DivClassName
{
background-color: #DCE971;
}
.BgClassName
{
background-color: #DCE971;
}
</style>
border-color css
<style>
span { border-color: #DCE971; }
span { border-color: rgb(220,233,113); }
td.TdClassName
{
border-color: #DCE971;
}
.TagClassName
{
border-color: #DCE971;
}
</style>