Shades of Manz #DDE04A
Tints of Manz #DDE04A
RGB
CMYK
RGB Variations
Color information
#DDE04A (or 0xDDE04A) is known color: Manz. HEX triplet: DD, E0 and 4A. RGB value is (221,224,74). Sum of RGB (Red+Green+Blue) = 221+224+74=519 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.58% from 519); Green value is 224 (87.89% from 255 or 43.16% from 519); Blue value is 74 (29.30% from 255 or 14.26% from 519); Max value from RGB is 224 - color contains mainly: green. Hex color #DDE04A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDE04A is #221FB5. Grayscale: #CECECE. Windows color (decimal): -2236342 or 4907229. OLE color: 4907229.
HSL color Cylindrical-coordinate representation of color #DDE04A: hue angle of 61.2º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DDE04A is Cyan = 0.01, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 221 | 224 | 74 | - |
| CMYK | 0.01 | 0 | 0.67 | 0.12 |
| HSL | 61.2º | 0.71% | 0.58% | - |
| HSV(B) | 61.2º | 0.67% | 0.88% | - |
| XYZ | 57.71 | 69.18 | 16.79 | - |
| YUV | 206 | 53.51 | 138.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 224 | 74 | 0.01 | 0 | 0.67 | 0.12 | 61.2 | 0.71 | 0.58 |
| Hex | DD | E0 | 4A | 1 | 0 | 43 | C | 3D | 47 | 3A |
| Octal | 335 | 340 | 112 | 1 | 0 | 103 | 14 | 75 | 107 | 72 |
| Binary | 11011101 | 11100000 | 1001010 | 1 | 0 | 1000011 | 1100 | 111101 | 1000111 | 111010 |
Color Harmonies of #DDE04A
Complementary color
Monochromatic Colors of #DDE04A
Black with #DDE04A
Text Example
Text Example
White with #DDE04A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE04A; }
p { color: rgb(221,224,74); }
H1.HeaderClassName
{
color: #DDE04A;
}
.AnyTagClassName
{
color: #DDE04A;
}
</style>
background-color css
<style>
a { background-color: #DDE04A; }
a { background-color: rgb(221,224,74); }
div.DivClassName
{
background-color: #DDE04A;
}
.BgClassName
{
background-color: #DDE04A;
}
</style>
border-color css
<style>
span { border-color: #DDE04A; }
span { border-color: rgb(221,224,74); }
td.TdClassName
{
border-color: #DDE04A;
}
.TagClassName
{
border-color: #DDE04A;
}
</style>