Shades of Manz #DDD853
Tints of Manz #DDD853
RGB
CMYK
RGB Variations
Color information
#DDD853 (or 0xDDD853) is known color: Manz. HEX triplet: DD, D8 and 53. RGB value is (221,216,83). Sum of RGB (Red+Green+Blue) = 221+216+83=520 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.5% from 520); Green value is 216 (84.77% from 255 or 41.54% from 520); Blue value is 83 (32.81% from 255 or 15.96% from 520); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD853 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD853 is #2227AC. Grayscale: #CACACA. Windows color (decimal): -2238381 or 5495005. OLE color: 5495005.
HSL color Cylindrical-coordinate representation of color #DDD853: hue angle of 57.83º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DDD853 is Cyan = 0, Magento = 0.02, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 216 | 83 | - |
| CMYK | 0 | 0.02 | 0.62 | 0.13 |
| HSL | 57.83º | 0.67% | 0.6% | - |
| HSV(B) | 57.83º | 0.62% | 0.87% | - |
| XYZ | 55.94 | 65.11 | 17.8 | - |
| YUV | 202.33 | 60.66 | 141.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 216 | 83 | 0 | 0.02 | 0.62 | 0.13 | 57.83 | 0.67 | 0.6 |
| Hex | DD | D8 | 53 | 0 | 2 | 3E | D | 3A | 43 | 3C |
| Octal | 335 | 330 | 123 | 0 | 2 | 76 | 15 | 72 | 103 | 74 |
| Binary | 11011101 | 11011000 | 1010011 | 0 | 10 | 111110 | 1101 | 111010 | 1000011 | 111100 |
Color Harmonies of #DDD853
Complementary color
Monochromatic Colors of #DDD853
Black with #DDD853
Text Example
Text Example
White with #DDD853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD853; }
p { color: rgb(221,216,83); }
H1.HeaderClassName
{
color: #DDD853;
}
.AnyTagClassName
{
color: #DDD853;
}
</style>
background-color css
<style>
a { background-color: #DDD853; }
a { background-color: rgb(221,216,83); }
div.DivClassName
{
background-color: #DDD853;
}
.BgClassName
{
background-color: #DDD853;
}
</style>
border-color css
<style>
span { border-color: #DDD853; }
span { border-color: rgb(221,216,83); }
td.TdClassName
{
border-color: #DDD853;
}
.TagClassName
{
border-color: #DDD853;
}
</style>