Shades of Manz #DDD556
Tints of Manz #DDD556
RGB
CMYK
RGB Variations
Color information
#DDD556 (or 0xDDD556) is known color: Manz. HEX triplet: DD, D5 and 56. RGB value is (221,213,86). Sum of RGB (Red+Green+Blue) = 221+213+86=520 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.5% from 520); Green value is 213 (83.59% from 255 or 40.96% from 520); Blue value is 86 (33.98% from 255 or 16.54% from 520); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD556 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD556 is #222AA9. Grayscale: #C9C9C9. Windows color (decimal): -2239146 or 5690845. OLE color: 5690845.
HSL color Cylindrical-coordinate representation of color #DDD556: hue angle of 56.44º 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 #DDD556 is Cyan = 0, Magento = 0.04, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 213 | 86 | - |
| CMYK | 0 | 0.04 | 0.61 | 0.13 |
| HSL | 56.44º | 0.67% | 0.6% | - |
| HSV(B) | 56.44º | 0.61% | 0.87% | - |
| XYZ | 55.29 | 63.63 | 18.17 | - |
| YUV | 200.91 | 63.15 | 142.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 213 | 86 | 0 | 0.04 | 0.61 | 0.13 | 56.44 | 0.67 | 0.6 |
| Hex | DD | D5 | 56 | 0 | 4 | 3D | D | 38 | 43 | 3C |
| Octal | 335 | 325 | 126 | 0 | 4 | 75 | 15 | 70 | 103 | 74 |
| Binary | 11011101 | 11010101 | 1010110 | 0 | 100 | 111101 | 1101 | 111000 | 1000011 | 111100 |
Color Harmonies of #DDD556
Complementary color
Monochromatic Colors of #DDD556
Black with #DDD556
Text Example
Text Example
White with #DDD556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD556; }
p { color: rgb(221,213,86); }
H1.HeaderClassName
{
color: #DDD556;
}
.AnyTagClassName
{
color: #DDD556;
}
</style>
background-color css
<style>
a { background-color: #DDD556; }
a { background-color: rgb(221,213,86); }
div.DivClassName
{
background-color: #DDD556;
}
.BgClassName
{
background-color: #DDD556;
}
</style>
border-color css
<style>
span { border-color: #DDD556; }
span { border-color: rgb(221,213,86); }
td.TdClassName
{
border-color: #DDD556;
}
.TagClassName
{
border-color: #DDD556;
}
</style>