Shades of Mindaro #D2DF63
Tints of Mindaro #D2DF63
RGB
CMYK
RGB Variations
Color information
#D2DF63 (or 0xD2DF63) is known color: Mindaro. HEX triplet: D2, DF and 63. RGB value is (210,223,99). Sum of RGB (Red+Green+Blue) = 210+223+99=532 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.47% from 532); Green value is 223 (87.5% from 255 or 41.92% from 532); Blue value is 99 (39.06% from 255 or 18.61% from 532); Max value from RGB is 223 - color contains mainly: green. Hex color #D2DF63 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2DF63 is #2D209C. Grayscale: #CDCDCD. Windows color (decimal): -2957469 or 6545362. OLE color: 6545362.
HSL color Cylindrical-coordinate representation of color #D2DF63: hue angle of 66.29º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D2DF63 is Cyan = 0.06, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 210 | 223 | 99 | - |
| CMYK | 0.06 | 0 | 0.56 | 0.13 |
| HSL | 66.29º | 0.66% | 0.63% | - |
| HSV(B) | 66.29º | 0.56% | 0.87% | - |
| XYZ | 55.22 | 67.38 | 21.9 | - |
| YUV | 204.98 | 68.19 | 131.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 223 | 99 | 0.06 | 0 | 0.56 | 0.13 | 66.29 | 0.66 | 0.63 |
| Hex | D2 | DF | 63 | 6 | 0 | 38 | D | 42 | 42 | 3F |
| Octal | 322 | 337 | 143 | 6 | 0 | 70 | 15 | 102 | 102 | 77 |
| Binary | 11010010 | 11011111 | 1100011 | 110 | 0 | 111000 | 1101 | 1000010 | 1000010 | 111111 |
Color Harmonies of #D2DF63
Complementary color
Monochromatic Colors of #D2DF63
Black with #D2DF63
Text Example
Text Example
White with #D2DF63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2DF63; }
p { color: rgb(210,223,99); }
H1.HeaderClassName
{
color: #D2DF63;
}
.AnyTagClassName
{
color: #D2DF63;
}
</style>
background-color css
<style>
a { background-color: #D2DF63; }
a { background-color: rgb(210,223,99); }
div.DivClassName
{
background-color: #D2DF63;
}
.BgClassName
{
background-color: #D2DF63;
}
</style>
border-color css
<style>
span { border-color: #D2DF63; }
span { border-color: rgb(210,223,99); }
td.TdClassName
{
border-color: #D2DF63;
}
.TagClassName
{
border-color: #D2DF63;
}
</style>