Shades of Manz #DDE04D
Tints of Manz #DDE04D
RGB
CMYK
RGB Variations
Color information
#DDE04D (or 0xDDE04D) is known color: Manz. HEX triplet: DD, E0 and 4D. RGB value is (221,224,77). Sum of RGB (Red+Green+Blue) = 221+224+77=522 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.34% from 522); Green value is 224 (87.89% from 255 or 42.91% from 522); Blue value is 77 (30.47% from 255 or 14.75% from 522); Max value from RGB is 224 - color contains mainly: green. Hex color #DDE04D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDE04D is #221FB2. Grayscale: #CECECE. Windows color (decimal): -2236339 or 5103837. OLE color: 5103837.
HSL color Cylindrical-coordinate representation of color #DDE04D: hue angle of 61.22º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DDE04D is Cyan = 0.01, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 221 | 224 | 77 | - |
| CMYK | 0.01 | 0 | 0.66 | 0.12 |
| HSL | 61.22º | 0.7% | 0.59% | - |
| HSV(B) | 61.22º | 0.66% | 0.88% | - |
| XYZ | 57.81 | 69.22 | 17.33 | - |
| YUV | 206.35 | 55.01 | 138.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 224 | 77 | 0.01 | 0 | 0.66 | 0.12 | 61.22 | 0.7 | 0.59 |
| Hex | DD | E0 | 4D | 1 | 0 | 42 | C | 3D | 46 | 3B |
| Octal | 335 | 340 | 115 | 1 | 0 | 102 | 14 | 75 | 106 | 73 |
| Binary | 11011101 | 11100000 | 1001101 | 1 | 0 | 1000010 | 1100 | 111101 | 1000110 | 111011 |
Color Harmonies of #DDE04D
Complementary color
Monochromatic Colors of #DDE04D
Black with #DDE04D
Text Example
Text Example
White with #DDE04D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE04D; }
p { color: rgb(221,224,77); }
H1.HeaderClassName
{
color: #DDE04D;
}
.AnyTagClassName
{
color: #DDE04D;
}
</style>
background-color css
<style>
a { background-color: #DDE04D; }
a { background-color: rgb(221,224,77); }
div.DivClassName
{
background-color: #DDE04D;
}
.BgClassName
{
background-color: #DDE04D;
}
</style>
border-color css
<style>
span { border-color: #DDE04D; }
span { border-color: rgb(221,224,77); }
td.TdClassName
{
border-color: #DDE04D;
}
.TagClassName
{
border-color: #DDE04D;
}
</style>