Shades of Mindaro #DDEC64
Tints of Mindaro #DDEC64
RGB
CMYK
RGB Variations
Color information
#DDEC64 (or 0xDDEC64) is known color: Mindaro. HEX triplet: DD, EC and 64. RGB value is (221,236,100). Sum of RGB (Red+Green+Blue) = 221+236+100=557 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.68% from 557); Green value is 236 (92.58% from 255 or 42.37% from 557); Blue value is 100 (39.45% from 255 or 17.95% from 557); Max value from RGB is 236 - color contains mainly: green. Hex color #DDEC64 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDEC64 is #22139B. Grayscale: #D8D8D8. Windows color (decimal): -2233244 or 6614237. OLE color: 6614237.
HSL color Cylindrical-coordinate representation of color #DDEC64: hue angle of 66.62º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DDEC64 is Cyan = 0.06, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
RGB | 221 | 236 | 100 | - |
CMYK | 0.06 | 0 | 0.58 | 0.07 |
HSL | 66.62º | 0.78% | 0.66% | - |
HSV(B) | 66.62º | 0.58% | 0.93% | - |
XYZ | 62.11 | 76.28 | 23.51 | - |
YUV | 216.01 | 62.53 | 131.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 236 | 100 | 0.06 | 0 | 0.58 | 0.07 | 66.62 | 0.78 | 0.66 |
Hex | DD | EC | 64 | 6 | 0 | 3A | 7 | 43 | 4E | 42 |
Octal | 335 | 354 | 144 | 6 | 0 | 72 | 7 | 103 | 116 | 102 |
Binary | 11011101 | 11101100 | 1100100 | 110 | 0 | 111010 | 111 | 1000011 | 1001110 | 1000010 |
Color Harmonies of #DDEC64
Complementary color
Monochromatic Colors of #DDEC64
Black with #DDEC64
Text Example
Text Example
White with #DDEC64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDEC64; }
p { color: rgb(221,236,100); }
H1.HeaderClassName
{
color: #DDEC64;
}
.AnyTagClassName
{
color: #DDEC64;
}
</style>
background-color css
<style>
a { background-color: #DDEC64; }
a { background-color: rgb(221,236,100); }
div.DivClassName
{
background-color: #DDEC64;
}
.BgClassName
{
background-color: #DDEC64;
}
</style>
border-color css
<style>
span { border-color: #DDEC64; }
span { border-color: rgb(221,236,100); }
td.TdClassName
{
border-color: #DDEC64;
}
.TagClassName
{
border-color: #DDEC64;
}
</style>