Shades of Mindaro #DDFC66
Tints of Mindaro #DDFC66
RGB
CMYK
RGB Variations
Color information
#DDFC66 (or 0xDDFC66) is known color: Mindaro. HEX triplet: DD, FC and 66. RGB value is (221,252,102). Sum of RGB (Red+Green+Blue) = 221+252+102=575 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.43% from 575); Green value is 252 (98.83% from 255 or 43.83% from 575); Blue value is 102 (40.23% from 255 or 17.74% from 575); Max value from RGB is 252 - color contains mainly: green. Hex color #DDFC66 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDFC66 is #220399. Grayscale: #E2E2E2. Windows color (decimal): -2229146 or 6749405. OLE color: 6749405.
HSL color Cylindrical-coordinate representation of color #DDFC66: hue angle of 72.4º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DDFC66 is Cyan = 0.12, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 221 | 252 | 102 | - |
| CMYK | 0.12 | 0 | 0.60 | 0.01 |
| HSL | 72.4º | 0.96% | 0.69% | - |
| HSV(B) | 72.4º | 0.6% | 0.99% | - |
| XYZ | 67.03 | 85.95 | 25.63 | - |
| YUV | 225.63 | 58.23 | 124.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 252 | 102 | 0.12 | 0 | 0.60 | 0.01 | 72.4 | 0.96 | 0.69 |
| Hex | DD | FC | 66 | C | 0 | 3C | 1 | 48 | 60 | 45 |
| Octal | 335 | 374 | 146 | 14 | 0 | 74 | 1 | 110 | 140 | 105 |
| Binary | 11011101 | 11111100 | 1100110 | 1100 | 0 | 111100 | 1 | 1001000 | 1100000 | 1000101 |
Color Harmonies of #DDFC66
Complementary color
Monochromatic Colors of #DDFC66
Black with #DDFC66
Text Example
Text Example
White with #DDFC66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFC66; }
p { color: rgb(221,252,102); }
H1.HeaderClassName
{
color: #DDFC66;
}
.AnyTagClassName
{
color: #DDFC66;
}
</style>
background-color css
<style>
a { background-color: #DDFC66; }
a { background-color: rgb(221,252,102); }
div.DivClassName
{
background-color: #DDFC66;
}
.BgClassName
{
background-color: #DDFC66;
}
</style>
border-color css
<style>
span { border-color: #DDFC66; }
span { border-color: rgb(221,252,102); }
td.TdClassName
{
border-color: #DDFC66;
}
.TagClassName
{
border-color: #DDFC66;
}
</style>