Shades of Manz #DDD856
Tints of Manz #DDD856
RGB
CMYK
RGB Variations
Color information
#DDD856 (or 0xDDD856) is known color: Manz. HEX triplet: DD, D8 and 56. RGB value is (221,216,86). Sum of RGB (Red+Green+Blue) = 221+216+86=523 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.26% from 523); Green value is 216 (84.77% from 255 or 41.30% from 523); Blue value is 86 (33.98% from 255 or 16.44% from 523); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD856 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD856 is #2227A9. Grayscale: #CBCBCB. Windows color (decimal): -2238378 or 5691613. OLE color: 5691613.
HSL color Cylindrical-coordinate representation of color #DDD856: hue angle of 57.78º 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 #DDD856 is Cyan = 0, Magento = 0.02, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 216 | 86 | - |
| CMYK | 0 | 0.02 | 0.61 | 0.13 |
| HSL | 57.78º | 0.67% | 0.6% | - |
| HSV(B) | 57.78º | 0.61% | 0.87% | - |
| XYZ | 56.05 | 65.16 | 18.43 | - |
| YUV | 202.68 | 62.16 | 141.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 216 | 86 | 0 | 0.02 | 0.61 | 0.13 | 57.78 | 0.67 | 0.6 |
| Hex | DD | D8 | 56 | 0 | 2 | 3D | D | 3A | 43 | 3C |
| Octal | 335 | 330 | 126 | 0 | 2 | 75 | 15 | 72 | 103 | 74 |
| Binary | 11011101 | 11011000 | 1010110 | 0 | 10 | 111101 | 1101 | 111010 | 1000011 | 111100 |
Color Harmonies of #DDD856
Complementary color
Monochromatic Colors of #DDD856
Black with #DDD856
Text Example
Text Example
White with #DDD856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD856; }
p { color: rgb(221,216,86); }
H1.HeaderClassName
{
color: #DDD856;
}
.AnyTagClassName
{
color: #DDD856;
}
</style>
background-color css
<style>
a { background-color: #DDD856; }
a { background-color: rgb(221,216,86); }
div.DivClassName
{
background-color: #DDD856;
}
.BgClassName
{
background-color: #DDD856;
}
</style>
border-color css
<style>
span { border-color: #DDD856; }
span { border-color: rgb(221,216,86); }
td.TdClassName
{
border-color: #DDD856;
}
.TagClassName
{
border-color: #DDD856;
}
</style>