Shades of Manz #DDED4E
Tints of Manz #DDED4E
RGB
CMYK
RGB Variations
Color information
#DDED4E (or 0xDDED4E) is known color: Manz. HEX triplet: DD, ED and 4E. RGB value is (221,237,78). Sum of RGB (Red+Green+Blue) = 221+237+78=536 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.23% from 536); Green value is 237 (92.97% from 255 or 44.22% from 536); Blue value is 78 (30.86% from 255 or 14.55% from 536); Max value from RGB is 237 - color contains mainly: green. Hex color #DDED4E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDED4E is #2212B1. Grayscale: #D6D6D6. Windows color (decimal): -2233010 or 5172701. OLE color: 5172701.
HSL color Cylindrical-coordinate representation of color #DDED4E: hue angle of 66.04º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DDED4E is Cyan = 0.07, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 221 | 237 | 78 | - |
| CMYK | 0.07 | 0 | 0.67 | 0.07 |
| HSL | 66.04º | 0.82% | 0.62% | - |
| HSV(B) | 66.04º | 0.67% | 0.93% | - |
| XYZ | 61.48 | 76.49 | 18.73 | - |
| YUV | 214.09 | 51.2 | 132.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 237 | 78 | 0.07 | 0 | 0.67 | 0.07 | 66.04 | 0.82 | 0.62 |
| Hex | DD | ED | 4E | 7 | 0 | 43 | 7 | 42 | 52 | 3E |
| Octal | 335 | 355 | 116 | 7 | 0 | 103 | 7 | 102 | 122 | 76 |
| Binary | 11011101 | 11101101 | 1001110 | 111 | 0 | 1000011 | 111 | 1000010 | 1010010 | 111110 |
Color Harmonies of #DDED4E
Complementary color
Monochromatic Colors of #DDED4E
Black with #DDED4E
Text Example
Text Example
White with #DDED4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDED4E; }
p { color: rgb(221,237,78); }
H1.HeaderClassName
{
color: #DDED4E;
}
.AnyTagClassName
{
color: #DDED4E;
}
</style>
background-color css
<style>
a { background-color: #DDED4E; }
a { background-color: rgb(221,237,78); }
div.DivClassName
{
background-color: #DDED4E;
}
.BgClassName
{
background-color: #DDED4E;
}
</style>
border-color css
<style>
span { border-color: #DDED4E; }
span { border-color: rgb(221,237,78); }
td.TdClassName
{
border-color: #DDED4E;
}
.TagClassName
{
border-color: #DDED4E;
}
</style>