Shades of Manz #DDE55C
Tints of Manz #DDE55C
RGB
CMYK
RGB Variations
Color information
#DDE55C (or 0xDDE55C) is known color: Manz. HEX triplet: DD, E5 and 5C. RGB value is (221,229,92). Sum of RGB (Red+Green+Blue) = 221+229+92=542 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.77% from 542); Green value is 229 (89.84% from 255 or 42.25% from 542); Blue value is 92 (36.33% from 255 or 16.97% from 542); Max value from RGB is 229 - color contains mainly: green. Hex color #DDE55C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDE55C is #221AA3. Grayscale: #D3D3D3. Windows color (decimal): -2235044 or 6088157. OLE color: 6088157.
HSL color Cylindrical-coordinate representation of color #DDE55C: hue angle of 63.5º degrees, saturation: 0.72, 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 #DDE55C is Cyan = 0.03, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 221 | 229 | 92 | - |
| CMYK | 0.03 | 0 | 0.60 | 0.10 |
| HSL | 63.5º | 0.72% | 0.63% | - |
| HSV(B) | 63.5º | 0.6% | 0.9% | - |
| XYZ | 59.77 | 72.18 | 20.91 | - |
| YUV | 210.99 | 60.85 | 135.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 229 | 92 | 0.03 | 0 | 0.60 | 0.10 | 63.5 | 0.72 | 0.63 |
| Hex | DD | E5 | 5C | 3 | 0 | 3C | A | 40 | 48 | 3F |
| Octal | 335 | 345 | 134 | 3 | 0 | 74 | 12 | 100 | 110 | 77 |
| Binary | 11011101 | 11100101 | 1011100 | 11 | 0 | 111100 | 1010 | 1000000 | 1001000 | 111111 |
Color Harmonies of #DDE55C
Complementary color
Monochromatic Colors of #DDE55C
Black with #DDE55C
Text Example
Text Example
White with #DDE55C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE55C; }
p { color: rgb(221,229,92); }
H1.HeaderClassName
{
color: #DDE55C;
}
.AnyTagClassName
{
color: #DDE55C;
}
</style>
background-color css
<style>
a { background-color: #DDE55C; }
a { background-color: rgb(221,229,92); }
div.DivClassName
{
background-color: #DDE55C;
}
.BgClassName
{
background-color: #DDE55C;
}
</style>
border-color css
<style>
span { border-color: #DDE55C; }
span { border-color: rgb(221,229,92); }
td.TdClassName
{
border-color: #DDE55C;
}
.TagClassName
{
border-color: #DDE55C;
}
</style>