Shades of Mindaro #D9E379
Tints of Mindaro #D9E379
RGB
CMYK
RGB Variations
Color information
#D9E379 (or 0xD9E379) is known color: Mindaro. HEX triplet: D9, E3 and 79. RGB value is (217,227,121). Sum of RGB (Red+Green+Blue) = 217+227+121=565 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.41% from 565); Green value is 227 (89.06% from 255 or 40.18% from 565); Blue value is 121 (47.66% from 255 or 21.42% from 565); Max value from RGB is 227 - color contains mainly: green. Hex color #D9E379 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9E379 is #261C86. Grayscale: #D4D4D4. Windows color (decimal): -2497671 or 7988185. OLE color: 7988185.
HSL color Cylindrical-coordinate representation of color #D9E379: hue angle of 65.66º degrees, saturation: 0.65, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D9E379 is Cyan = 0.04, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 217 | 227 | 121 | - |
| CMYK | 0.04 | 0 | 0.47 | 0.11 |
| HSL | 65.66º | 0.65% | 0.68% | - |
| HSV(B) | 65.66º | 0.47% | 0.89% | - |
| XYZ | 59.54 | 71.07 | 28.67 | - |
| YUV | 211.93 | 76.69 | 131.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 227 | 121 | 0.04 | 0 | 0.47 | 0.11 | 65.66 | 0.65 | 0.68 |
| Hex | D9 | E3 | 79 | 4 | 0 | 2F | B | 42 | 41 | 44 |
| Octal | 331 | 343 | 171 | 4 | 0 | 57 | 13 | 102 | 101 | 104 |
| Binary | 11011001 | 11100011 | 1111001 | 100 | 0 | 101111 | 1011 | 1000010 | 1000001 | 1000100 |
Color Harmonies of #D9E379
Complementary color
Monochromatic Colors of #D9E379
Black with #D9E379
Text Example
Text Example
White with #D9E379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9E379; }
p { color: rgb(217,227,121); }
H1.HeaderClassName
{
color: #D9E379;
}
.AnyTagClassName
{
color: #D9E379;
}
</style>
background-color css
<style>
a { background-color: #D9E379; }
a { background-color: rgb(217,227,121); }
div.DivClassName
{
background-color: #D9E379;
}
.BgClassName
{
background-color: #D9E379;
}
</style>
border-color css
<style>
span { border-color: #D9E379; }
span { border-color: rgb(217,227,121); }
td.TdClassName
{
border-color: #D9E379;
}
.TagClassName
{
border-color: #D9E379;
}
</style>