Shades of Manz #DDD056
Tints of Manz #DDD056
RGB
CMYK
RGB Variations
Color information
#DDD056 (or 0xDDD056) is known color: Manz. HEX triplet: DD, D0 and 56. RGB value is (221,208,86). Sum of RGB (Red+Green+Blue) = 221+208+86=515 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.91% from 515); Green value is 208 (81.64% from 255 or 40.39% from 515); Blue value is 86 (33.98% from 255 or 16.70% from 515); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD056 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD056 is #222FA9. Grayscale: #C6C6C6. Windows color (decimal): -2240426 or 5689565. OLE color: 5689565.
HSL color Cylindrical-coordinate representation of color #DDD056: hue angle of 54.22º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DDD056 is Cyan = 0, Magento = 0.06, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 208 | 86 | - |
| CMYK | 0 | 0.06 | 0.61 | 0.13 |
| HSL | 54.22º | 0.67% | 0.6% | - |
| HSV(B) | 54.22º | 0.61% | 0.87% | - |
| XYZ | 54.05 | 61.16 | 17.76 | - |
| YUV | 197.98 | 64.81 | 144.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 208 | 86 | 0 | 0.06 | 0.61 | 0.13 | 54.22 | 0.67 | 0.6 |
| Hex | DD | D0 | 56 | 0 | 6 | 3D | D | 36 | 43 | 3C |
| Octal | 335 | 320 | 126 | 0 | 6 | 75 | 15 | 66 | 103 | 74 |
| Binary | 11011101 | 11010000 | 1010110 | 0 | 110 | 111101 | 1101 | 110110 | 1000011 | 111100 |
Color Harmonies of #DDD056
Complementary color
Monochromatic Colors of #DDD056
Black with #DDD056
Text Example
Text Example
White with #DDD056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD056; }
p { color: rgb(221,208,86); }
H1.HeaderClassName
{
color: #DDD056;
}
.AnyTagClassName
{
color: #DDD056;
}
</style>
background-color css
<style>
a { background-color: #DDD056; }
a { background-color: rgb(221,208,86); }
div.DivClassName
{
background-color: #DDD056;
}
.BgClassName
{
background-color: #DDD056;
}
</style>
border-color css
<style>
span { border-color: #DDD056; }
span { border-color: rgb(221,208,86); }
td.TdClassName
{
border-color: #DDD056;
}
.TagClassName
{
border-color: #DDD056;
}
</style>