Shades of Metallic Gold #D9B73C
Tints of Metallic Gold #D9B73C
RGB
CMYK
RGB Variations
Color information
#D9B73C (or 0xD9B73C) is known color: Metallic Gold. HEX triplet: D9, B7 and 3C. RGB value is (217,183,60). Sum of RGB (Red+Green+Blue) = 217+183+60=460 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.17% from 460); Green value is 183 (71.88% from 255 or 39.78% from 460); Blue value is 60 (23.83% from 255 or 13.04% from 460); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B73C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9B73C is #2648C3. Grayscale: #B3B3B3. Windows color (decimal): -2508996 or 3979225. OLE color: 3979225.
HSL color Cylindrical-coordinate representation of color #D9B73C: hue angle of 47.01º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D9B73C is Cyan = 0, Magento = 0.16, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 183 | 60 | - |
| CMYK | 0 | 0.16 | 0.72 | 0.15 |
| HSL | 47.01º | 0.67% | 0.54% | - |
| HSV(B) | 47.01º | 0.72% | 0.85% | - |
| XYZ | 46.36 | 48.94 | 11.28 | - |
| YUV | 179.14 | 60.76 | 155 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 183 | 60 | 0 | 0.16 | 0.72 | 0.15 | 47.01 | 0.67 | 0.54 |
| Hex | D9 | B7 | 3C | 0 | 10 | 48 | F | 2F | 43 | 36 |
| Octal | 331 | 267 | 74 | 0 | 20 | 110 | 17 | 57 | 103 | 66 |
| Binary | 11011001 | 10110111 | 111100 | 0 | 10000 | 1001000 | 1111 | 101111 | 1000011 | 110110 |
Color Harmonies of #D9B73C
Complementary color
Monochromatic Colors of #D9B73C
Black with #D9B73C
Text Example
Text Example
White with #D9B73C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9B73C; }
p { color: rgb(217,183,60); }
H1.HeaderClassName
{
color: #D9B73C;
}
.AnyTagClassName
{
color: #D9B73C;
}
</style>
background-color css
<style>
a { background-color: #D9B73C; }
a { background-color: rgb(217,183,60); }
div.DivClassName
{
background-color: #D9B73C;
}
.BgClassName
{
background-color: #D9B73C;
}
</style>
border-color css
<style>
span { border-color: #D9B73C; }
span { border-color: rgb(217,183,60); }
td.TdClassName
{
border-color: #D9B73C;
}
.TagClassName
{
border-color: #D9B73C;
}
</style>