Shades of Metallic Gold #DDB532
Tints of Metallic Gold #DDB532
RGB
CMYK
RGB Variations
Color information
#DDB532 (or 0xDDB532) is known color: Metallic Gold. HEX triplet: DD, B5 and 32. RGB value is (221,181,50). Sum of RGB (Red+Green+Blue) = 221+181+50=452 (59% of max value = 765). Red value is 221 (86.72% from 255 or 48.89% from 452); Green value is 181 (71.09% from 255 or 40.04% from 452); Blue value is 50 (19.92% from 255 or 11.06% from 452); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB532 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDB532 is #224ACD. Grayscale: #B2B2B2. Windows color (decimal): -2247374 or 3323357. OLE color: 3323357.
HSL color Cylindrical-coordinate representation of color #DDB532: hue angle of 45.96º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DDB532 is Cyan = 0, Magento = 0.18, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 181 | 50 | - |
| CMYK | 0 | 0.18 | 0.77 | 0.13 |
| HSL | 45.96º | 0.72% | 0.53% | - |
| HSV(B) | 45.96º | 0.77% | 0.87% | - |
| XYZ | 46.92 | 48.65 | 9.94 | - |
| YUV | 178.03 | 55.75 | 158.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 181 | 50 | 0 | 0.18 | 0.77 | 0.13 | 45.96 | 0.72 | 0.53 |
| Hex | DD | B5 | 32 | 0 | 12 | 4D | D | 2E | 48 | 35 |
| Octal | 335 | 265 | 62 | 0 | 22 | 115 | 15 | 56 | 110 | 65 |
| Binary | 11011101 | 10110101 | 110010 | 0 | 10010 | 1001101 | 1101 | 101110 | 1001000 | 110101 |
Color Harmonies of #DDB532
Complementary color
Monochromatic Colors of #DDB532
Black with #DDB532
Text Example
Text Example
White with #DDB532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB532; }
p { color: rgb(221,181,50); }
H1.HeaderClassName
{
color: #DDB532;
}
.AnyTagClassName
{
color: #DDB532;
}
</style>
background-color css
<style>
a { background-color: #DDB532; }
a { background-color: rgb(221,181,50); }
div.DivClassName
{
background-color: #DDB532;
}
.BgClassName
{
background-color: #DDB532;
}
</style>
border-color css
<style>
span { border-color: #DDB532; }
span { border-color: rgb(221,181,50); }
td.TdClassName
{
border-color: #DDB532;
}
.TagClassName
{
border-color: #DDB532;
}
</style>