Shades of Mindaro #DDF06D
Tints of Mindaro #DDF06D
RGB
CMYK
RGB Variations
Color information
#DDF06D (or 0xDDF06D) is known color: Mindaro. HEX triplet: DD, F0 and 6D. RGB value is (221,240,109). Sum of RGB (Red+Green+Blue) = 221+240+109=570 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.77% from 570); Green value is 240 (94.14% from 255 or 42.11% from 570); Blue value is 109 (42.97% from 255 or 19.12% from 570); Max value from RGB is 240 - color contains mainly: green. Hex color #DDF06D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDF06D is #220F92. Grayscale: #DBDBDB. Windows color (decimal): -2232211 or 7205085. OLE color: 7205085.
HSL color Cylindrical-coordinate representation of color #DDF06D: hue angle of 68.7º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DDF06D is Cyan = 0.08, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 221 | 240 | 109 | - |
| CMYK | 0.08 | 0 | 0.55 | 0.06 |
| HSL | 68.7º | 0.81% | 0.68% | - |
| HSV(B) | 68.7º | 0.55% | 0.94% | - |
| XYZ | 63.74 | 78.8 | 26.32 | - |
| YUV | 219.39 | 65.71 | 129.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 240 | 109 | 0.08 | 0 | 0.55 | 0.06 | 68.7 | 0.81 | 0.68 |
| Hex | DD | F0 | 6D | 8 | 0 | 37 | 6 | 45 | 51 | 44 |
| Octal | 335 | 360 | 155 | 10 | 0 | 67 | 6 | 105 | 121 | 104 |
| Binary | 11011101 | 11110000 | 1101101 | 1000 | 0 | 110111 | 110 | 1000101 | 1010001 | 1000100 |
Color Harmonies of #DDF06D
Complementary color
Monochromatic Colors of #DDF06D
Black with #DDF06D
Text Example
Text Example
White with #DDF06D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF06D; }
p { color: rgb(221,240,109); }
H1.HeaderClassName
{
color: #DDF06D;
}
.AnyTagClassName
{
color: #DDF06D;
}
</style>
background-color css
<style>
a { background-color: #DDF06D; }
a { background-color: rgb(221,240,109); }
div.DivClassName
{
background-color: #DDF06D;
}
.BgClassName
{
background-color: #DDF06D;
}
</style>
border-color css
<style>
span { border-color: #DDF06D; }
span { border-color: rgb(221,240,109); }
td.TdClassName
{
border-color: #DDF06D;
}
.TagClassName
{
border-color: #DDF06D;
}
</style>