Shades of Mindaro #D0E164
Tints of Mindaro #D0E164
RGB
CMYK
RGB Variations
Color information
#D0E164 (or 0xD0E164) is known color: Mindaro. HEX triplet: D0, E1 and 64. RGB value is (208,225,100). Sum of RGB (Red+Green+Blue) = 208+225+100=533 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.02% from 533); Green value is 225 (88.28% from 255 or 42.21% from 533); Blue value is 100 (39.45% from 255 or 18.76% from 533); Max value from RGB is 225 - color contains mainly: green. Hex color #D0E164 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0E164 is #2F1E9B. Grayscale: #CECECE. Windows color (decimal): -3088028 or 6611408. OLE color: 6611408.
HSL color Cylindrical-coordinate representation of color #D0E164: hue angle of 68.16º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D0E164 is Cyan = 0.08, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 208 | 225 | 100 | - |
| CMYK | 0.08 | 0 | 0.56 | 0.12 |
| HSL | 68.16º | 0.68% | 0.64% | - |
| HSV(B) | 68.16º | 0.56% | 0.88% | - |
| XYZ | 55.24 | 68.18 | 22.31 | - |
| YUV | 205.67 | 68.37 | 129.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 225 | 100 | 0.08 | 0 | 0.56 | 0.12 | 68.16 | 0.68 | 0.64 |
| Hex | D0 | E1 | 64 | 8 | 0 | 38 | C | 44 | 44 | 40 |
| Octal | 320 | 341 | 144 | 10 | 0 | 70 | 14 | 104 | 104 | 100 |
| Binary | 11010000 | 11100001 | 1100100 | 1000 | 0 | 111000 | 1100 | 1000100 | 1000100 | 1000000 |
Color Harmonies of #D0E164
Complementary color
Monochromatic Colors of #D0E164
Black with #D0E164
Text Example
Text Example
White with #D0E164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0E164; }
p { color: rgb(208,225,100); }
H1.HeaderClassName
{
color: #D0E164;
}
.AnyTagClassName
{
color: #D0E164;
}
</style>
background-color css
<style>
a { background-color: #D0E164; }
a { background-color: rgb(208,225,100); }
div.DivClassName
{
background-color: #D0E164;
}
.BgClassName
{
background-color: #D0E164;
}
</style>
border-color css
<style>
span { border-color: #D0E164; }
span { border-color: rgb(208,225,100); }
td.TdClassName
{
border-color: #D0E164;
}
.TagClassName
{
border-color: #D0E164;
}
</style>