Shades of Manz #DDD55E
Tints of Manz #DDD55E
RGB
CMYK
RGB Variations
Color information
#DDD55E (or 0xDDD55E) is known color: Manz. HEX triplet: DD, D5 and 5E. RGB value is (221,213,94). Sum of RGB (Red+Green+Blue) = 221+213+94=528 (69% of max value = 765). Red value is 221 (86.72% from 255 or 41.86% from 528); Green value is 213 (83.59% from 255 or 40.34% from 528); Blue value is 94 (37.11% from 255 or 17.80% from 528); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD55E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD55E is #222AA1. Grayscale: #CACACA. Windows color (decimal): -2239138 or 6215133. OLE color: 6215133.
HSL color Cylindrical-coordinate representation of color #DDD55E: hue angle of 56.22º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DDD55E is Cyan = 0, Magento = 0.04, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 213 | 94 | - |
| CMYK | 0 | 0.04 | 0.57 | 0.13 |
| HSL | 56.22º | 0.65% | 0.62% | - |
| HSV(B) | 56.22º | 0.57% | 0.87% | - |
| XYZ | 55.63 | 63.77 | 19.97 | - |
| YUV | 201.83 | 67.15 | 141.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 213 | 94 | 0 | 0.04 | 0.57 | 0.13 | 56.22 | 0.65 | 0.62 |
| Hex | DD | D5 | 5E | 0 | 4 | 39 | D | 38 | 41 | 3E |
| Octal | 335 | 325 | 136 | 0 | 4 | 71 | 15 | 70 | 101 | 76 |
| Binary | 11011101 | 11010101 | 1011110 | 0 | 100 | 111001 | 1101 | 111000 | 1000001 | 111110 |
Color Harmonies of #DDD55E
Complementary color
Monochromatic Colors of #DDD55E
Black with #DDD55E
Text Example
Text Example
White with #DDD55E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD55E; }
p { color: rgb(221,213,94); }
H1.HeaderClassName
{
color: #DDD55E;
}
.AnyTagClassName
{
color: #DDD55E;
}
</style>
background-color css
<style>
a { background-color: #DDD55E; }
a { background-color: rgb(221,213,94); }
div.DivClassName
{
background-color: #DDD55E;
}
.BgClassName
{
background-color: #DDD55E;
}
</style>
border-color css
<style>
span { border-color: #DDD55E; }
span { border-color: rgb(221,213,94); }
td.TdClassName
{
border-color: #DDD55E;
}
.TagClassName
{
border-color: #DDD55E;
}
</style>