Shades of Manz #DDED4A
Tints of Manz #DDED4A
RGB
CMYK
RGB Variations
Color information
#DDED4A (or 0xDDED4A) is known color: Manz. HEX triplet: DD, ED and 4A. RGB value is (221,237,74). Sum of RGB (Red+Green+Blue) = 221+237+74=532 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.54% from 532); Green value is 237 (92.97% from 255 or 44.55% from 532); Blue value is 74 (29.30% from 255 or 13.91% from 532); Max value from RGB is 237 - color contains mainly: green. Hex color #DDED4A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDED4A is #2212B5. Grayscale: #D6D6D6. Windows color (decimal): -2233014 or 4910557. OLE color: 4910557.
HSL color Cylindrical-coordinate representation of color #DDED4A: hue angle of 65.89º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DDED4A is Cyan = 0.07, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 221 | 237 | 74 | - |
| CMYK | 0.07 | 0 | 0.69 | 0.07 |
| HSL | 65.89º | 0.82% | 0.61% | - |
| HSV(B) | 65.89º | 0.69% | 0.93% | - |
| XYZ | 61.34 | 76.43 | 18 | - |
| YUV | 213.63 | 49.2 | 133.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 237 | 74 | 0.07 | 0 | 0.69 | 0.07 | 65.89 | 0.82 | 0.61 |
| Hex | DD | ED | 4A | 7 | 0 | 45 | 7 | 42 | 52 | 3D |
| Octal | 335 | 355 | 112 | 7 | 0 | 105 | 7 | 102 | 122 | 75 |
| Binary | 11011101 | 11101101 | 1001010 | 111 | 0 | 1000101 | 111 | 1000010 | 1010010 | 111101 |
Color Harmonies of #DDED4A
Complementary color
Monochromatic Colors of #DDED4A
Black with #DDED4A
Text Example
Text Example
White with #DDED4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDED4A; }
p { color: rgb(221,237,74); }
H1.HeaderClassName
{
color: #DDED4A;
}
.AnyTagClassName
{
color: #DDED4A;
}
</style>
background-color css
<style>
a { background-color: #DDED4A; }
a { background-color: rgb(221,237,74); }
div.DivClassName
{
background-color: #DDED4A;
}
.BgClassName
{
background-color: #DDED4A;
}
</style>
border-color css
<style>
span { border-color: #DDED4A; }
span { border-color: rgb(221,237,74); }
td.TdClassName
{
border-color: #DDED4A;
}
.TagClassName
{
border-color: #DDED4A;
}
</style>