Shades of Manz #DDDD5E
Tints of Manz #DDDD5E
RGB
CMYK
RGB Variations
Color information
#DDDD5E (or 0xDDDD5E) is known color: Manz. HEX triplet: DD, DD and 5E. RGB value is (221,221,94). Sum of RGB (Red+Green+Blue) = 221+221+94=536 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.23% from 536); Green value is 221 (86.72% from 255 or 41.23% from 536); Blue value is 94 (37.11% from 255 or 17.54% from 536); Max value from RGB is 221 - color contains mainly: red, green. Hex color #DDDD5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDDD5E is #2222A1. Grayscale: #CFCFCF. Windows color (decimal): -2237090 or 6217181. OLE color: 6217181.
HSL color Cylindrical-coordinate representation of color #DDDD5E: hue angle of 60º 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 #DDDD5E is Cyan = 0, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 221 | 94 | - |
| CMYK | 0 | 0 | 0.57 | 0.13 |
| HSL | 60º | 0.65% | 0.62% | - |
| HSV(B) | 60º | 0.57% | 0.87% | - |
| XYZ | 57.7 | 67.89 | 20.65 | - |
| YUV | 206.52 | 64.5 | 138.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 221 | 94 | 0 | 0 | 0.57 | 0.13 | 60 | 0.65 | 0.62 |
| Hex | DD | DD | 5E | 0 | 0 | 39 | D | 3C | 41 | 3E |
| Octal | 335 | 335 | 136 | 0 | 0 | 71 | 15 | 74 | 101 | 76 |
| Binary | 11011101 | 11011101 | 1011110 | 0 | 0 | 111001 | 1101 | 111100 | 1000001 | 111110 |
Color Harmonies of #DDDD5E
Complementary color
Monochromatic Colors of #DDDD5E
Black with #DDDD5E
Text Example
Text Example
White with #DDDD5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDD5E; }
p { color: rgb(221,221,94); }
H1.HeaderClassName
{
color: #DDDD5E;
}
.AnyTagClassName
{
color: #DDDD5E;
}
</style>
background-color css
<style>
a { background-color: #DDDD5E; }
a { background-color: rgb(221,221,94); }
div.DivClassName
{
background-color: #DDDD5E;
}
.BgClassName
{
background-color: #DDDD5E;
}
</style>
border-color css
<style>
span { border-color: #DDDD5E; }
span { border-color: rgb(221,221,94); }
td.TdClassName
{
border-color: #DDDD5E;
}
.TagClassName
{
border-color: #DDDD5E;
}
</style>