Shades of Manz #DDE058
Tints of Manz #DDE058
RGB
CMYK
RGB Variations
Color information
#DDE058 (or 0xDDE058) is known color: Manz. HEX triplet: DD, E0 and 58. RGB value is (221,224,88). Sum of RGB (Red+Green+Blue) = 221+224+88=533 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.46% from 533); Green value is 224 (87.89% from 255 or 42.03% from 533); Blue value is 88 (34.77% from 255 or 16.51% from 533); Max value from RGB is 224 - color contains mainly: green. Hex color #DDE058 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDE058 is #221FA7. Grayscale: #D0D0D0. Windows color (decimal): -2236328 or 5824733. OLE color: 5824733.
HSL color Cylindrical-coordinate representation of color #DDE058: hue angle of 61.32º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DDE058 is Cyan = 0.01, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 221 | 224 | 88 | - |
| CMYK | 0.01 | 0 | 0.61 | 0.12 |
| HSL | 61.32º | 0.69% | 0.61% | - |
| HSV(B) | 61.32º | 0.61% | 0.88% | - |
| XYZ | 58.24 | 69.39 | 19.56 | - |
| YUV | 207.6 | 60.51 | 137.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 224 | 88 | 0.01 | 0 | 0.61 | 0.12 | 61.32 | 0.69 | 0.61 |
| Hex | DD | E0 | 58 | 1 | 0 | 3D | C | 3D | 45 | 3D |
| Octal | 335 | 340 | 130 | 1 | 0 | 75 | 14 | 75 | 105 | 75 |
| Binary | 11011101 | 11100000 | 1011000 | 1 | 0 | 111101 | 1100 | 111101 | 1000101 | 111101 |
Color Harmonies of #DDE058
Complementary color
Monochromatic Colors of #DDE058
Black with #DDE058
Text Example
Text Example
White with #DDE058
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE058; }
p { color: rgb(221,224,88); }
H1.HeaderClassName
{
color: #DDE058;
}
.AnyTagClassName
{
color: #DDE058;
}
</style>
background-color css
<style>
a { background-color: #DDE058; }
a { background-color: rgb(221,224,88); }
div.DivClassName
{
background-color: #DDE058;
}
.BgClassName
{
background-color: #DDE058;
}
</style>
border-color css
<style>
span { border-color: #DDE058; }
span { border-color: rgb(221,224,88); }
td.TdClassName
{
border-color: #DDE058;
}
.TagClassName
{
border-color: #DDE058;
}
</style>