Shades of Manz #DDE057
Tints of Manz #DDE057
RGB
CMYK
RGB Variations
Color information
#DDE057 (or 0xDDE057) is known color: Manz. HEX triplet: DD, E0 and 57. RGB value is (221,224,87). Sum of RGB (Red+Green+Blue) = 221+224+87=532 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.54% from 532); Green value is 224 (87.89% from 255 or 42.11% from 532); Blue value is 87 (34.38% from 255 or 16.35% from 532); Max value from RGB is 224 - color contains mainly: green. Hex color #DDE057 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDE057 is #221FA8. Grayscale: #D0D0D0. Windows color (decimal): -2236329 or 5759197. OLE color: 5759197.
HSL color Cylindrical-coordinate representation of color #DDE057: hue angle of 61.31º 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 #DDE057 is Cyan = 0.01, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 221 | 224 | 87 | - |
| CMYK | 0.01 | 0 | 0.61 | 0.12 |
| HSL | 61.31º | 0.69% | 0.61% | - |
| HSV(B) | 61.31º | 0.61% | 0.88% | - |
| XYZ | 58.19 | 69.37 | 19.34 | - |
| YUV | 207.49 | 60.01 | 137.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 224 | 87 | 0.01 | 0 | 0.61 | 0.12 | 61.31 | 0.69 | 0.61 |
| Hex | DD | E0 | 57 | 1 | 0 | 3D | C | 3D | 45 | 3D |
| Octal | 335 | 340 | 127 | 1 | 0 | 75 | 14 | 75 | 105 | 75 |
| Binary | 11011101 | 11100000 | 1010111 | 1 | 0 | 111101 | 1100 | 111101 | 1000101 | 111101 |
Color Harmonies of #DDE057
Complementary color
Monochromatic Colors of #DDE057
Black with #DDE057
Text Example
Text Example
White with #DDE057
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE057; }
p { color: rgb(221,224,87); }
H1.HeaderClassName
{
color: #DDE057;
}
.AnyTagClassName
{
color: #DDE057;
}
</style>
background-color css
<style>
a { background-color: #DDE057; }
a { background-color: rgb(221,224,87); }
div.DivClassName
{
background-color: #DDE057;
}
.BgClassName
{
background-color: #DDE057;
}
</style>
border-color css
<style>
span { border-color: #DDE057; }
span { border-color: rgb(221,224,87); }
td.TdClassName
{
border-color: #DDE057;
}
.TagClassName
{
border-color: #DDE057;
}
</style>