Shades of Mindaro #D0DF63
Tints of Mindaro #D0DF63
RGB
CMYK
RGB Variations
Color information
#D0DF63 (or 0xD0DF63) is known color: Mindaro. HEX triplet: D0, DF and 63. RGB value is (208,223,99). Sum of RGB (Red+Green+Blue) = 208+223+99=530 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.25% from 530); Green value is 223 (87.5% from 255 or 42.08% from 530); Blue value is 99 (39.06% from 255 or 18.68% from 530); Max value from RGB is 223 - color contains mainly: green. Hex color #D0DF63 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0DF63 is #2F209C. Grayscale: #CCCCCC. Windows color (decimal): -3088541 or 6545360. OLE color: 6545360.
HSL color Cylindrical-coordinate representation of color #D0DF63: hue angle of 67.26º 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 #D0DF63 is Cyan = 0.07, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 208 | 223 | 99 | - |
| CMYK | 0.07 | 0 | 0.56 | 0.13 |
| HSL | 67.26º | 0.66% | 0.63% | - |
| HSV(B) | 67.26º | 0.56% | 0.87% | - |
| XYZ | 54.65 | 67.09 | 21.87 | - |
| YUV | 204.38 | 68.53 | 130.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 223 | 99 | 0.07 | 0 | 0.56 | 0.13 | 67.26 | 0.66 | 0.63 |
| Hex | D0 | DF | 63 | 7 | 0 | 38 | D | 43 | 42 | 3F |
| Octal | 320 | 337 | 143 | 7 | 0 | 70 | 15 | 103 | 102 | 77 |
| Binary | 11010000 | 11011111 | 1100011 | 111 | 0 | 111000 | 1101 | 1000011 | 1000010 | 111111 |
Color Harmonies of #D0DF63
Complementary color
Monochromatic Colors of #D0DF63
Black with #D0DF63
Text Example
Text Example
White with #D0DF63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0DF63; }
p { color: rgb(208,223,99); }
H1.HeaderClassName
{
color: #D0DF63;
}
.AnyTagClassName
{
color: #D0DF63;
}
</style>
background-color css
<style>
a { background-color: #D0DF63; }
a { background-color: rgb(208,223,99); }
div.DivClassName
{
background-color: #D0DF63;
}
.BgClassName
{
background-color: #D0DF63;
}
</style>
border-color css
<style>
span { border-color: #D0DF63; }
span { border-color: rgb(208,223,99); }
td.TdClassName
{
border-color: #D0DF63;
}
.TagClassName
{
border-color: #D0DF63;
}
</style>