Shades of Manz #DDE04C
Tints of Manz #DDE04C
RGB
CMYK
RGB Variations
Color information
#DDE04C (or 0xDDE04C) is known color: Manz. HEX triplet: DD, E0 and 4C. RGB value is (221,224,76). Sum of RGB (Red+Green+Blue) = 221+224+76=521 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.42% from 521); Green value is 224 (87.89% from 255 or 42.99% from 521); Blue value is 76 (30.08% from 255 or 14.59% from 521); Max value from RGB is 224 - color contains mainly: green. Hex color #DDE04C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDE04C is #221FB3. Grayscale: #CECECE. Windows color (decimal): -2236340 or 5038301. OLE color: 5038301.
HSL color Cylindrical-coordinate representation of color #DDE04C: 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 #DDE04C is Cyan = 0.01, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 221 | 224 | 76 | - |
| 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.78 | 69.21 | 17.15 | - |
| YUV | 206.23 | 54.51 | 138.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 224 | 76 | 0.01 | 0 | 0.66 | 0.12 | 61.22 | 0.7 | 0.59 |
| Hex | DD | E0 | 4C | 1 | 0 | 42 | C | 3D | 46 | 3B |
| Octal | 335 | 340 | 114 | 1 | 0 | 102 | 14 | 75 | 106 | 73 |
| Binary | 11011101 | 11100000 | 1001100 | 1 | 0 | 1000010 | 1100 | 111101 | 1000110 | 111011 |
Color Harmonies of #DDE04C
Complementary color
Monochromatic Colors of #DDE04C
Black with #DDE04C
Text Example
Text Example
White with #DDE04C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE04C; }
p { color: rgb(221,224,76); }
H1.HeaderClassName
{
color: #DDE04C;
}
.AnyTagClassName
{
color: #DDE04C;
}
</style>
background-color css
<style>
a { background-color: #DDE04C; }
a { background-color: rgb(221,224,76); }
div.DivClassName
{
background-color: #DDE04C;
}
.BgClassName
{
background-color: #DDE04C;
}
</style>
border-color css
<style>
span { border-color: #DDE04C; }
span { border-color: rgb(221,224,76); }
td.TdClassName
{
border-color: #DDE04C;
}
.TagClassName
{
border-color: #DDE04C;
}
</style>