Shades of Mindaro #DDEA64
Tints of Mindaro #DDEA64
RGB
CMYK
RGB Variations
Color information
#DDEA64 (or 0xDDEA64) is known color: Mindaro. HEX triplet: DD, EA and 64. RGB value is (221,234,100). Sum of RGB (Red+Green+Blue) = 221+234+100=555 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.82% from 555); Green value is 234 (91.80% from 255 or 42.16% from 555); Blue value is 100 (39.45% from 255 or 18.02% from 555); Max value from RGB is 234 - color contains mainly: green. Hex color #DDEA64 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDEA64 is #22159B. Grayscale: #D7D7D7. Windows color (decimal): -2233756 or 6613725. OLE color: 6613725.
HSL color Cylindrical-coordinate representation of color #DDEA64: hue angle of 65.82º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DDEA64 is Cyan = 0.06, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 221 | 234 | 100 | - |
| CMYK | 0.06 | 0 | 0.57 | 0.08 |
| HSL | 65.82º | 0.76% | 0.65% | - |
| HSV(B) | 65.82º | 0.57% | 0.92% | - |
| XYZ | 61.54 | 75.14 | 23.32 | - |
| YUV | 214.84 | 63.19 | 132.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 234 | 100 | 0.06 | 0 | 0.57 | 0.08 | 65.82 | 0.76 | 0.65 |
| Hex | DD | EA | 64 | 6 | 0 | 39 | 8 | 42 | 4C | 41 |
| Octal | 335 | 352 | 144 | 6 | 0 | 71 | 10 | 102 | 114 | 101 |
| Binary | 11011101 | 11101010 | 1100100 | 110 | 0 | 111001 | 1000 | 1000010 | 1001100 | 1000001 |
Color Harmonies of #DDEA64
Complementary color
Monochromatic Colors of #DDEA64
Black with #DDEA64
Text Example
Text Example
White with #DDEA64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDEA64; }
p { color: rgb(221,234,100); }
H1.HeaderClassName
{
color: #DDEA64;
}
.AnyTagClassName
{
color: #DDEA64;
}
</style>
background-color css
<style>
a { background-color: #DDEA64; }
a { background-color: rgb(221,234,100); }
div.DivClassName
{
background-color: #DDEA64;
}
.BgClassName
{
background-color: #DDEA64;
}
</style>
border-color css
<style>
span { border-color: #DDEA64; }
span { border-color: rgb(221,234,100); }
td.TdClassName
{
border-color: #DDEA64;
}
.TagClassName
{
border-color: #DDEA64;
}
</style>