Shades of Manz #DDD356
Tints of Manz #DDD356
RGB
CMYK
RGB Variations
Color information
#DDD356 (or 0xDDD356) is known color: Manz. HEX triplet: DD, D3 and 56. RGB value is (221,211,86). Sum of RGB (Red+Green+Blue) = 221+211+86=518 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.66% from 518); Green value is 211 (82.81% from 255 or 40.73% from 518); Blue value is 86 (33.98% from 255 or 16.60% from 518); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD356 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD356 is #222CA9. Grayscale: #C8C8C8. Windows color (decimal): -2239658 or 5690333. OLE color: 5690333.
HSL color Cylindrical-coordinate representation of color #DDD356: hue angle of 55.56º 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 #DDD356 is Cyan = 0, Magento = 0.05, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 211 | 86 | - |
| CMYK | 0 | 0.05 | 0.61 | 0.13 |
| HSL | 55.56º | 0.67% | 0.6% | - |
| HSV(B) | 55.56º | 0.61% | 0.87% | - |
| XYZ | 54.79 | 62.63 | 18.01 | - |
| YUV | 199.74 | 63.81 | 143.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 211 | 86 | 0 | 0.05 | 0.61 | 0.13 | 55.56 | 0.67 | 0.6 |
| Hex | DD | D3 | 56 | 0 | 5 | 3D | D | 38 | 43 | 3C |
| Octal | 335 | 323 | 126 | 0 | 5 | 75 | 15 | 70 | 103 | 74 |
| Binary | 11011101 | 11010011 | 1010110 | 0 | 101 | 111101 | 1101 | 111000 | 1000011 | 111100 |
Color Harmonies of #DDD356
Complementary color
Monochromatic Colors of #DDD356
Black with #DDD356
Text Example
Text Example
White with #DDD356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD356; }
p { color: rgb(221,211,86); }
H1.HeaderClassName
{
color: #DDD356;
}
.AnyTagClassName
{
color: #DDD356;
}
</style>
background-color css
<style>
a { background-color: #DDD356; }
a { background-color: rgb(221,211,86); }
div.DivClassName
{
background-color: #DDD356;
}
.BgClassName
{
background-color: #DDD356;
}
</style>
border-color css
<style>
span { border-color: #DDD356; }
span { border-color: rgb(221,211,86); }
td.TdClassName
{
border-color: #DDD356;
}
.TagClassName
{
border-color: #DDD356;
}
</style>