Shades of Mindaro #DDF371
Tints of Mindaro #DDF371
RGB
CMYK
RGB Variations
Color information
#DDF371 (or 0xDDF371) is known color: Mindaro. HEX triplet: DD, F3 and 71. RGB value is (221,243,113). Sum of RGB (Red+Green+Blue) = 221+243+113=577 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.30% from 577); Green value is 243 (95.31% from 255 or 42.11% from 577); Blue value is 113 (44.53% from 255 or 19.58% from 577); Max value from RGB is 243 - color contains mainly: green. Hex color #DDF371 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDF371 is #220C8E. Grayscale: #DEDEDE. Windows color (decimal): -2231439 or 7467997. OLE color: 7467997.
HSL color Cylindrical-coordinate representation of color #DDF371: hue angle of 70.15º degrees, saturation: 0.84, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DDF371 is Cyan = 0.09, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 243 | 113 | - |
| CMYK | 0.09 | 0 | 0.53 | 0.05 |
| HSL | 70.15º | 0.84% | 0.7% | - |
| HSV(B) | 70.15º | 0.53% | 0.95% | - |
| XYZ | 64.85 | 80.67 | 27.77 | - |
| YUV | 221.6 | 66.71 | 127.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 243 | 113 | 0.09 | 0 | 0.53 | 0.05 | 70.15 | 0.84 | 0.7 |
| Hex | DD | F3 | 71 | 9 | 0 | 35 | 5 | 46 | 54 | 46 |
| Octal | 335 | 363 | 161 | 11 | 0 | 65 | 5 | 106 | 124 | 106 |
| Binary | 11011101 | 11110011 | 1110001 | 1001 | 0 | 110101 | 101 | 1000110 | 1010100 | 1000110 |
Color Harmonies of #DDF371
Complementary color
Monochromatic Colors of #DDF371
Black with #DDF371
Text Example
Text Example
White with #DDF371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF371; }
p { color: rgb(221,243,113); }
H1.HeaderClassName
{
color: #DDF371;
}
.AnyTagClassName
{
color: #DDF371;
}
</style>
background-color css
<style>
a { background-color: #DDF371; }
a { background-color: rgb(221,243,113); }
div.DivClassName
{
background-color: #DDF371;
}
.BgClassName
{
background-color: #DDF371;
}
</style>
border-color css
<style>
span { border-color: #DDF371; }
span { border-color: rgb(221,243,113); }
td.TdClassName
{
border-color: #DDF371;
}
.TagClassName
{
border-color: #DDF371;
}
</style>