Shades of Manz #DDE15E
Tints of Manz #DDE15E
RGB
CMYK
RGB Variations
Color information
#DDE15E (or 0xDDE15E) is known color: Manz. HEX triplet: DD, E1 and 5E. RGB value is (221,225,94). Sum of RGB (Red+Green+Blue) = 221+225+94=540 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.93% from 540); Green value is 225 (88.28% from 255 or 41.67% from 540); Blue value is 94 (37.11% from 255 or 17.41% from 540); Max value from RGB is 225 - color contains mainly: green. Hex color #DDE15E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDE15E is #221EA1. Grayscale: #D1D1D1. Windows color (decimal): -2236066 or 6218205. OLE color: 6218205.
HSL color Cylindrical-coordinate representation of color #DDE15E: hue angle of 61.83º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DDE15E is Cyan = 0.02, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 221 | 225 | 94 | - |
| CMYK | 0.02 | 0 | 0.58 | 0.12 |
| HSL | 61.83º | 0.69% | 0.63% | - |
| HSV(B) | 61.83º | 0.58% | 0.88% | - |
| XYZ | 58.76 | 70.03 | 21.01 | - |
| YUV | 208.87 | 63.17 | 136.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 225 | 94 | 0.02 | 0 | 0.58 | 0.12 | 61.83 | 0.69 | 0.63 |
| Hex | DD | E1 | 5E | 2 | 0 | 3A | C | 3E | 45 | 3F |
| Octal | 335 | 341 | 136 | 2 | 0 | 72 | 14 | 76 | 105 | 77 |
| Binary | 11011101 | 11100001 | 1011110 | 10 | 0 | 111010 | 1100 | 111110 | 1000101 | 111111 |
Color Harmonies of #DDE15E
Complementary color
Monochromatic Colors of #DDE15E
Black with #DDE15E
Text Example
Text Example
White with #DDE15E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE15E; }
p { color: rgb(221,225,94); }
H1.HeaderClassName
{
color: #DDE15E;
}
.AnyTagClassName
{
color: #DDE15E;
}
</style>
background-color css
<style>
a { background-color: #DDE15E; }
a { background-color: rgb(221,225,94); }
div.DivClassName
{
background-color: #DDE15E;
}
.BgClassName
{
background-color: #DDE15E;
}
</style>
border-color css
<style>
span { border-color: #DDE15E; }
span { border-color: rgb(221,225,94); }
td.TdClassName
{
border-color: #DDE15E;
}
.TagClassName
{
border-color: #DDE15E;
}
</style>