Shades of Mindaro #D9E37D
Tints of Mindaro #D9E37D
RGB
CMYK
RGB Variations
Color information
#D9E37D (or 0xD9E37D) is known color: Mindaro. HEX triplet: D9, E3 and 7D. RGB value is (217,227,125). Sum of RGB (Red+Green+Blue) = 217+227+125=569 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.14% from 569); Green value is 227 (89.06% from 255 or 39.89% from 569); Blue value is 125 (49.22% from 255 or 21.97% from 569); Max value from RGB is 227 - color contains mainly: green. Hex color #D9E37D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9E37D is #261C82. Grayscale: #D4D4D4. Windows color (decimal): -2497667 or 8250329. OLE color: 8250329.
HSL color Cylindrical-coordinate representation of color #D9E37D: hue angle of 65.88º degrees, saturation: 0.65, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D9E37D is Cyan = 0.04, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 217 | 227 | 125 | - |
| CMYK | 0.04 | 0 | 0.45 | 0.11 |
| HSL | 65.88º | 0.65% | 0.69% | - |
| HSV(B) | 65.88º | 0.45% | 0.89% | - |
| XYZ | 59.79 | 71.17 | 29.99 | - |
| YUV | 212.38 | 78.69 | 131.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 227 | 125 | 0.04 | 0 | 0.45 | 0.11 | 65.88 | 0.65 | 0.69 |
| Hex | D9 | E3 | 7D | 4 | 0 | 2D | B | 42 | 41 | 45 |
| Octal | 331 | 343 | 175 | 4 | 0 | 55 | 13 | 102 | 101 | 105 |
| Binary | 11011001 | 11100011 | 1111101 | 100 | 0 | 101101 | 1011 | 1000010 | 1000001 | 1000101 |
Color Harmonies of #D9E37D
Complementary color
Monochromatic Colors of #D9E37D
Black with #D9E37D
Text Example
Text Example
White with #D9E37D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9E37D; }
p { color: rgb(217,227,125); }
H1.HeaderClassName
{
color: #D9E37D;
}
.AnyTagClassName
{
color: #D9E37D;
}
</style>
background-color css
<style>
a { background-color: #D9E37D; }
a { background-color: rgb(217,227,125); }
div.DivClassName
{
background-color: #D9E37D;
}
.BgClassName
{
background-color: #D9E37D;
}
</style>
border-color css
<style>
span { border-color: #D9E37D; }
span { border-color: rgb(217,227,125); }
td.TdClassName
{
border-color: #D9E37D;
}
.TagClassName
{
border-color: #D9E37D;
}
</style>