Shades of Mindaro #D9E367
Tints of Mindaro #D9E367
RGB
CMYK
RGB Variations
Color information
#D9E367 (or 0xD9E367) is known color: Mindaro. HEX triplet: D9, E3 and 67. RGB value is (217,227,103). Sum of RGB (Red+Green+Blue) = 217+227+103=547 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.67% from 547); Green value is 227 (89.06% from 255 or 41.50% from 547); Blue value is 103 (40.62% from 255 or 18.83% from 547); Max value from RGB is 227 - color contains mainly: green. Hex color #D9E367 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9E367 is #261C98. Grayscale: #D2D2D2. Windows color (decimal): -2497689 or 6808537. OLE color: 6808537.
HSL color Cylindrical-coordinate representation of color #D9E367: hue angle of 64.84º degrees, saturation: 0.69, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D9E367 is Cyan = 0.04, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 217 | 227 | 103 | - |
| CMYK | 0.04 | 0 | 0.55 | 0.11 |
| HSL | 64.84º | 0.69% | 0.65% | - |
| HSV(B) | 64.84º | 0.55% | 0.89% | - |
| XYZ | 58.53 | 70.67 | 23.39 | - |
| YUV | 209.87 | 67.69 | 133.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 227 | 103 | 0.04 | 0 | 0.55 | 0.11 | 64.84 | 0.69 | 0.65 |
| Hex | D9 | E3 | 67 | 4 | 0 | 37 | B | 41 | 45 | 41 |
| Octal | 331 | 343 | 147 | 4 | 0 | 67 | 13 | 101 | 105 | 101 |
| Binary | 11011001 | 11100011 | 1100111 | 100 | 0 | 110111 | 1011 | 1000001 | 1000101 | 1000001 |
Color Harmonies of #D9E367
Complementary color
Monochromatic Colors of #D9E367
Black with #D9E367
Text Example
Text Example
White with #D9E367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9E367; }
p { color: rgb(217,227,103); }
H1.HeaderClassName
{
color: #D9E367;
}
.AnyTagClassName
{
color: #D9E367;
}
</style>
background-color css
<style>
a { background-color: #D9E367; }
a { background-color: rgb(217,227,103); }
div.DivClassName
{
background-color: #D9E367;
}
.BgClassName
{
background-color: #D9E367;
}
</style>
border-color css
<style>
span { border-color: #D9E367; }
span { border-color: rgb(217,227,103); }
td.TdClassName
{
border-color: #D9E367;
}
.TagClassName
{
border-color: #D9E367;
}
</style>