Shades of Manz #DDE353
Tints of Manz #DDE353
RGB
CMYK
RGB Variations
Color information
#DDE353 (or 0xDDE353) is known color: Manz. HEX triplet: DD, E3 and 53. RGB value is (221,227,83). Sum of RGB (Red+Green+Blue) = 221+227+83=531 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.62% from 531); Green value is 227 (89.06% from 255 or 42.75% from 531); Blue value is 83 (32.81% from 255 or 15.63% from 531); Max value from RGB is 227 - color contains mainly: green. Hex color #DDE353 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDE353 is #221CAC. Grayscale: #D1D1D1. Windows color (decimal): -2235565 or 5497821. OLE color: 5497821.
HSL color Cylindrical-coordinate representation of color #DDE353: hue angle of 62.5º degrees, saturation: 0.72, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DDE353 is Cyan = 0.03, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 221 | 227 | 83 | - |
| CMYK | 0.03 | 0 | 0.63 | 0.11 |
| HSL | 62.5º | 0.72% | 0.61% | - |
| HSV(B) | 62.5º | 0.63% | 0.89% | - |
| XYZ | 58.85 | 70.93 | 18.77 | - |
| YUV | 208.79 | 57.01 | 136.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 227 | 83 | 0.03 | 0 | 0.63 | 0.11 | 62.5 | 0.72 | 0.61 |
| Hex | DD | E3 | 53 | 3 | 0 | 3F | B | 3F | 48 | 3D |
| Octal | 335 | 343 | 123 | 3 | 0 | 77 | 13 | 77 | 110 | 75 |
| Binary | 11011101 | 11100011 | 1010011 | 11 | 0 | 111111 | 1011 | 111111 | 1001000 | 111101 |
Color Harmonies of #DDE353
Complementary color
Monochromatic Colors of #DDE353
Black with #DDE353
Text Example
Text Example
White with #DDE353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE353; }
p { color: rgb(221,227,83); }
H1.HeaderClassName
{
color: #DDE353;
}
.AnyTagClassName
{
color: #DDE353;
}
</style>
background-color css
<style>
a { background-color: #DDE353; }
a { background-color: rgb(221,227,83); }
div.DivClassName
{
background-color: #DDE353;
}
.BgClassName
{
background-color: #DDE353;
}
</style>
border-color css
<style>
span { border-color: #DDE353; }
span { border-color: rgb(221,227,83); }
td.TdClassName
{
border-color: #DDE353;
}
.TagClassName
{
border-color: #DDE353;
}
</style>