Shades of Manz #DDDA52
Tints of Manz #DDDA52
RGB
CMYK
RGB Variations
Color information
#DDDA52 (or 0xDDDA52) is known color: Manz. HEX triplet: DD, DA and 52. RGB value is (221,218,82). Sum of RGB (Red+Green+Blue) = 221+218+82=521 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.42% from 521); Green value is 218 (85.55% from 255 or 41.84% from 521); Blue value is 82 (32.42% from 255 or 15.74% from 521); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDA52 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDDA52 is #2225AD. Grayscale: #CBCBCB. Windows color (decimal): -2237870 or 5429981. OLE color: 5429981.
HSL color Cylindrical-coordinate representation of color #DDDA52: hue angle of 58.71º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DDDA52 is Cyan = 0, Magento = 0.01, Yellow = 0.63 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 218 | 82 | - |
| CMYK | 0 | 0.01 | 0.63 | 0.13 |
| HSL | 58.71º | 0.67% | 0.59% | - |
| HSV(B) | 58.71º | 0.63% | 0.87% | - |
| XYZ | 56.41 | 66.12 | 17.77 | - |
| YUV | 203.39 | 59.49 | 140.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 218 | 82 | 0 | 0.01 | 0.63 | 0.13 | 58.71 | 0.67 | 0.59 |
| Hex | DD | DA | 52 | 0 | 1 | 3F | D | 3B | 43 | 3B |
| Octal | 335 | 332 | 122 | 0 | 1 | 77 | 15 | 73 | 103 | 73 |
| Binary | 11011101 | 11011010 | 1010010 | 0 | 1 | 111111 | 1101 | 111011 | 1000011 | 111011 |
Color Harmonies of #DDDA52
Complementary color
Monochromatic Colors of #DDDA52
Black with #DDDA52
Text Example
Text Example
White with #DDDA52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDA52; }
p { color: rgb(221,218,82); }
H1.HeaderClassName
{
color: #DDDA52;
}
.AnyTagClassName
{
color: #DDDA52;
}
</style>
background-color css
<style>
a { background-color: #DDDA52; }
a { background-color: rgb(221,218,82); }
div.DivClassName
{
background-color: #DDDA52;
}
.BgClassName
{
background-color: #DDDA52;
}
</style>
border-color css
<style>
span { border-color: #DDDA52; }
span { border-color: rgb(221,218,82); }
td.TdClassName
{
border-color: #DDDA52;
}
.TagClassName
{
border-color: #DDDA52;
}
</style>