Shades of Manz #DDE453
Tints of Manz #DDE453
RGB
CMYK
RGB Variations
Color information
#DDE453 (or 0xDDE453) is known color: Manz. HEX triplet: DD, E4 and 53. RGB value is (221,228,83). Sum of RGB (Red+Green+Blue) = 221+228+83=532 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.54% from 532); Green value is 228 (89.45% from 255 or 42.86% from 532); Blue value is 83 (32.81% from 255 or 15.60% from 532); Max value from RGB is 228 - color contains mainly: green. Hex color #DDE453 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDE453 is #221BAC. Grayscale: #D1D1D1. Windows color (decimal): -2235309 or 5498077. OLE color: 5498077.
HSL color Cylindrical-coordinate representation of color #DDE453: hue angle of 62.9º degrees, saturation: 0.73, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DDE453 is Cyan = 0.03, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 221 | 228 | 83 | - |
| CMYK | 0.03 | 0 | 0.64 | 0.11 |
| HSL | 62.9º | 0.73% | 0.61% | - |
| HSV(B) | 62.9º | 0.64% | 0.89% | - |
| XYZ | 59.12 | 71.48 | 18.87 | - |
| YUV | 209.38 | 56.68 | 136.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 228 | 83 | 0.03 | 0 | 0.64 | 0.11 | 62.9 | 0.73 | 0.61 |
| Hex | DD | E4 | 53 | 3 | 0 | 40 | B | 3F | 49 | 3D |
| Octal | 335 | 344 | 123 | 3 | 0 | 100 | 13 | 77 | 111 | 75 |
| Binary | 11011101 | 11100100 | 1010011 | 11 | 0 | 1000000 | 1011 | 111111 | 1001001 | 111101 |
Color Harmonies of #DDE453
Complementary color
Monochromatic Colors of #DDE453
Black with #DDE453
Text Example
Text Example
White with #DDE453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE453; }
p { color: rgb(221,228,83); }
H1.HeaderClassName
{
color: #DDE453;
}
.AnyTagClassName
{
color: #DDE453;
}
</style>
background-color css
<style>
a { background-color: #DDE453; }
a { background-color: rgb(221,228,83); }
div.DivClassName
{
background-color: #DDE453;
}
.BgClassName
{
background-color: #DDE453;
}
</style>
border-color css
<style>
span { border-color: #DDE453; }
span { border-color: rgb(221,228,83); }
td.TdClassName
{
border-color: #DDE453;
}
.TagClassName
{
border-color: #DDE453;
}
</style>