Shades of Mindaro #DDF66A
Tints of Mindaro #DDF66A
RGB
CMYK
RGB Variations
Color information
#DDF66A (or 0xDDF66A) is known color: Mindaro. HEX triplet: DD, F6 and 6A. RGB value is (221,246,106). Sum of RGB (Red+Green+Blue) = 221+246+106=573 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.57% from 573); Green value is 246 (96.48% from 255 or 42.93% from 573); Blue value is 106 (41.80% from 255 or 18.50% from 573); Max value from RGB is 246 - color contains mainly: green. Hex color #DDF66A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDF66A is #220995. Grayscale: #DFDFDF. Windows color (decimal): -2230678 or 7010013. OLE color: 7010013.
HSL color Cylindrical-coordinate representation of color #DDF66A: hue angle of 70.71º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DDF66A is Cyan = 0.10, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 221 | 246 | 106 | - |
| CMYK | 0.10 | 0 | 0.57 | 0.04 |
| HSL | 70.71º | 0.89% | 0.69% | - |
| HSV(B) | 70.71º | 0.57% | 0.96% | - |
| XYZ | 65.38 | 82.32 | 26.08 | - |
| YUV | 222.57 | 62.22 | 126.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 246 | 106 | 0.10 | 0 | 0.57 | 0.04 | 70.71 | 0.89 | 0.69 |
| Hex | DD | F6 | 6A | A | 0 | 39 | 4 | 47 | 59 | 45 |
| Octal | 335 | 366 | 152 | 12 | 0 | 71 | 4 | 107 | 131 | 105 |
| Binary | 11011101 | 11110110 | 1101010 | 1010 | 0 | 111001 | 100 | 1000111 | 1011001 | 1000101 |
Color Harmonies of #DDF66A
Complementary color
Monochromatic Colors of #DDF66A
Black with #DDF66A
Text Example
Text Example
White with #DDF66A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF66A; }
p { color: rgb(221,246,106); }
H1.HeaderClassName
{
color: #DDF66A;
}
.AnyTagClassName
{
color: #DDF66A;
}
</style>
background-color css
<style>
a { background-color: #DDF66A; }
a { background-color: rgb(221,246,106); }
div.DivClassName
{
background-color: #DDF66A;
}
.BgClassName
{
background-color: #DDF66A;
}
</style>
border-color css
<style>
span { border-color: #DDF66A; }
span { border-color: rgb(221,246,106); }
td.TdClassName
{
border-color: #DDF66A;
}
.TagClassName
{
border-color: #DDF66A;
}
</style>