Shades of Manz #DDE64B
Tints of Manz #DDE64B
RGB
CMYK
RGB Variations
Color information
#DDE64B (or 0xDDE64B) is known color: Manz. HEX triplet: DD, E6 and 4B. RGB value is (221,230,75). Sum of RGB (Red+Green+Blue) = 221+230+75=526 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.02% from 526); Green value is 230 (90.23% from 255 or 43.73% from 526); Blue value is 75 (29.69% from 255 or 14.26% from 526); Max value from RGB is 230 - color contains mainly: green. Hex color #DDE64B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDE64B is #2219B4. Grayscale: #D2D2D2. Windows color (decimal): -2234805 or 4974301. OLE color: 4974301.
HSL color Cylindrical-coordinate representation of color #DDE64B: hue angle of 63.48º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DDE64B is Cyan = 0.04, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 221 | 230 | 75 | - |
| CMYK | 0.04 | 0 | 0.67 | 0.10 |
| HSL | 63.48º | 0.76% | 0.6% | - |
| HSV(B) | 63.48º | 0.67% | 0.9% | - |
| XYZ | 59.39 | 72.47 | 17.52 | - |
| YUV | 209.64 | 52.02 | 136.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 230 | 75 | 0.04 | 0 | 0.67 | 0.10 | 63.48 | 0.76 | 0.6 |
| Hex | DD | E6 | 4B | 4 | 0 | 43 | A | 3F | 4C | 3C |
| Octal | 335 | 346 | 113 | 4 | 0 | 103 | 12 | 77 | 114 | 74 |
| Binary | 11011101 | 11100110 | 1001011 | 100 | 0 | 1000011 | 1010 | 111111 | 1001100 | 111100 |
Color Harmonies of #DDE64B
Complementary color
Monochromatic Colors of #DDE64B
Black with #DDE64B
Text Example
Text Example
White with #DDE64B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE64B; }
p { color: rgb(221,230,75); }
H1.HeaderClassName
{
color: #DDE64B;
}
.AnyTagClassName
{
color: #DDE64B;
}
</style>
background-color css
<style>
a { background-color: #DDE64B; }
a { background-color: rgb(221,230,75); }
div.DivClassName
{
background-color: #DDE64B;
}
.BgClassName
{
background-color: #DDE64B;
}
</style>
border-color css
<style>
span { border-color: #DDE64B; }
span { border-color: rgb(221,230,75); }
td.TdClassName
{
border-color: #DDE64B;
}
.TagClassName
{
border-color: #DDE64B;
}
</style>