Shades of Mindaro #D0DF71
Tints of Mindaro #D0DF71
RGB
CMYK
RGB Variations
Color information
#D0DF71 (or 0xD0DF71) is known color: Mindaro. HEX triplet: D0, DF and 71. RGB value is (208,223,113). Sum of RGB (Red+Green+Blue) = 208+223+113=544 (72% of max value = 765). Red value is 208 (81.64% from 255 or 38.24% from 544); Green value is 223 (87.5% from 255 or 40.99% from 544); Blue value is 113 (44.53% from 255 or 20.77% from 544); Max value from RGB is 223 - color contains mainly: green. Hex color #D0DF71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0DF71 is #2F208E. Grayscale: #CECECE. Windows color (decimal): -3088527 or 7462864. OLE color: 7462864.
HSL color Cylindrical-coordinate representation of color #D0DF71: hue angle of 68.18º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D0DF71 is Cyan = 0.07, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 208 | 223 | 113 | - |
| CMYK | 0.07 | 0 | 0.49 | 0.13 |
| HSL | 68.18º | 0.63% | 0.66% | - |
| HSV(B) | 68.18º | 0.49% | 0.87% | - |
| XYZ | 55.38 | 67.38 | 25.71 | - |
| YUV | 205.98 | 75.53 | 129.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 223 | 113 | 0.07 | 0 | 0.49 | 0.13 | 68.18 | 0.63 | 0.66 |
| Hex | D0 | DF | 71 | 7 | 0 | 31 | D | 44 | 3F | 42 |
| Octal | 320 | 337 | 161 | 7 | 0 | 61 | 15 | 104 | 77 | 102 |
| Binary | 11010000 | 11011111 | 1110001 | 111 | 0 | 110001 | 1101 | 1000100 | 111111 | 1000010 |
Color Harmonies of #D0DF71
Complementary color
Monochromatic Colors of #D0DF71
Black with #D0DF71
Text Example
Text Example
White with #D0DF71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0DF71; }
p { color: rgb(208,223,113); }
H1.HeaderClassName
{
color: #D0DF71;
}
.AnyTagClassName
{
color: #D0DF71;
}
</style>
background-color css
<style>
a { background-color: #D0DF71; }
a { background-color: rgb(208,223,113); }
div.DivClassName
{
background-color: #D0DF71;
}
.BgClassName
{
background-color: #D0DF71;
}
</style>
border-color css
<style>
span { border-color: #D0DF71; }
span { border-color: rgb(208,223,113); }
td.TdClassName
{
border-color: #D0DF71;
}
.TagClassName
{
border-color: #D0DF71;
}
</style>