Shades of Manz #DDE25F
Tints of Manz #DDE25F
RGB
CMYK
RGB Variations
Color information
#DDE25F (or 0xDDE25F) is known color: Manz. HEX triplet: DD, E2 and 5F. RGB value is (221,226,95). Sum of RGB (Red+Green+Blue) = 221+226+95=542 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.77% from 542); Green value is 226 (88.67% from 255 or 41.70% from 542); Blue value is 95 (37.5% from 255 or 17.53% from 542); Max value from RGB is 226 - color contains mainly: green. Hex color #DDE25F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDE25F is #221DA0. Grayscale: #D2D2D2. Windows color (decimal): -2235809 or 6283997. OLE color: 6283997.
HSL color Cylindrical-coordinate representation of color #DDE25F: hue angle of 62.29º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DDE25F is Cyan = 0.02, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 221 | 226 | 95 | - |
| CMYK | 0.02 | 0 | 0.58 | 0.11 |
| HSL | 62.29º | 0.69% | 0.63% | - |
| HSV(B) | 62.29º | 0.58% | 0.89% | - |
| XYZ | 59.08 | 70.59 | 21.34 | - |
| YUV | 209.57 | 63.34 | 136.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 226 | 95 | 0.02 | 0 | 0.58 | 0.11 | 62.29 | 0.69 | 0.63 |
| Hex | DD | E2 | 5F | 2 | 0 | 3A | B | 3E | 45 | 3F |
| Octal | 335 | 342 | 137 | 2 | 0 | 72 | 13 | 76 | 105 | 77 |
| Binary | 11011101 | 11100010 | 1011111 | 10 | 0 | 111010 | 1011 | 111110 | 1000101 | 111111 |
Color Harmonies of #DDE25F
Complementary color
Monochromatic Colors of #DDE25F
Black with #DDE25F
Text Example
Text Example
White with #DDE25F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE25F; }
p { color: rgb(221,226,95); }
H1.HeaderClassName
{
color: #DDE25F;
}
.AnyTagClassName
{
color: #DDE25F;
}
</style>
background-color css
<style>
a { background-color: #DDE25F; }
a { background-color: rgb(221,226,95); }
div.DivClassName
{
background-color: #DDE25F;
}
.BgClassName
{
background-color: #DDE25F;
}
</style>
border-color css
<style>
span { border-color: #DDE25F; }
span { border-color: rgb(221,226,95); }
td.TdClassName
{
border-color: #DDE25F;
}
.TagClassName
{
border-color: #DDE25F;
}
</style>