Shades of Manz #DDDD56
Tints of Manz #DDDD56
RGB
CMYK
RGB Variations
Color information
#DDDD56 (or 0xDDDD56) is known color: Manz. HEX triplet: DD, DD and 56. RGB value is (221,221,86). Sum of RGB (Red+Green+Blue) = 221+221+86=528 (69% of max value = 765). Red value is 221 (86.72% from 255 or 41.86% from 528); Green value is 221 (86.72% from 255 or 41.86% from 528); Blue value is 86 (33.98% from 255 or 16.29% from 528); Max value from RGB is 221 - color contains mainly: red, green. Hex color #DDDD56 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDDD56 is #2222A9. Grayscale: #CECECE. Windows color (decimal): -2237098 or 5692893. OLE color: 5692893.
HSL color Cylindrical-coordinate representation of color #DDDD56: hue angle of 60º 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 #DDDD56 is Cyan = 0, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 221 | 86 | - |
| CMYK | 0 | 0 | 0.61 | 0.13 |
| HSL | 60º | 0.67% | 0.6% | - |
| HSV(B) | 60º | 0.61% | 0.87% | - |
| XYZ | 57.35 | 67.76 | 18.86 | - |
| YUV | 205.61 | 60.5 | 138.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 221 | 86 | 0 | 0 | 0.61 | 0.13 | 60 | 0.67 | 0.6 |
| Hex | DD | DD | 56 | 0 | 0 | 3D | D | 3C | 43 | 3C |
| Octal | 335 | 335 | 126 | 0 | 0 | 75 | 15 | 74 | 103 | 74 |
| Binary | 11011101 | 11011101 | 1010110 | 0 | 0 | 111101 | 1101 | 111100 | 1000011 | 111100 |
Color Harmonies of #DDDD56
Complementary color
Monochromatic Colors of #DDDD56
Black with #DDDD56
Text Example
Text Example
White with #DDDD56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDD56; }
p { color: rgb(221,221,86); }
H1.HeaderClassName
{
color: #DDDD56;
}
.AnyTagClassName
{
color: #DDDD56;
}
</style>
background-color css
<style>
a { background-color: #DDDD56; }
a { background-color: rgb(221,221,86); }
div.DivClassName
{
background-color: #DDDD56;
}
.BgClassName
{
background-color: #DDDD56;
}
</style>
border-color css
<style>
span { border-color: #DDDD56; }
span { border-color: rgb(221,221,86); }
td.TdClassName
{
border-color: #DDDD56;
}
.TagClassName
{
border-color: #DDDD56;
}
</style>