Shades of Manz #DDD85E
Tints of Manz #DDD85E
RGB
CMYK
RGB Variations
Color information
#DDD85E (or 0xDDD85E) is known color: Manz. HEX triplet: DD, D8 and 5E. RGB value is (221,216,94). Sum of RGB (Red+Green+Blue) = 221+216+94=531 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.62% from 531); Green value is 216 (84.77% from 255 or 40.68% from 531); Blue value is 94 (37.11% from 255 or 17.70% from 531); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD85E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD85E is #2227A1. Grayscale: #CCCCCC. Windows color (decimal): -2238370 or 6215901. OLE color: 6215901.
HSL color Cylindrical-coordinate representation of color #DDD85E: hue angle of 57.64º 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 #DDD85E is Cyan = 0, Magento = 0.02, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 216 | 94 | - |
| CMYK | 0 | 0.02 | 0.57 | 0.13 |
| HSL | 57.64º | 0.65% | 0.62% | - |
| HSV(B) | 57.64º | 0.57% | 0.87% | - |
| XYZ | 56.4 | 65.29 | 20.22 | - |
| YUV | 203.59 | 66.16 | 140.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 216 | 94 | 0 | 0.02 | 0.57 | 0.13 | 57.64 | 0.65 | 0.62 |
| Hex | DD | D8 | 5E | 0 | 2 | 39 | D | 3A | 41 | 3E |
| Octal | 335 | 330 | 136 | 0 | 2 | 71 | 15 | 72 | 101 | 76 |
| Binary | 11011101 | 11011000 | 1011110 | 0 | 10 | 111001 | 1101 | 111010 | 1000001 | 111110 |
Color Harmonies of #DDD85E
Complementary color
Monochromatic Colors of #DDD85E
Black with #DDD85E
Text Example
Text Example
White with #DDD85E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD85E; }
p { color: rgb(221,216,94); }
H1.HeaderClassName
{
color: #DDD85E;
}
.AnyTagClassName
{
color: #DDD85E;
}
</style>
background-color css
<style>
a { background-color: #DDD85E; }
a { background-color: rgb(221,216,94); }
div.DivClassName
{
background-color: #DDD85E;
}
.BgClassName
{
background-color: #DDD85E;
}
</style>
border-color css
<style>
span { border-color: #DDD85E; }
span { border-color: rgb(221,216,94); }
td.TdClassName
{
border-color: #DDD85E;
}
.TagClassName
{
border-color: #DDD85E;
}
</style>