Shades of Manz #DDD659
Tints of Manz #DDD659
RGB
CMYK
RGB Variations
Color information
#DDD659 (or 0xDDD659) is known color: Manz. HEX triplet: DD, D6 and 59. RGB value is (221,214,89). Sum of RGB (Red+Green+Blue) = 221+214+89=524 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.18% from 524); Green value is 214 (83.98% from 255 or 40.84% from 524); Blue value is 89 (35.16% from 255 or 16.98% from 524); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD659 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD659 is #2229A6. Grayscale: #CACACA. Windows color (decimal): -2238887 or 5887709. OLE color: 5887709.
HSL color Cylindrical-coordinate representation of color #DDD659: hue angle of 56.82º 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 #DDD659 is Cyan = 0, Magento = 0.03, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 214 | 89 | - |
| CMYK | 0 | 0.03 | 0.60 | 0.13 |
| HSL | 56.82º | 0.66% | 0.61% | - |
| HSV(B) | 56.82º | 0.6% | 0.87% | - |
| XYZ | 55.67 | 64.19 | 18.91 | - |
| YUV | 201.84 | 64.32 | 141.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 214 | 89 | 0 | 0.03 | 0.60 | 0.13 | 56.82 | 0.66 | 0.61 |
| Hex | DD | D6 | 59 | 0 | 3 | 3C | D | 39 | 42 | 3D |
| Octal | 335 | 326 | 131 | 0 | 3 | 74 | 15 | 71 | 102 | 75 |
| Binary | 11011101 | 11010110 | 1011001 | 0 | 11 | 111100 | 1101 | 111001 | 1000010 | 111101 |
Color Harmonies of #DDD659
Complementary color
Monochromatic Colors of #DDD659
Black with #DDD659
Text Example
Text Example
White with #DDD659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD659; }
p { color: rgb(221,214,89); }
H1.HeaderClassName
{
color: #DDD659;
}
.AnyTagClassName
{
color: #DDD659;
}
</style>
background-color css
<style>
a { background-color: #DDD659; }
a { background-color: rgb(221,214,89); }
div.DivClassName
{
background-color: #DDD659;
}
.BgClassName
{
background-color: #DDD659;
}
</style>
border-color css
<style>
span { border-color: #DDD659; }
span { border-color: rgb(221,214,89); }
td.TdClassName
{
border-color: #DDD659;
}
.TagClassName
{
border-color: #DDD659;
}
</style>