Shades of Manz #DDDC56
Tints of Manz #DDDC56
RGB
CMYK
RGB Variations
Color information
#DDDC56 (or 0xDDDC56) is known color: Manz. HEX triplet: DD, DC and 56. RGB value is (221,220,86). Sum of RGB (Red+Green+Blue) = 221+220+86=527 (69% of max value = 765). Red value is 221 (86.72% from 255 or 41.94% from 527); Green value is 220 (86.33% from 255 or 41.75% from 527); Blue value is 86 (33.98% from 255 or 16.32% from 527); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDC56 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDDC56 is #2223A9. Grayscale: #CDCDCD. Windows color (decimal): -2237354 or 5692637. OLE color: 5692637.
HSL color Cylindrical-coordinate representation of color #DDDC56: hue angle of 59.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 #DDDC56 is Cyan = 0, Magento = 0.00, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 220 | 86 | - |
| CMYK | 0 | 0.00 | 0.61 | 0.13 |
| HSL | 59.56º | 0.67% | 0.6% | - |
| HSV(B) | 59.56º | 0.61% | 0.87% | - |
| XYZ | 57.09 | 67.23 | 18.77 | - |
| YUV | 205.02 | 60.83 | 139.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 220 | 86 | 0 | 0.00 | 0.61 | 0.13 | 59.56 | 0.67 | 0.6 |
| Hex | DD | DC | 56 | 0 | 0 | 3D | D | 3C | 43 | 3C |
| Octal | 335 | 334 | 126 | 0 | 0 | 75 | 15 | 74 | 103 | 74 |
| Binary | 11011101 | 11011100 | 1010110 | 0 | 0 | 111101 | 1101 | 111100 | 1000011 | 111100 |
Color Harmonies of #DDDC56
Complementary color
Monochromatic Colors of #DDDC56
Black with #DDDC56
Text Example
Text Example
White with #DDDC56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDC56; }
p { color: rgb(221,220,86); }
H1.HeaderClassName
{
color: #DDDC56;
}
.AnyTagClassName
{
color: #DDDC56;
}
</style>
background-color css
<style>
a { background-color: #DDDC56; }
a { background-color: rgb(221,220,86); }
div.DivClassName
{
background-color: #DDDC56;
}
.BgClassName
{
background-color: #DDDC56;
}
</style>
border-color css
<style>
span { border-color: #DDDC56; }
span { border-color: rgb(221,220,86); }
td.TdClassName
{
border-color: #DDDC56;
}
.TagClassName
{
border-color: #DDDC56;
}
</style>