Shades of Mindaro #D9E361
Tints of Mindaro #D9E361
RGB
CMYK
RGB Variations
Color information
#D9E361 (or 0xD9E361) is known color: Mindaro. HEX triplet: D9, E3 and 61. RGB value is (217,227,97). Sum of RGB (Red+Green+Blue) = 217+227+97=541 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.11% from 541); Green value is 227 (89.06% from 255 or 41.96% from 541); Blue value is 97 (38.28% from 255 or 17.93% from 541); Max value from RGB is 227 - color contains mainly: green. Hex color #D9E361 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9E361 is #261C9E. Grayscale: #D1D1D1. Windows color (decimal): -2497695 or 6415321. OLE color: 6415321.
HSL color Cylindrical-coordinate representation of color #D9E361: hue angle of 64.62º degrees, saturation: 0.7, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D9E361 is Cyan = 0.04, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 217 | 227 | 97 | - |
| CMYK | 0.04 | 0 | 0.57 | 0.11 |
| HSL | 64.62º | 0.7% | 0.64% | - |
| HSV(B) | 64.62º | 0.57% | 0.89% | - |
| XYZ | 58.24 | 70.55 | 21.86 | - |
| YUV | 209.19 | 64.69 | 133.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 227 | 97 | 0.04 | 0 | 0.57 | 0.11 | 64.62 | 0.7 | 0.64 |
| Hex | D9 | E3 | 61 | 4 | 0 | 39 | B | 41 | 46 | 40 |
| Octal | 331 | 343 | 141 | 4 | 0 | 71 | 13 | 101 | 106 | 100 |
| Binary | 11011001 | 11100011 | 1100001 | 100 | 0 | 111001 | 1011 | 1000001 | 1000110 | 1000000 |
Color Harmonies of #D9E361
Complementary color
Monochromatic Colors of #D9E361
Black with #D9E361
Text Example
Text Example
White with #D9E361
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9E361; }
p { color: rgb(217,227,97); }
H1.HeaderClassName
{
color: #D9E361;
}
.AnyTagClassName
{
color: #D9E361;
}
</style>
background-color css
<style>
a { background-color: #D9E361; }
a { background-color: rgb(217,227,97); }
div.DivClassName
{
background-color: #D9E361;
}
.BgClassName
{
background-color: #D9E361;
}
</style>
border-color css
<style>
span { border-color: #D9E361; }
span { border-color: rgb(217,227,97); }
td.TdClassName
{
border-color: #D9E361;
}
.TagClassName
{
border-color: #D9E361;
}
</style>