Shades of Manz #DDD952
Tints of Manz #DDD952
RGB
CMYK
RGB Variations
Color information
#DDD952 (or 0xDDD952) is known color: Manz. HEX triplet: DD, D9 and 52. RGB value is (221,217,82). Sum of RGB (Red+Green+Blue) = 221+217+82=520 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.5% from 520); Green value is 217 (85.16% from 255 or 41.73% from 520); Blue value is 82 (32.42% from 255 or 15.77% from 520); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD952 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD952 is #2226AD. Grayscale: #CBCBCB. Windows color (decimal): -2238126 or 5429725. OLE color: 5429725.
HSL color Cylindrical-coordinate representation of color #DDD952: hue angle of 58.27º 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 #DDD952 is Cyan = 0, Magento = 0.02, Yellow = 0.63 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 217 | 82 | - |
| CMYK | 0 | 0.02 | 0.63 | 0.13 |
| HSL | 58.27º | 0.67% | 0.59% | - |
| HSV(B) | 58.27º | 0.63% | 0.87% | - |
| XYZ | 56.15 | 65.61 | 17.69 | - |
| YUV | 202.81 | 59.83 | 140.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 217 | 82 | 0 | 0.02 | 0.63 | 0.13 | 58.27 | 0.67 | 0.59 |
| Hex | DD | D9 | 52 | 0 | 2 | 3F | D | 3A | 43 | 3B |
| Octal | 335 | 331 | 122 | 0 | 2 | 77 | 15 | 72 | 103 | 73 |
| Binary | 11011101 | 11011001 | 1010010 | 0 | 10 | 111111 | 1101 | 111010 | 1000011 | 111011 |
Color Harmonies of #DDD952
Complementary color
Monochromatic Colors of #DDD952
Black with #DDD952
Text Example
Text Example
White with #DDD952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD952; }
p { color: rgb(221,217,82); }
H1.HeaderClassName
{
color: #DDD952;
}
.AnyTagClassName
{
color: #DDD952;
}
</style>
background-color css
<style>
a { background-color: #DDD952; }
a { background-color: rgb(221,217,82); }
div.DivClassName
{
background-color: #DDD952;
}
.BgClassName
{
background-color: #DDD952;
}
</style>
border-color css
<style>
span { border-color: #DDD952; }
span { border-color: rgb(221,217,82); }
td.TdClassName
{
border-color: #DDD952;
}
.TagClassName
{
border-color: #DDD952;
}
</style>