Shades of Manz #DDE84D
Tints of Manz #DDE84D
RGB
CMYK
RGB Variations
Color information
#DDE84D (or 0xDDE84D) is known color: Manz. HEX triplet: DD, E8 and 4D. RGB value is (221,232,77). Sum of RGB (Red+Green+Blue) = 221+232+77=530 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.70% from 530); Green value is 232 (91.02% from 255 or 43.77% from 530); Blue value is 77 (30.47% from 255 or 14.53% from 530); Max value from RGB is 232 - color contains mainly: green. Hex color #DDE84D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDE84D is #2217B2. Grayscale: #D3D3D3. Windows color (decimal): -2234291 or 5105885. OLE color: 5105885.
HSL color Cylindrical-coordinate representation of color #DDE84D: hue angle of 64.26º degrees, saturation: 0.77, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DDE84D is Cyan = 0.05, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 221 | 232 | 77 | - |
| CMYK | 0.05 | 0 | 0.67 | 0.09 |
| HSL | 64.26º | 0.77% | 0.61% | - |
| HSV(B) | 64.26º | 0.67% | 0.91% | - |
| XYZ | 60.01 | 73.62 | 18.07 | - |
| YUV | 211.04 | 52.36 | 135.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 232 | 77 | 0.05 | 0 | 0.67 | 0.09 | 64.26 | 0.77 | 0.61 |
| Hex | DD | E8 | 4D | 5 | 0 | 43 | 9 | 40 | 4D | 3D |
| Octal | 335 | 350 | 115 | 5 | 0 | 103 | 11 | 100 | 115 | 75 |
| Binary | 11011101 | 11101000 | 1001101 | 101 | 0 | 1000011 | 1001 | 1000000 | 1001101 | 111101 |
Color Harmonies of #DDE84D
Complementary color
Monochromatic Colors of #DDE84D
Black with #DDE84D
Text Example
Text Example
White with #DDE84D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE84D; }
p { color: rgb(221,232,77); }
H1.HeaderClassName
{
color: #DDE84D;
}
.AnyTagClassName
{
color: #DDE84D;
}
</style>
background-color css
<style>
a { background-color: #DDE84D; }
a { background-color: rgb(221,232,77); }
div.DivClassName
{
background-color: #DDE84D;
}
.BgClassName
{
background-color: #DDE84D;
}
</style>
border-color css
<style>
span { border-color: #DDE84D; }
span { border-color: rgb(221,232,77); }
td.TdClassName
{
border-color: #DDE84D;
}
.TagClassName
{
border-color: #DDE84D;
}
</style>