Shades of Manz #DDDD59
Tints of Manz #DDDD59
RGB
CMYK
RGB Variations
Color information
#DDDD59 (or 0xDDDD59) is known color: Manz. HEX triplet: DD, DD and 59. RGB value is (221,221,89). Sum of RGB (Red+Green+Blue) = 221+221+89=531 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.62% from 531); Green value is 221 (86.72% from 255 or 41.62% from 531); Blue value is 89 (35.16% from 255 or 16.76% from 531); Max value from RGB is 221 - color contains mainly: red, green. Hex color #DDDD59 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDDD59 is #2222A6. Grayscale: #CECECE. Windows color (decimal): -2237095 or 5889501. OLE color: 5889501.
HSL color Cylindrical-coordinate representation of color #DDDD59: hue angle of 60º 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 #DDDD59 is Cyan = 0, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 221 | 89 | - |
| CMYK | 0 | 0 | 0.60 | 0.13 |
| HSL | 60º | 0.66% | 0.61% | - |
| HSV(B) | 60º | 0.6% | 0.87% | - |
| XYZ | 57.48 | 67.81 | 19.51 | - |
| YUV | 205.95 | 62 | 138.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 221 | 89 | 0 | 0 | 0.60 | 0.13 | 60 | 0.66 | 0.61 |
| Hex | DD | DD | 59 | 0 | 0 | 3C | D | 3C | 42 | 3D |
| Octal | 335 | 335 | 131 | 0 | 0 | 74 | 15 | 74 | 102 | 75 |
| Binary | 11011101 | 11011101 | 1011001 | 0 | 0 | 111100 | 1101 | 111100 | 1000010 | 111101 |
Color Harmonies of #DDDD59
Complementary color
Monochromatic Colors of #DDDD59
Black with #DDDD59
Text Example
Text Example
White with #DDDD59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDD59; }
p { color: rgb(221,221,89); }
H1.HeaderClassName
{
color: #DDDD59;
}
.AnyTagClassName
{
color: #DDDD59;
}
</style>
background-color css
<style>
a { background-color: #DDDD59; }
a { background-color: rgb(221,221,89); }
div.DivClassName
{
background-color: #DDDD59;
}
.BgClassName
{
background-color: #DDDD59;
}
</style>
border-color css
<style>
span { border-color: #DDDD59; }
span { border-color: rgb(221,221,89); }
td.TdClassName
{
border-color: #DDDD59;
}
.TagClassName
{
border-color: #DDDD59;
}
</style>