Shades of Mindaro #D2DF7C
Tints of Mindaro #D2DF7C
RGB
CMYK
RGB Variations
Color information
#D2DF7C (or 0xD2DF7C) is known color: Mindaro. HEX triplet: D2, DF and 7C. RGB value is (210,223,124). Sum of RGB (Red+Green+Blue) = 210+223+124=557 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.70% from 557); Green value is 223 (87.5% from 255 or 40.04% from 557); Blue value is 124 (48.83% from 255 or 22.26% from 557); Max value from RGB is 223 - color contains mainly: green. Hex color #D2DF7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2DF7C is #2D2083. Grayscale: #D0D0D0. Windows color (decimal): -2957444 or 8183762. OLE color: 8183762.
HSL color Cylindrical-coordinate representation of color #D2DF7C: hue angle of 67.88º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D2DF7C is Cyan = 0.06, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 210 | 223 | 124 | - |
| CMYK | 0.06 | 0 | 0.44 | 0.13 |
| HSL | 67.88º | 0.61% | 0.68% | - |
| HSV(B) | 67.88º | 0.44% | 0.87% | - |
| XYZ | 56.6 | 67.93 | 29.2 | - |
| YUV | 207.83 | 80.69 | 129.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 223 | 124 | 0.06 | 0 | 0.44 | 0.13 | 67.88 | 0.61 | 0.68 |
| Hex | D2 | DF | 7C | 6 | 0 | 2C | D | 44 | 3D | 44 |
| Octal | 322 | 337 | 174 | 6 | 0 | 54 | 15 | 104 | 75 | 104 |
| Binary | 11010010 | 11011111 | 1111100 | 110 | 0 | 101100 | 1101 | 1000100 | 111101 | 1000100 |
Color Harmonies of #D2DF7C
Complementary color
Monochromatic Colors of #D2DF7C
Black with #D2DF7C
Text Example
Text Example
White with #D2DF7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2DF7C; }
p { color: rgb(210,223,124); }
H1.HeaderClassName
{
color: #D2DF7C;
}
.AnyTagClassName
{
color: #D2DF7C;
}
</style>
background-color css
<style>
a { background-color: #D2DF7C; }
a { background-color: rgb(210,223,124); }
div.DivClassName
{
background-color: #D2DF7C;
}
.BgClassName
{
background-color: #D2DF7C;
}
</style>
border-color css
<style>
span { border-color: #D2DF7C; }
span { border-color: rgb(210,223,124); }
td.TdClassName
{
border-color: #D2DF7C;
}
.TagClassName
{
border-color: #D2DF7C;
}
</style>