Shades of Mindaro #DDF06C
Tints of Mindaro #DDF06C
RGB
CMYK
RGB Variations
Color information
#DDF06C (or 0xDDF06C) is known color: Mindaro. HEX triplet: DD, F0 and 6C. RGB value is (221,240,108). Sum of RGB (Red+Green+Blue) = 221+240+108=569 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.84% from 569); Green value is 240 (94.14% from 255 or 42.18% from 569); Blue value is 108 (42.58% from 255 or 18.98% from 569); Max value from RGB is 240 - color contains mainly: green. Hex color #DDF06C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDF06C is #220F93. Grayscale: #DBDBDB. Windows color (decimal): -2232212 or 7139549. OLE color: 7139549.
HSL color Cylindrical-coordinate representation of color #DDF06C: hue angle of 68.64º 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 #DDF06C is Cyan = 0.08, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 221 | 240 | 108 | - |
| CMYK | 0.08 | 0 | 0.55 | 0.06 |
| HSL | 68.64º | 0.81% | 0.68% | - |
| HSV(B) | 68.64º | 0.55% | 0.94% | - |
| XYZ | 63.69 | 78.78 | 26.04 | - |
| YUV | 219.27 | 65.21 | 129.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 240 | 108 | 0.08 | 0 | 0.55 | 0.06 | 68.64 | 0.81 | 0.68 |
| Hex | DD | F0 | 6C | 8 | 0 | 37 | 6 | 45 | 51 | 44 |
| Octal | 335 | 360 | 154 | 10 | 0 | 67 | 6 | 105 | 121 | 104 |
| Binary | 11011101 | 11110000 | 1101100 | 1000 | 0 | 110111 | 110 | 1000101 | 1010001 | 1000100 |
Color Harmonies of #DDF06C
Complementary color
Monochromatic Colors of #DDF06C
Black with #DDF06C
Text Example
Text Example
White with #DDF06C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF06C; }
p { color: rgb(221,240,108); }
H1.HeaderClassName
{
color: #DDF06C;
}
.AnyTagClassName
{
color: #DDF06C;
}
</style>
background-color css
<style>
a { background-color: #DDF06C; }
a { background-color: rgb(221,240,108); }
div.DivClassName
{
background-color: #DDF06C;
}
.BgClassName
{
background-color: #DDF06C;
}
</style>
border-color css
<style>
span { border-color: #DDF06C; }
span { border-color: rgb(221,240,108); }
td.TdClassName
{
border-color: #DDF06C;
}
.TagClassName
{
border-color: #DDF06C;
}
</style>