Shades of Metallic Gold #D1A52F
Tints of Metallic Gold #D1A52F
RGB
CMYK
RGB Variations
Color information
#D1A52F (or 0xD1A52F) is known color: Metallic Gold. HEX triplet: D1, A5 and 2F. RGB value is (209,165,47). Sum of RGB (Red+Green+Blue) = 209+165+47=421 (55% of max value = 765). Red value is 209 (82.03% from 255 or 49.64% from 421); Green value is 165 (64.84% from 255 or 39.19% from 421); Blue value is 47 (18.75% from 255 or 11.16% from 421); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A52F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1A52F is #2E5AD0. Grayscale: #A5A5A5. Windows color (decimal): -3037905 or 3122641. OLE color: 3122641.
HSL color Cylindrical-coordinate representation of color #D1A52F: hue angle of 43.7º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D1A52F is Cyan = 0, Magento = 0.21, Yellow = 0.78 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 165 | 47 | - |
| CMYK | 0 | 0.21 | 0.78 | 0.18 |
| HSL | 43.7º | 0.64% | 0.5% | - |
| HSV(B) | 43.7º | 0.78% | 0.82% | - |
| XYZ | 40.26 | 40.67 | 8.42 | - |
| YUV | 164.7 | 61.58 | 159.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 165 | 47 | 0 | 0.21 | 0.78 | 0.18 | 43.7 | 0.64 | 0.5 |
| Hex | D1 | A5 | 2F | 0 | 15 | 4E | 12 | 2C | 40 | 32 |
| Octal | 321 | 245 | 57 | 0 | 25 | 116 | 22 | 54 | 100 | 62 |
| Binary | 11010001 | 10100101 | 101111 | 0 | 10101 | 1001110 | 10010 | 101100 | 1000000 | 110010 |
Color Harmonies of #D1A52F
Complementary color
Monochromatic Colors of #D1A52F
Black with #D1A52F
Text Example
Text Example
White with #D1A52F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1A52F; }
p { color: rgb(209,165,47); }
H1.HeaderClassName
{
color: #D1A52F;
}
.AnyTagClassName
{
color: #D1A52F;
}
</style>
background-color css
<style>
a { background-color: #D1A52F; }
a { background-color: rgb(209,165,47); }
div.DivClassName
{
background-color: #D1A52F;
}
.BgClassName
{
background-color: #D1A52F;
}
</style>
border-color css
<style>
span { border-color: #D1A52F; }
span { border-color: rgb(209,165,47); }
td.TdClassName
{
border-color: #D1A52F;
}
.TagClassName
{
border-color: #D1A52F;
}
</style>