Shades of Mindaro #DDFD63
Tints of Mindaro #DDFD63
RGB
CMYK
RGB Variations
Color information
#DDFD63 (or 0xDDFD63) is known color: Mindaro. HEX triplet: DD, FD and 63. RGB value is (221,253,99). Sum of RGB (Red+Green+Blue) = 221+253+99=573 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.57% from 573); Green value is 253 (99.22% from 255 or 44.15% from 573); Blue value is 99 (39.06% from 255 or 17.28% from 573); Max value from RGB is 253 - color contains mainly: green. Hex color #DDFD63 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDFD63 is #22029C. Grayscale: #E2E2E2. Windows color (decimal): -2228893 or 6553053. OLE color: 6553053.
HSL color Cylindrical-coordinate representation of color #DDFD63: hue angle of 72.47º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DDFD63 is Cyan = 0.13, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 221 | 253 | 99 | - |
| CMYK | 0.13 | 0 | 0.61 | 0.01 |
| HSL | 72.47º | 0.97% | 0.69% | - |
| HSV(B) | 72.47º | 0.61% | 0.99% | - |
| XYZ | 67.2 | 86.52 | 24.96 | - |
| YUV | 225.88 | 56.4 | 124.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 253 | 99 | 0.13 | 0 | 0.61 | 0.01 | 72.47 | 0.97 | 0.69 |
| Hex | DD | FD | 63 | D | 0 | 3D | 1 | 48 | 61 | 45 |
| Octal | 335 | 375 | 143 | 15 | 0 | 75 | 1 | 110 | 141 | 105 |
| Binary | 11011101 | 11111101 | 1100011 | 1101 | 0 | 111101 | 1 | 1001000 | 1100001 | 1000101 |
Color Harmonies of #DDFD63
Complementary color
Monochromatic Colors of #DDFD63
Black with #DDFD63
Text Example
Text Example
White with #DDFD63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFD63; }
p { color: rgb(221,253,99); }
H1.HeaderClassName
{
color: #DDFD63;
}
.AnyTagClassName
{
color: #DDFD63;
}
</style>
background-color css
<style>
a { background-color: #DDFD63; }
a { background-color: rgb(221,253,99); }
div.DivClassName
{
background-color: #DDFD63;
}
.BgClassName
{
background-color: #DDFD63;
}
</style>
border-color css
<style>
span { border-color: #DDFD63; }
span { border-color: rgb(221,253,99); }
td.TdClassName
{
border-color: #DDFD63;
}
.TagClassName
{
border-color: #DDFD63;
}
</style>