Shades of Mindaro #D9E963
Tints of Mindaro #D9E963
RGB
CMYK
RGB Variations
Color information
#D9E963 (or 0xD9E963) is known color: Mindaro. HEX triplet: D9, E9 and 63. RGB value is (217,233,99). Sum of RGB (Red+Green+Blue) = 217+233+99=549 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.53% from 549); Green value is 233 (91.41% from 255 or 42.44% from 549); Blue value is 99 (39.06% from 255 or 18.03% from 549); Max value from RGB is 233 - color contains mainly: green. Hex color #D9E963 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D9E963 is #26169C. Grayscale: #D5D5D5. Windows color (decimal): -2496157 or 6547929. OLE color: 6547929.
HSL color Cylindrical-coordinate representation of color #D9E963: hue angle of 67.16º degrees, saturation: 0.75, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D9E963 is Cyan = 0.07, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 217 | 233 | 99 | - |
| CMYK | 0.07 | 0 | 0.58 | 0.09 |
| HSL | 67.16º | 0.75% | 0.65% | - |
| HSV(B) | 67.16º | 0.58% | 0.91% | - |
| XYZ | 60.01 | 73.93 | 22.91 | - |
| YUV | 212.94 | 63.7 | 130.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 233 | 99 | 0.07 | 0 | 0.58 | 0.09 | 67.16 | 0.75 | 0.65 |
| Hex | D9 | E9 | 63 | 7 | 0 | 3A | 9 | 43 | 4B | 41 |
| Octal | 331 | 351 | 143 | 7 | 0 | 72 | 11 | 103 | 113 | 101 |
| Binary | 11011001 | 11101001 | 1100011 | 111 | 0 | 111010 | 1001 | 1000011 | 1001011 | 1000001 |
Color Harmonies of #D9E963
Complementary color
Monochromatic Colors of #D9E963
Black with #D9E963
Text Example
Text Example
White with #D9E963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9E963; }
p { color: rgb(217,233,99); }
H1.HeaderClassName
{
color: #D9E963;
}
.AnyTagClassName
{
color: #D9E963;
}
</style>
background-color css
<style>
a { background-color: #D9E963; }
a { background-color: rgb(217,233,99); }
div.DivClassName
{
background-color: #D9E963;
}
.BgClassName
{
background-color: #D9E963;
}
</style>
border-color css
<style>
span { border-color: #D9E963; }
span { border-color: rgb(217,233,99); }
td.TdClassName
{
border-color: #D9E963;
}
.TagClassName
{
border-color: #D9E963;
}
</style>