Shades of Manz #DDE64A
Tints of Manz #DDE64A
RGB
CMYK
RGB Variations
Color information
#DDE64A (or 0xDDE64A) is known color: Manz. HEX triplet: DD, E6 and 4A. RGB value is (221,230,74). Sum of RGB (Red+Green+Blue) = 221+230+74=525 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.10% from 525); Green value is 230 (90.23% from 255 or 43.81% from 525); Blue value is 74 (29.30% from 255 or 14.10% from 525); Max value from RGB is 230 - color contains mainly: green. Hex color #DDE64A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDE64A is #2219B5. Grayscale: #D2D2D2. Windows color (decimal): -2234806 or 4908765. OLE color: 4908765.
HSL color Cylindrical-coordinate representation of color #DDE64A: hue angle of 63.46º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DDE64A is Cyan = 0.04, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 221 | 230 | 74 | - |
| CMYK | 0.04 | 0 | 0.68 | 0.10 |
| HSL | 63.46º | 0.76% | 0.6% | - |
| HSV(B) | 63.46º | 0.68% | 0.9% | - |
| XYZ | 59.35 | 72.46 | 17.34 | - |
| YUV | 209.53 | 51.52 | 136.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 230 | 74 | 0.04 | 0 | 0.68 | 0.10 | 63.46 | 0.76 | 0.6 |
| Hex | DD | E6 | 4A | 4 | 0 | 44 | A | 3F | 4C | 3C |
| Octal | 335 | 346 | 112 | 4 | 0 | 104 | 12 | 77 | 114 | 74 |
| Binary | 11011101 | 11100110 | 1001010 | 100 | 0 | 1000100 | 1010 | 111111 | 1001100 | 111100 |
Color Harmonies of #DDE64A
Complementary color
Monochromatic Colors of #DDE64A
Black with #DDE64A
Text Example
Text Example
White with #DDE64A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE64A; }
p { color: rgb(221,230,74); }
H1.HeaderClassName
{
color: #DDE64A;
}
.AnyTagClassName
{
color: #DDE64A;
}
</style>
background-color css
<style>
a { background-color: #DDE64A; }
a { background-color: rgb(221,230,74); }
div.DivClassName
{
background-color: #DDE64A;
}
.BgClassName
{
background-color: #DDE64A;
}
</style>
border-color css
<style>
span { border-color: #DDE64A; }
span { border-color: rgb(221,230,74); }
td.TdClassName
{
border-color: #DDE64A;
}
.TagClassName
{
border-color: #DDE64A;
}
</style>