Shades of Manz #DDEC53
Tints of Manz #DDEC53
RGB
CMYK
RGB Variations
Color information
#DDEC53 (or 0xDDEC53) is known color: Manz. HEX triplet: DD, EC and 53. RGB value is (221,236,83). Sum of RGB (Red+Green+Blue) = 221+236+83=540 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.93% from 540); Green value is 236 (92.58% from 255 or 43.70% from 540); Blue value is 83 (32.81% from 255 or 15.37% from 540); Max value from RGB is 236 - color contains mainly: green. Hex color #DDEC53 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDEC53 is #2213AC. Grayscale: #D6D6D6. Windows color (decimal): -2233261 or 5500125. OLE color: 5500125.
HSL color Cylindrical-coordinate representation of color #DDEC53: hue angle of 65.88º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DDEC53 is Cyan = 0.06, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 221 | 236 | 83 | - |
| CMYK | 0.06 | 0 | 0.65 | 0.07 |
| HSL | 65.88º | 0.8% | 0.63% | - |
| HSV(B) | 65.88º | 0.65% | 0.93% | - |
| XYZ | 61.38 | 75.99 | 19.62 | - |
| YUV | 214.07 | 54.03 | 132.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 236 | 83 | 0.06 | 0 | 0.65 | 0.07 | 65.88 | 0.8 | 0.63 |
| Hex | DD | EC | 53 | 6 | 0 | 41 | 7 | 42 | 50 | 3F |
| Octal | 335 | 354 | 123 | 6 | 0 | 101 | 7 | 102 | 120 | 77 |
| Binary | 11011101 | 11101100 | 1010011 | 110 | 0 | 1000001 | 111 | 1000010 | 1010000 | 111111 |
Color Harmonies of #DDEC53
Complementary color
Monochromatic Colors of #DDEC53
Black with #DDEC53
Text Example
Text Example
White with #DDEC53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDEC53; }
p { color: rgb(221,236,83); }
H1.HeaderClassName
{
color: #DDEC53;
}
.AnyTagClassName
{
color: #DDEC53;
}
</style>
background-color css
<style>
a { background-color: #DDEC53; }
a { background-color: rgb(221,236,83); }
div.DivClassName
{
background-color: #DDEC53;
}
.BgClassName
{
background-color: #DDEC53;
}
</style>
border-color css
<style>
span { border-color: #DDEC53; }
span { border-color: rgb(221,236,83); }
td.TdClassName
{
border-color: #DDEC53;
}
.TagClassName
{
border-color: #DDEC53;
}
</style>