Shades of Manz #DDD756
Tints of Manz #DDD756
RGB
CMYK
RGB Variations
Color information
#DDD756 (or 0xDDD756) is known color: Manz. HEX triplet: DD, D7 and 56. RGB value is (221,215,86). Sum of RGB (Red+Green+Blue) = 221+215+86=522 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.34% from 522); Green value is 215 (84.38% from 255 or 41.19% from 522); Blue value is 86 (33.98% from 255 or 16.48% from 522); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD756 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD756 is #2228A9. Grayscale: #CACACA. Windows color (decimal): -2238634 or 5691357. OLE color: 5691357.
HSL color Cylindrical-coordinate representation of color #DDD756: hue angle of 57.33º 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 #DDD756 is Cyan = 0, Magento = 0.03, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 215 | 86 | - |
| CMYK | 0 | 0.03 | 0.61 | 0.13 |
| HSL | 57.33º | 0.67% | 0.6% | - |
| HSV(B) | 57.33º | 0.61% | 0.87% | - |
| XYZ | 55.8 | 64.64 | 18.34 | - |
| YUV | 202.09 | 62.49 | 141.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 215 | 86 | 0 | 0.03 | 0.61 | 0.13 | 57.33 | 0.67 | 0.6 |
| Hex | DD | D7 | 56 | 0 | 3 | 3D | D | 39 | 43 | 3C |
| Octal | 335 | 327 | 126 | 0 | 3 | 75 | 15 | 71 | 103 | 74 |
| Binary | 11011101 | 11010111 | 1010110 | 0 | 11 | 111101 | 1101 | 111001 | 1000011 | 111100 |
Color Harmonies of #DDD756
Complementary color
Monochromatic Colors of #DDD756
Black with #DDD756
Text Example
Text Example
White with #DDD756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD756; }
p { color: rgb(221,215,86); }
H1.HeaderClassName
{
color: #DDD756;
}
.AnyTagClassName
{
color: #DDD756;
}
</style>
background-color css
<style>
a { background-color: #DDD756; }
a { background-color: rgb(221,215,86); }
div.DivClassName
{
background-color: #DDD756;
}
.BgClassName
{
background-color: #DDD756;
}
</style>
border-color css
<style>
span { border-color: #DDD756; }
span { border-color: rgb(221,215,86); }
td.TdClassName
{
border-color: #DDD756;
}
.TagClassName
{
border-color: #DDD756;
}
</style>