Shades of Mindaro #D0DE6C
Tints of Mindaro #D0DE6C
RGB
CMYK
RGB Variations
Color information
#D0DE6C (or 0xD0DE6C) is known color: Mindaro. HEX triplet: D0, DE and 6C. RGB value is (208,222,108). Sum of RGB (Red+Green+Blue) = 208+222+108=538 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.66% from 538); Green value is 222 (87.11% from 255 or 41.26% from 538); Blue value is 108 (42.58% from 255 or 20.07% from 538); Max value from RGB is 222 - color contains mainly: green. Hex color #D0DE6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0DE6C is #2F2193. Grayscale: #CDCDCD. Windows color (decimal): -3088788 or 7134928. OLE color: 7134928.
HSL color Cylindrical-coordinate representation of color #D0DE6C: hue angle of 67.37º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D0DE6C is Cyan = 0.06, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 208 | 222 | 108 | - |
| CMYK | 0.06 | 0 | 0.51 | 0.13 |
| HSL | 67.37º | 0.63% | 0.65% | - |
| HSV(B) | 67.37º | 0.51% | 0.87% | - |
| XYZ | 54.84 | 66.74 | 24.18 | - |
| YUV | 204.82 | 73.36 | 130.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 222 | 108 | 0.06 | 0 | 0.51 | 0.13 | 67.37 | 0.63 | 0.65 |
| Hex | D0 | DE | 6C | 6 | 0 | 33 | D | 43 | 3F | 41 |
| Octal | 320 | 336 | 154 | 6 | 0 | 63 | 15 | 103 | 77 | 101 |
| Binary | 11010000 | 11011110 | 1101100 | 110 | 0 | 110011 | 1101 | 1000011 | 111111 | 1000001 |
Color Harmonies of #D0DE6C
Complementary color
Monochromatic Colors of #D0DE6C
Black with #D0DE6C
Text Example
Text Example
White with #D0DE6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0DE6C; }
p { color: rgb(208,222,108); }
H1.HeaderClassName
{
color: #D0DE6C;
}
.AnyTagClassName
{
color: #D0DE6C;
}
</style>
background-color css
<style>
a { background-color: #D0DE6C; }
a { background-color: rgb(208,222,108); }
div.DivClassName
{
background-color: #D0DE6C;
}
.BgClassName
{
background-color: #D0DE6C;
}
</style>
border-color css
<style>
span { border-color: #D0DE6C; }
span { border-color: rgb(208,222,108); }
td.TdClassName
{
border-color: #D0DE6C;
}
.TagClassName
{
border-color: #D0DE6C;
}
</style>