Shades of Metallic Gold #DDAC32
Tints of Metallic Gold #DDAC32
RGB
CMYK
RGB Variations
Color information
#DDAC32 (or 0xDDAC32) is known color: Metallic Gold. HEX triplet: DD, AC and 32. RGB value is (221,172,50). Sum of RGB (Red+Green+Blue) = 221+172+50=443 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.89% from 443); Green value is 172 (67.58% from 255 or 38.83% from 443); Blue value is 50 (19.92% from 255 or 11.29% from 443); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAC32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDAC32 is #2253CD. Grayscale: #ADADAD. Windows color (decimal): -2249678 or 3321053. OLE color: 3321053.
HSL color Cylindrical-coordinate representation of color #DDAC32: hue angle of 42.81º 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 #DDAC32 is Cyan = 0, Magento = 0.22, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 172 | 50 | - |
| CMYK | 0 | 0.22 | 0.77 | 0.13 |
| HSL | 42.81º | 0.72% | 0.53% | - |
| HSV(B) | 42.81º | 0.77% | 0.87% | - |
| XYZ | 45.15 | 45.11 | 9.34 | - |
| YUV | 172.74 | 58.73 | 162.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 172 | 50 | 0 | 0.22 | 0.77 | 0.13 | 42.81 | 0.72 | 0.53 |
| Hex | DD | AC | 32 | 0 | 16 | 4D | D | 2B | 48 | 35 |
| Octal | 335 | 254 | 62 | 0 | 26 | 115 | 15 | 53 | 110 | 65 |
| Binary | 11011101 | 10101100 | 110010 | 0 | 10110 | 1001101 | 1101 | 101011 | 1001000 | 110101 |
Color Harmonies of #DDAC32
Complementary color
Monochromatic Colors of #DDAC32
Black with #DDAC32
Text Example
Text Example
White with #DDAC32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDAC32; }
p { color: rgb(221,172,50); }
H1.HeaderClassName
{
color: #DDAC32;
}
.AnyTagClassName
{
color: #DDAC32;
}
</style>
background-color css
<style>
a { background-color: #DDAC32; }
a { background-color: rgb(221,172,50); }
div.DivClassName
{
background-color: #DDAC32;
}
.BgClassName
{
background-color: #DDAC32;
}
</style>
border-color css
<style>
span { border-color: #DDAC32; }
span { border-color: rgb(221,172,50); }
td.TdClassName
{
border-color: #DDAC32;
}
.TagClassName
{
border-color: #DDAC32;
}
</style>