Shades of Mindaro #D1E06D
Tints of Mindaro #D1E06D
RGB
CMYK
RGB Variations
Color information
#D1E06D (or 0xD1E06D) is known color: Mindaro. HEX triplet: D1, E0 and 6D. RGB value is (209,224,109). Sum of RGB (Red+Green+Blue) = 209+224+109=542 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.56% from 542); Green value is 224 (87.89% from 255 or 41.33% from 542); Blue value is 109 (42.97% from 255 or 20.11% from 542); Max value from RGB is 224 - color contains mainly: green. Hex color #D1E06D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1E06D is #2E1F92. Grayscale: #CECECE. Windows color (decimal): -3022739 or 7200977. OLE color: 7200977.
HSL color Cylindrical-coordinate representation of color #D1E06D: hue angle of 67.83º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D1E06D is Cyan = 0.07, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 209 | 224 | 109 | - |
| CMYK | 0.07 | 0 | 0.51 | 0.12 |
| HSL | 67.83º | 0.65% | 0.65% | - |
| HSV(B) | 67.83º | 0.51% | 0.88% | - |
| XYZ | 55.71 | 67.97 | 24.65 | - |
| YUV | 206.41 | 73.03 | 129.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 224 | 109 | 0.07 | 0 | 0.51 | 0.12 | 67.83 | 0.65 | 0.65 |
| Hex | D1 | E0 | 6D | 7 | 0 | 33 | C | 44 | 41 | 41 |
| Octal | 321 | 340 | 155 | 7 | 0 | 63 | 14 | 104 | 101 | 101 |
| Binary | 11010001 | 11100000 | 1101101 | 111 | 0 | 110011 | 1100 | 1000100 | 1000001 | 1000001 |
Color Harmonies of #D1E06D
Complementary color
Monochromatic Colors of #D1E06D
Black with #D1E06D
Text Example
Text Example
White with #D1E06D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1E06D; }
p { color: rgb(209,224,109); }
H1.HeaderClassName
{
color: #D1E06D;
}
.AnyTagClassName
{
color: #D1E06D;
}
</style>
background-color css
<style>
a { background-color: #D1E06D; }
a { background-color: rgb(209,224,109); }
div.DivClassName
{
background-color: #D1E06D;
}
.BgClassName
{
background-color: #D1E06D;
}
</style>
border-color css
<style>
span { border-color: #D1E06D; }
span { border-color: rgb(209,224,109); }
td.TdClassName
{
border-color: #D1E06D;
}
.TagClassName
{
border-color: #D1E06D;
}
</style>