Shades of Manz #DDE45B
Tints of Manz #DDE45B
RGB
CMYK
RGB Variations
Color information
#DDE45B (or 0xDDE45B) is known color: Manz. HEX triplet: DD, E4 and 5B. RGB value is (221,228,91). Sum of RGB (Red+Green+Blue) = 221+228+91=540 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.93% from 540); Green value is 228 (89.45% from 255 or 42.22% from 540); Blue value is 91 (35.94% from 255 or 16.85% from 540); Max value from RGB is 228 - color contains mainly: green. Hex color #DDE45B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDE45B is #221BA4. Grayscale: #D2D2D2. Windows color (decimal): -2235301 or 6022365. OLE color: 6022365.
HSL color Cylindrical-coordinate representation of color #DDE45B: hue angle of 63.07º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DDE45B is Cyan = 0.03, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 221 | 228 | 91 | - |
| CMYK | 0.03 | 0 | 0.60 | 0.11 |
| HSL | 63.07º | 0.72% | 0.63% | - |
| HSV(B) | 63.07º | 0.6% | 0.89% | - |
| XYZ | 59.45 | 71.61 | 20.59 | - |
| YUV | 210.29 | 60.68 | 135.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 228 | 91 | 0.03 | 0 | 0.60 | 0.11 | 63.07 | 0.72 | 0.63 |
| Hex | DD | E4 | 5B | 3 | 0 | 3C | B | 3F | 48 | 3F |
| Octal | 335 | 344 | 133 | 3 | 0 | 74 | 13 | 77 | 110 | 77 |
| Binary | 11011101 | 11100100 | 1011011 | 11 | 0 | 111100 | 1011 | 111111 | 1001000 | 111111 |
Color Harmonies of #DDE45B
Complementary color
Monochromatic Colors of #DDE45B
Black with #DDE45B
Text Example
Text Example
White with #DDE45B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE45B; }
p { color: rgb(221,228,91); }
H1.HeaderClassName
{
color: #DDE45B;
}
.AnyTagClassName
{
color: #DDE45B;
}
</style>
background-color css
<style>
a { background-color: #DDE45B; }
a { background-color: rgb(221,228,91); }
div.DivClassName
{
background-color: #DDE45B;
}
.BgClassName
{
background-color: #DDE45B;
}
</style>
border-color css
<style>
span { border-color: #DDE45B; }
span { border-color: rgb(221,228,91); }
td.TdClassName
{
border-color: #DDE45B;
}
.TagClassName
{
border-color: #DDE45B;
}
</style>