Shades of Manz #DDE55B
Tints of Manz #DDE55B
RGB
CMYK
RGB Variations
Color information
#DDE55B (or 0xDDE55B) is known color: Manz. HEX triplet: DD, E5 and 5B. RGB value is (221,229,91). Sum of RGB (Red+Green+Blue) = 221+229+91=541 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.85% from 541); Green value is 229 (89.84% from 255 or 42.33% from 541); Blue value is 91 (35.94% from 255 or 16.82% from 541); Max value from RGB is 229 - color contains mainly: green. Hex color #DDE55B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDE55B is #221AA4. Grayscale: #D3D3D3. Windows color (decimal): -2235045 or 6022621. OLE color: 6022621.
HSL color Cylindrical-coordinate representation of color #DDE55B: hue angle of 63.48º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DDE55B is Cyan = 0.03, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 221 | 229 | 91 | - |
| CMYK | 0.03 | 0 | 0.60 | 0.10 |
| HSL | 63.48º | 0.73% | 0.63% | - |
| HSV(B) | 63.48º | 0.6% | 0.9% | - |
| XYZ | 59.73 | 72.17 | 20.68 | - |
| YUV | 210.88 | 60.35 | 135.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 229 | 91 | 0.03 | 0 | 0.60 | 0.10 | 63.48 | 0.73 | 0.63 |
| Hex | DD | E5 | 5B | 3 | 0 | 3C | A | 3F | 49 | 3F |
| Octal | 335 | 345 | 133 | 3 | 0 | 74 | 12 | 77 | 111 | 77 |
| Binary | 11011101 | 11100101 | 1011011 | 11 | 0 | 111100 | 1010 | 111111 | 1001001 | 111111 |
Color Harmonies of #DDE55B
Complementary color
Monochromatic Colors of #DDE55B
Black with #DDE55B
Text Example
Text Example
White with #DDE55B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE55B; }
p { color: rgb(221,229,91); }
H1.HeaderClassName
{
color: #DDE55B;
}
.AnyTagClassName
{
color: #DDE55B;
}
</style>
background-color css
<style>
a { background-color: #DDE55B; }
a { background-color: rgb(221,229,91); }
div.DivClassName
{
background-color: #DDE55B;
}
.BgClassName
{
background-color: #DDE55B;
}
</style>
border-color css
<style>
span { border-color: #DDE55B; }
span { border-color: rgb(221,229,91); }
td.TdClassName
{
border-color: #DDE55B;
}
.TagClassName
{
border-color: #DDE55B;
}
</style>