Shades of Manz #DDE54D
Tints of Manz #DDE54D
RGB
CMYK
RGB Variations
Color information
#DDE54D (or 0xDDE54D) is known color: Manz. HEX triplet: DD, E5 and 4D. RGB value is (221,229,77). Sum of RGB (Red+Green+Blue) = 221+229+77=527 (69% of max value = 765). Red value is 221 (86.72% from 255 or 41.94% from 527); Green value is 229 (89.84% from 255 or 43.45% from 527); Blue value is 77 (30.47% from 255 or 14.61% from 527); Max value from RGB is 229 - color contains mainly: green. Hex color #DDE54D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDE54D is #221AB2. Grayscale: #D1D1D1. Windows color (decimal): -2235059 or 5105117. OLE color: 5105117.
HSL color Cylindrical-coordinate representation of color #DDE54D: hue angle of 63.16º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DDE54D is Cyan = 0.03, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 221 | 229 | 77 | - |
| CMYK | 0.03 | 0 | 0.66 | 0.10 |
| HSL | 63.16º | 0.75% | 0.6% | - |
| HSV(B) | 63.16º | 0.66% | 0.9% | - |
| XYZ | 59.18 | 71.95 | 17.79 | - |
| YUV | 209.28 | 53.35 | 136.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 229 | 77 | 0.03 | 0 | 0.66 | 0.10 | 63.16 | 0.75 | 0.6 |
| Hex | DD | E5 | 4D | 3 | 0 | 42 | A | 3F | 4B | 3C |
| Octal | 335 | 345 | 115 | 3 | 0 | 102 | 12 | 77 | 113 | 74 |
| Binary | 11011101 | 11100101 | 1001101 | 11 | 0 | 1000010 | 1010 | 111111 | 1001011 | 111100 |
Color Harmonies of #DDE54D
Complementary color
Monochromatic Colors of #DDE54D
Black with #DDE54D
Text Example
Text Example
White with #DDE54D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE54D; }
p { color: rgb(221,229,77); }
H1.HeaderClassName
{
color: #DDE54D;
}
.AnyTagClassName
{
color: #DDE54D;
}
</style>
background-color css
<style>
a { background-color: #DDE54D; }
a { background-color: rgb(221,229,77); }
div.DivClassName
{
background-color: #DDE54D;
}
.BgClassName
{
background-color: #DDE54D;
}
</style>
border-color css
<style>
span { border-color: #DDE54D; }
span { border-color: rgb(221,229,77); }
td.TdClassName
{
border-color: #DDE54D;
}
.TagClassName
{
border-color: #DDE54D;
}
</style>