Shades of Mindaro #DDE57A
Tints of Mindaro #DDE57A
RGB
CMYK
RGB Variations
Color information
#DDE57A (or 0xDDE57A) is known color: Mindaro. HEX triplet: DD, E5 and 7A. RGB value is (221,229,122). Sum of RGB (Red+Green+Blue) = 221+229+122=572 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.64% from 572); Green value is 229 (89.84% from 255 or 40.03% from 572); Blue value is 122 (48.05% from 255 or 21.33% from 572); Max value from RGB is 229 - color contains mainly: green. Hex color #DDE57A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDE57A is #221A85. Grayscale: #D6D6D6. Windows color (decimal): -2235014 or 8054237. OLE color: 8054237.
HSL color Cylindrical-coordinate representation of color #DDE57A: hue angle of 64.49º degrees, saturation: 0.67, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DDE57A is Cyan = 0.03, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 221 | 229 | 122 | - |
| CMYK | 0.03 | 0 | 0.47 | 0.10 |
| HSL | 64.49º | 0.67% | 0.69% | - |
| HSV(B) | 64.49º | 0.47% | 0.9% | - |
| XYZ | 61.35 | 72.82 | 29.23 | - |
| YUV | 214.41 | 75.85 | 132.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 229 | 122 | 0.03 | 0 | 0.47 | 0.10 | 64.49 | 0.67 | 0.69 |
| Hex | DD | E5 | 7A | 3 | 0 | 2F | A | 40 | 43 | 45 |
| Octal | 335 | 345 | 172 | 3 | 0 | 57 | 12 | 100 | 103 | 105 |
| Binary | 11011101 | 11100101 | 1111010 | 11 | 0 | 101111 | 1010 | 1000000 | 1000011 | 1000101 |
Color Harmonies of #DDE57A
Complementary color
Monochromatic Colors of #DDE57A
Black with #DDE57A
Text Example
Text Example
White with #DDE57A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE57A; }
p { color: rgb(221,229,122); }
H1.HeaderClassName
{
color: #DDE57A;
}
.AnyTagClassName
{
color: #DDE57A;
}
</style>
background-color css
<style>
a { background-color: #DDE57A; }
a { background-color: rgb(221,229,122); }
div.DivClassName
{
background-color: #DDE57A;
}
.BgClassName
{
background-color: #DDE57A;
}
</style>
border-color css
<style>
span { border-color: #DDE57A; }
span { border-color: rgb(221,229,122); }
td.TdClassName
{
border-color: #DDE57A;
}
.TagClassName
{
border-color: #DDE57A;
}
</style>