Shades of Mindaro #DDFD65
Tints of Mindaro #DDFD65
RGB
CMYK
RGB Variations
Color information
#DDFD65 (or 0xDDFD65) is known color: Mindaro. HEX triplet: DD, FD and 65. RGB value is (221,253,101). Sum of RGB (Red+Green+Blue) = 221+253+101=575 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.43% from 575); Green value is 253 (99.22% from 255 or 44% from 575); Blue value is 101 (39.84% from 255 or 17.57% from 575); Max value from RGB is 253 - color contains mainly: green. Hex color #DDFD65 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDFD65 is #22029A. Grayscale: #E2E2E2. Windows color (decimal): -2228891 or 6684125. OLE color: 6684125.
HSL color Cylindrical-coordinate representation of color #DDFD65: hue angle of 72.63º degrees, saturation: 0.97, 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 #DDFD65 is Cyan = 0.13, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 221 | 253 | 101 | - |
| CMYK | 0.13 | 0 | 0.60 | 0.01 |
| HSL | 72.63º | 0.97% | 0.69% | - |
| HSV(B) | 72.63º | 0.6% | 0.99% | - |
| XYZ | 67.29 | 86.56 | 25.47 | - |
| YUV | 226.1 | 57.4 | 124.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 253 | 101 | 0.13 | 0 | 0.60 | 0.01 | 72.63 | 0.97 | 0.69 |
| Hex | DD | FD | 65 | D | 0 | 3C | 1 | 49 | 61 | 45 |
| Octal | 335 | 375 | 145 | 15 | 0 | 74 | 1 | 111 | 141 | 105 |
| Binary | 11011101 | 11111101 | 1100101 | 1101 | 0 | 111100 | 1 | 1001001 | 1100001 | 1000101 |
Color Harmonies of #DDFD65
Complementary color
Monochromatic Colors of #DDFD65
Black with #DDFD65
Text Example
Text Example
White with #DDFD65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFD65; }
p { color: rgb(221,253,101); }
H1.HeaderClassName
{
color: #DDFD65;
}
.AnyTagClassName
{
color: #DDFD65;
}
</style>
background-color css
<style>
a { background-color: #DDFD65; }
a { background-color: rgb(221,253,101); }
div.DivClassName
{
background-color: #DDFD65;
}
.BgClassName
{
background-color: #DDFD65;
}
</style>
border-color css
<style>
span { border-color: #DDFD65; }
span { border-color: rgb(221,253,101); }
td.TdClassName
{
border-color: #DDFD65;
}
.TagClassName
{
border-color: #DDFD65;
}
</style>