Shades of Metallic Gold #D1A334
Tints of Metallic Gold #D1A334
RGB
CMYK
RGB Variations
Color information
#D1A334 (or 0xD1A334) is known color: Metallic Gold. HEX triplet: D1, A3 and 34. RGB value is (209,163,52). Sum of RGB (Red+Green+Blue) = 209+163+52=424 (56% of max value = 765). Red value is 209 (82.03% from 255 or 49.29% from 424); Green value is 163 (64.06% from 255 or 38.44% from 424); Blue value is 52 (20.70% from 255 or 12.26% from 424); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A334 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1A334 is #2E5CCB. Grayscale: #A4A4A4. Windows color (decimal): -3038412 or 3449809. OLE color: 3449809.
HSL color Cylindrical-coordinate representation of color #D1A334: hue angle of 42.42º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D1A334 is Cyan = 0, Magento = 0.22, Yellow = 0.75 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 163 | 52 | - |
| CMYK | 0 | 0.22 | 0.75 | 0.18 |
| HSL | 42.42º | 0.63% | 0.51% | - |
| HSV(B) | 42.42º | 0.75% | 0.82% | - |
| XYZ | 40.01 | 40 | 8.86 | - |
| YUV | 164.1 | 64.74 | 160.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 163 | 52 | 0 | 0.22 | 0.75 | 0.18 | 42.42 | 0.63 | 0.51 |
| Hex | D1 | A3 | 34 | 0 | 16 | 4B | 12 | 2A | 3F | 33 |
| Octal | 321 | 243 | 64 | 0 | 26 | 113 | 22 | 52 | 77 | 63 |
| Binary | 11010001 | 10100011 | 110100 | 0 | 10110 | 1001011 | 10010 | 101010 | 111111 | 110011 |
Color Harmonies of #D1A334
Complementary color
Monochromatic Colors of #D1A334
Black with #D1A334
Text Example
Text Example
White with #D1A334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1A334; }
p { color: rgb(209,163,52); }
H1.HeaderClassName
{
color: #D1A334;
}
.AnyTagClassName
{
color: #D1A334;
}
</style>
background-color css
<style>
a { background-color: #D1A334; }
a { background-color: rgb(209,163,52); }
div.DivClassName
{
background-color: #D1A334;
}
.BgClassName
{
background-color: #D1A334;
}
</style>
border-color css
<style>
span { border-color: #D1A334; }
span { border-color: rgb(209,163,52); }
td.TdClassName
{
border-color: #D1A334;
}
.TagClassName
{
border-color: #D1A334;
}
</style>