Shades of Mindaro #D9E369
Tints of Mindaro #D9E369
RGB
CMYK
RGB Variations
Color information
#D9E369 (or 0xD9E369) is known color: Mindaro. HEX triplet: D9, E3 and 69. RGB value is (217,227,105). Sum of RGB (Red+Green+Blue) = 217+227+105=549 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.53% from 549); Green value is 227 (89.06% from 255 or 41.35% from 549); Blue value is 105 (41.41% from 255 or 19.13% from 549); Max value from RGB is 227 - color contains mainly: green. Hex color #D9E369 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9E369 is #261C96. Grayscale: #D2D2D2. Windows color (decimal): -2497687 or 6939609. OLE color: 6939609.
HSL color Cylindrical-coordinate representation of color #D9E369: hue angle of 64.92º degrees, saturation: 0.69, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D9E369 is Cyan = 0.04, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 217 | 227 | 105 | - |
| CMYK | 0.04 | 0 | 0.54 | 0.11 |
| HSL | 64.92º | 0.69% | 0.65% | - |
| HSV(B) | 64.92º | 0.54% | 0.89% | - |
| XYZ | 58.63 | 70.71 | 23.92 | - |
| YUV | 210.1 | 68.69 | 132.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 227 | 105 | 0.04 | 0 | 0.54 | 0.11 | 64.92 | 0.69 | 0.65 |
| Hex | D9 | E3 | 69 | 4 | 0 | 36 | B | 41 | 45 | 41 |
| Octal | 331 | 343 | 151 | 4 | 0 | 66 | 13 | 101 | 105 | 101 |
| Binary | 11011001 | 11100011 | 1101001 | 100 | 0 | 110110 | 1011 | 1000001 | 1000101 | 1000001 |
Color Harmonies of #D9E369
Complementary color
Monochromatic Colors of #D9E369
Black with #D9E369
Text Example
Text Example
White with #D9E369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9E369; }
p { color: rgb(217,227,105); }
H1.HeaderClassName
{
color: #D9E369;
}
.AnyTagClassName
{
color: #D9E369;
}
</style>
background-color css
<style>
a { background-color: #D9E369; }
a { background-color: rgb(217,227,105); }
div.DivClassName
{
background-color: #D9E369;
}
.BgClassName
{
background-color: #D9E369;
}
</style>
border-color css
<style>
span { border-color: #D9E369; }
span { border-color: rgb(217,227,105); }
td.TdClassName
{
border-color: #D9E369;
}
.TagClassName
{
border-color: #D9E369;
}
</style>