Shades of Mindaro #D9E373
Tints of Mindaro #D9E373
RGB
CMYK
RGB Variations
Color information
#D9E373 (or 0xD9E373) is known color: Mindaro. HEX triplet: D9, E3 and 73. RGB value is (217,227,115). Sum of RGB (Red+Green+Blue) = 217+227+115=559 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.82% from 559); Green value is 227 (89.06% from 255 or 40.61% from 559); Blue value is 115 (45.31% from 255 or 20.57% from 559); Max value from RGB is 227 - color contains mainly: green. Hex color #D9E373 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9E373 is #261C8C. Grayscale: #D3D3D3. Windows color (decimal): -2497677 or 7594969. OLE color: 7594969.
HSL color Cylindrical-coordinate representation of color #D9E373: hue angle of 65.36º degrees, saturation: 0.67, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D9E373 is Cyan = 0.04, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 217 | 227 | 115 | - |
| CMYK | 0.04 | 0 | 0.49 | 0.11 |
| HSL | 65.36º | 0.67% | 0.67% | - |
| HSV(B) | 65.36º | 0.49% | 0.89% | - |
| XYZ | 59.18 | 70.93 | 26.79 | - |
| YUV | 211.24 | 73.69 | 132.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 227 | 115 | 0.04 | 0 | 0.49 | 0.11 | 65.36 | 0.67 | 0.67 |
| Hex | D9 | E3 | 73 | 4 | 0 | 31 | B | 41 | 43 | 43 |
| Octal | 331 | 343 | 163 | 4 | 0 | 61 | 13 | 101 | 103 | 103 |
| Binary | 11011001 | 11100011 | 1110011 | 100 | 0 | 110001 | 1011 | 1000001 | 1000011 | 1000011 |
Color Harmonies of #D9E373
Complementary color
Monochromatic Colors of #D9E373
Black with #D9E373
Text Example
Text Example
White with #D9E373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9E373; }
p { color: rgb(217,227,115); }
H1.HeaderClassName
{
color: #D9E373;
}
.AnyTagClassName
{
color: #D9E373;
}
</style>
background-color css
<style>
a { background-color: #D9E373; }
a { background-color: rgb(217,227,115); }
div.DivClassName
{
background-color: #D9E373;
}
.BgClassName
{
background-color: #D9E373;
}
</style>
border-color css
<style>
span { border-color: #D9E373; }
span { border-color: rgb(217,227,115); }
td.TdClassName
{
border-color: #D9E373;
}
.TagClassName
{
border-color: #D9E373;
}
</style>