Shades of Manz #DDD059
Tints of Manz #DDD059
RGB
CMYK
RGB Variations
Color information
#DDD059 (or 0xDDD059) is known color: Manz. HEX triplet: DD, D0 and 59. RGB value is (221,208,89). Sum of RGB (Red+Green+Blue) = 221+208+89=518 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.66% from 518); Green value is 208 (81.64% from 255 or 40.15% from 518); Blue value is 89 (35.16% from 255 or 17.18% from 518); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD059 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD059 is #222FA6. Grayscale: #C6C6C6. Windows color (decimal): -2240423 or 5886173. OLE color: 5886173.
HSL color Cylindrical-coordinate representation of color #DDD059: hue angle of 54.09º 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 #DDD059 is Cyan = 0, Magento = 0.06, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 208 | 89 | - |
| CMYK | 0 | 0.06 | 0.60 | 0.13 |
| HSL | 54.09º | 0.66% | 0.61% | - |
| HSV(B) | 54.09º | 0.6% | 0.87% | - |
| XYZ | 54.18 | 61.21 | 18.41 | - |
| YUV | 198.32 | 66.31 | 144.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 208 | 89 | 0 | 0.06 | 0.60 | 0.13 | 54.09 | 0.66 | 0.61 |
| Hex | DD | D0 | 59 | 0 | 6 | 3C | D | 36 | 42 | 3D |
| Octal | 335 | 320 | 131 | 0 | 6 | 74 | 15 | 66 | 102 | 75 |
| Binary | 11011101 | 11010000 | 1011001 | 0 | 110 | 111100 | 1101 | 110110 | 1000010 | 111101 |
Color Harmonies of #DDD059
Complementary color
Monochromatic Colors of #DDD059
Black with #DDD059
Text Example
Text Example
White with #DDD059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD059; }
p { color: rgb(221,208,89); }
H1.HeaderClassName
{
color: #DDD059;
}
.AnyTagClassName
{
color: #DDD059;
}
</style>
background-color css
<style>
a { background-color: #DDD059; }
a { background-color: rgb(221,208,89); }
div.DivClassName
{
background-color: #DDD059;
}
.BgClassName
{
background-color: #DDD059;
}
</style>
border-color css
<style>
span { border-color: #DDD059; }
span { border-color: rgb(221,208,89); }
td.TdClassName
{
border-color: #DDD059;
}
.TagClassName
{
border-color: #DDD059;
}
</style>