Shades of Metallic Gold #DDAE32
Tints of Metallic Gold #DDAE32
RGB
CMYK
RGB Variations
Color information
#DDAE32 (or 0xDDAE32) is known color: Metallic Gold. HEX triplet: DD, AE and 32. RGB value is (221,174,50). Sum of RGB (Red+Green+Blue) = 221+174+50=445 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.66% from 445); Green value is 174 (68.36% from 255 or 39.10% from 445); Blue value is 50 (19.92% from 255 or 11.24% from 445); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAE32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDAE32 is #2251CD. Grayscale: #AEAEAE. Windows color (decimal): -2249166 or 3321565. OLE color: 3321565.
HSL color Cylindrical-coordinate representation of color #DDAE32: hue angle of 43.51º 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 #DDAE32 is Cyan = 0, Magento = 0.21, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 174 | 50 | - |
| CMYK | 0 | 0.21 | 0.77 | 0.13 |
| HSL | 43.51º | 0.72% | 0.53% | - |
| HSV(B) | 43.51º | 0.77% | 0.87% | - |
| XYZ | 45.53 | 45.87 | 9.47 | - |
| YUV | 173.92 | 58.07 | 161.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 174 | 50 | 0 | 0.21 | 0.77 | 0.13 | 43.51 | 0.72 | 0.53 |
| Hex | DD | AE | 32 | 0 | 15 | 4D | D | 2C | 48 | 35 |
| Octal | 335 | 256 | 62 | 0 | 25 | 115 | 15 | 54 | 110 | 65 |
| Binary | 11011101 | 10101110 | 110010 | 0 | 10101 | 1001101 | 1101 | 101100 | 1001000 | 110101 |
Color Harmonies of #DDAE32
Complementary color
Monochromatic Colors of #DDAE32
Black with #DDAE32
Text Example
Text Example
White with #DDAE32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDAE32; }
p { color: rgb(221,174,50); }
H1.HeaderClassName
{
color: #DDAE32;
}
.AnyTagClassName
{
color: #DDAE32;
}
</style>
background-color css
<style>
a { background-color: #DDAE32; }
a { background-color: rgb(221,174,50); }
div.DivClassName
{
background-color: #DDAE32;
}
.BgClassName
{
background-color: #DDAE32;
}
</style>
border-color css
<style>
span { border-color: #DDAE32; }
span { border-color: rgb(221,174,50); }
td.TdClassName
{
border-color: #DDAE32;
}
.TagClassName
{
border-color: #DDAE32;
}
</style>