Shades of Manz #DDE35E
Tints of Manz #DDE35E
RGB
CMYK
RGB Variations
Color information
#DDE35E (or 0xDDE35E) is known color: Manz. HEX triplet: DD, E3 and 5E. RGB value is (221,227,94). Sum of RGB (Red+Green+Blue) = 221+227+94=542 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.77% from 542); Green value is 227 (89.06% from 255 or 41.88% from 542); Blue value is 94 (37.11% from 255 or 17.34% from 542); Max value from RGB is 227 - color contains mainly: green. Hex color #DDE35E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDE35E is #221CA1. Grayscale: #D2D2D2. Windows color (decimal): -2235554 or 6218717. OLE color: 6218717.
HSL color Cylindrical-coordinate representation of color #DDE35E: hue angle of 62.71º degrees, saturation: 0.7, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DDE35E is Cyan = 0.03, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 221 | 227 | 94 | - |
| CMYK | 0.03 | 0 | 0.59 | 0.11 |
| HSL | 62.71º | 0.7% | 0.63% | - |
| HSV(B) | 62.71º | 0.59% | 0.89% | - |
| XYZ | 59.31 | 71.12 | 21.19 | - |
| YUV | 210.04 | 62.51 | 135.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 227 | 94 | 0.03 | 0 | 0.59 | 0.11 | 62.71 | 0.7 | 0.63 |
| Hex | DD | E3 | 5E | 3 | 0 | 3B | B | 3F | 46 | 3F |
| Octal | 335 | 343 | 136 | 3 | 0 | 73 | 13 | 77 | 106 | 77 |
| Binary | 11011101 | 11100011 | 1011110 | 11 | 0 | 111011 | 1011 | 111111 | 1000110 | 111111 |
Color Harmonies of #DDE35E
Complementary color
Monochromatic Colors of #DDE35E
Black with #DDE35E
Text Example
Text Example
White with #DDE35E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE35E; }
p { color: rgb(221,227,94); }
H1.HeaderClassName
{
color: #DDE35E;
}
.AnyTagClassName
{
color: #DDE35E;
}
</style>
background-color css
<style>
a { background-color: #DDE35E; }
a { background-color: rgb(221,227,94); }
div.DivClassName
{
background-color: #DDE35E;
}
.BgClassName
{
background-color: #DDE35E;
}
</style>
border-color css
<style>
span { border-color: #DDE35E; }
span { border-color: rgb(221,227,94); }
td.TdClassName
{
border-color: #DDE35E;
}
.TagClassName
{
border-color: #DDE35E;
}
</style>