Shades of Metallic Gold #D1AA33
Tints of Metallic Gold #D1AA33
RGB
CMYK
RGB Variations
Color information
#D1AA33 (or 0xD1AA33) is known color: Metallic Gold. HEX triplet: D1, AA and 33. RGB value is (209,170,51). Sum of RGB (Red+Green+Blue) = 209+170+51=430 (56% of max value = 765). Red value is 209 (82.03% from 255 or 48.60% from 430); Green value is 170 (66.80% from 255 or 39.53% from 430); Blue value is 51 (20.31% from 255 or 11.86% from 430); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AA33 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1AA33 is #2E55CC. Grayscale: #A8A8A8. Windows color (decimal): -3036621 or 3386065. OLE color: 3386065.
HSL color Cylindrical-coordinate representation of color #D1AA33: hue angle of 45.19º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D1AA33 is Cyan = 0, Magento = 0.19, Yellow = 0.76 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 170 | 51 | - |
| CMYK | 0 | 0.19 | 0.76 | 0.18 |
| HSL | 45.19º | 0.63% | 0.51% | - |
| HSV(B) | 45.19º | 0.76% | 0.82% | - |
| XYZ | 41.27 | 42.54 | 9.17 | - |
| YUV | 168.1 | 61.92 | 157.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 170 | 51 | 0 | 0.19 | 0.76 | 0.18 | 45.19 | 0.63 | 0.51 |
| Hex | D1 | AA | 33 | 0 | 13 | 4C | 12 | 2D | 3F | 33 |
| Octal | 321 | 252 | 63 | 0 | 23 | 114 | 22 | 55 | 77 | 63 |
| Binary | 11010001 | 10101010 | 110011 | 0 | 10011 | 1001100 | 10010 | 101101 | 111111 | 110011 |
Color Harmonies of #D1AA33
Complementary color
Monochromatic Colors of #D1AA33
Black with #D1AA33
Text Example
Text Example
White with #D1AA33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1AA33; }
p { color: rgb(209,170,51); }
H1.HeaderClassName
{
color: #D1AA33;
}
.AnyTagClassName
{
color: #D1AA33;
}
</style>
background-color css
<style>
a { background-color: #D1AA33; }
a { background-color: rgb(209,170,51); }
div.DivClassName
{
background-color: #D1AA33;
}
.BgClassName
{
background-color: #D1AA33;
}
</style>
border-color css
<style>
span { border-color: #D1AA33; }
span { border-color: rgb(209,170,51); }
td.TdClassName
{
border-color: #D1AA33;
}
.TagClassName
{
border-color: #D1AA33;
}
</style>