Shades of Mindaro #D1E07B
Tints of Mindaro #D1E07B
RGB
CMYK
RGB Variations
Color information
#D1E07B (or 0xD1E07B) is known color: Mindaro. HEX triplet: D1, E0 and 7B. RGB value is (209,224,123). Sum of RGB (Red+Green+Blue) = 209+224+123=556 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.59% from 556); Green value is 224 (87.89% from 255 or 40.29% from 556); Blue value is 123 (48.44% from 255 or 22.12% from 556); Max value from RGB is 224 - color contains mainly: green. Hex color #D1E07B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1E07B is #2E1F84. Grayscale: #D0D0D0. Windows color (decimal): -3022725 or 8118481. OLE color: 8118481.
HSL color Cylindrical-coordinate representation of color #D1E07B: hue angle of 68.91º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D1E07B is Cyan = 0.07, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 209 | 224 | 123 | - |
| CMYK | 0.07 | 0 | 0.45 | 0.12 |
| HSL | 68.91º | 0.62% | 0.68% | - |
| HSV(B) | 68.91º | 0.45% | 0.88% | - |
| XYZ | 56.53 | 68.3 | 28.94 | - |
| YUV | 208 | 80.03 | 128.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 224 | 123 | 0.07 | 0 | 0.45 | 0.12 | 68.91 | 0.62 | 0.68 |
| Hex | D1 | E0 | 7B | 7 | 0 | 2D | C | 45 | 3E | 44 |
| Octal | 321 | 340 | 173 | 7 | 0 | 55 | 14 | 105 | 76 | 104 |
| Binary | 11010001 | 11100000 | 1111011 | 111 | 0 | 101101 | 1100 | 1000101 | 111110 | 1000100 |
Color Harmonies of #D1E07B
Complementary color
Monochromatic Colors of #D1E07B
Black with #D1E07B
Text Example
Text Example
White with #D1E07B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1E07B; }
p { color: rgb(209,224,123); }
H1.HeaderClassName
{
color: #D1E07B;
}
.AnyTagClassName
{
color: #D1E07B;
}
</style>
background-color css
<style>
a { background-color: #D1E07B; }
a { background-color: rgb(209,224,123); }
div.DivClassName
{
background-color: #D1E07B;
}
.BgClassName
{
background-color: #D1E07B;
}
</style>
border-color css
<style>
span { border-color: #D1E07B; }
span { border-color: rgb(209,224,123); }
td.TdClassName
{
border-color: #D1E07B;
}
.TagClassName
{
border-color: #D1E07B;
}
</style>