Shades of Manz #DDDC59
Tints of Manz #DDDC59
RGB
CMYK
RGB Variations
Color information
#DDDC59 (or 0xDDDC59) is known color: Manz. HEX triplet: DD, DC and 59. RGB value is (221,220,89). Sum of RGB (Red+Green+Blue) = 221+220+89=530 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.70% from 530); Green value is 220 (86.33% from 255 or 41.51% from 530); Blue value is 89 (35.16% from 255 or 16.79% from 530); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDC59 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDDC59 is #2223A6. Grayscale: #CDCDCD. Windows color (decimal): -2237351 or 5889245. OLE color: 5889245.
HSL color Cylindrical-coordinate representation of color #DDDC59: hue angle of 59.55º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DDDC59 is Cyan = 0, Magento = 0.00, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 220 | 89 | - |
| CMYK | 0 | 0.00 | 0.60 | 0.13 |
| HSL | 59.55º | 0.66% | 0.61% | - |
| HSV(B) | 59.55º | 0.6% | 0.87% | - |
| XYZ | 57.22 | 67.28 | 19.42 | - |
| YUV | 205.37 | 62.33 | 139.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 220 | 89 | 0 | 0.00 | 0.60 | 0.13 | 59.55 | 0.66 | 0.61 |
| Hex | DD | DC | 59 | 0 | 0 | 3C | D | 3C | 42 | 3D |
| Octal | 335 | 334 | 131 | 0 | 0 | 74 | 15 | 74 | 102 | 75 |
| Binary | 11011101 | 11011100 | 1011001 | 0 | 0 | 111100 | 1101 | 111100 | 1000010 | 111101 |
Color Harmonies of #DDDC59
Complementary color
Monochromatic Colors of #DDDC59
Black with #DDDC59
Text Example
Text Example
White with #DDDC59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDC59; }
p { color: rgb(221,220,89); }
H1.HeaderClassName
{
color: #DDDC59;
}
.AnyTagClassName
{
color: #DDDC59;
}
</style>
background-color css
<style>
a { background-color: #DDDC59; }
a { background-color: rgb(221,220,89); }
div.DivClassName
{
background-color: #DDDC59;
}
.BgClassName
{
background-color: #DDDC59;
}
</style>
border-color css
<style>
span { border-color: #DDDC59; }
span { border-color: rgb(221,220,89); }
td.TdClassName
{
border-color: #DDDC59;
}
.TagClassName
{
border-color: #DDDC59;
}
</style>