Shades of Metallic Gold #DDAF32
Tints of Metallic Gold #DDAF32
RGB
CMYK
RGB Variations
Color information
#DDAF32 (or 0xDDAF32) is known color: Metallic Gold. HEX triplet: DD, AF and 32. RGB value is (221,175,50). Sum of RGB (Red+Green+Blue) = 221+175+50=446 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.55% from 446); Green value is 175 (68.75% from 255 or 39.24% from 446); Blue value is 50 (19.92% from 255 or 11.21% from 446); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAF32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDAF32 is #2250CD. Grayscale: #AFAFAF. Windows color (decimal): -2248910 or 3321821. OLE color: 3321821.
HSL color Cylindrical-coordinate representation of color #DDAF32: hue angle of 43.86º 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 #DDAF32 is Cyan = 0, Magento = 0.21, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 175 | 50 | - |
| CMYK | 0 | 0.21 | 0.77 | 0.13 |
| HSL | 43.86º | 0.72% | 0.53% | - |
| HSV(B) | 43.86º | 0.77% | 0.87% | - |
| XYZ | 45.72 | 46.26 | 9.54 | - |
| YUV | 174.5 | 57.74 | 161.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 175 | 50 | 0 | 0.21 | 0.77 | 0.13 | 43.86 | 0.72 | 0.53 |
| Hex | DD | AF | 32 | 0 | 15 | 4D | D | 2C | 48 | 35 |
| Octal | 335 | 257 | 62 | 0 | 25 | 115 | 15 | 54 | 110 | 65 |
| Binary | 11011101 | 10101111 | 110010 | 0 | 10101 | 1001101 | 1101 | 101100 | 1001000 | 110101 |
Color Harmonies of #DDAF32
Complementary color
Monochromatic Colors of #DDAF32
Black with #DDAF32
Text Example
Text Example
White with #DDAF32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDAF32; }
p { color: rgb(221,175,50); }
H1.HeaderClassName
{
color: #DDAF32;
}
.AnyTagClassName
{
color: #DDAF32;
}
</style>
background-color css
<style>
a { background-color: #DDAF32; }
a { background-color: rgb(221,175,50); }
div.DivClassName
{
background-color: #DDAF32;
}
.BgClassName
{
background-color: #DDAF32;
}
</style>
border-color css
<style>
span { border-color: #DDAF32; }
span { border-color: rgb(221,175,50); }
td.TdClassName
{
border-color: #DDAF32;
}
.TagClassName
{
border-color: #DDAF32;
}
</style>