Shades of Metallic Gold #D9A733
Tints of Metallic Gold #D9A733
RGB
CMYK
RGB Variations
Color information
#D9A733 (or 0xD9A733) is known color: Metallic Gold. HEX triplet: D9, A7 and 33. RGB value is (217,167,51). Sum of RGB (Red+Green+Blue) = 217+167+51=435 (57% of max value = 765). Red value is 217 (85.16% from 255 or 49.89% from 435); Green value is 167 (65.62% from 255 or 38.39% from 435); Blue value is 51 (20.31% from 255 or 11.72% from 435); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A733 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D9A733 is #2658CC. Grayscale: #A9A9A9. Windows color (decimal): -2513101 or 3385305. OLE color: 3385305.
HSL color Cylindrical-coordinate representation of color #D9A733: hue angle of 41.93º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D9A733 is Cyan = 0, Magento = 0.23, Yellow = 0.76 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 167 | 51 | - |
| CMYK | 0 | 0.23 | 0.76 | 0.15 |
| HSL | 41.93º | 0.69% | 0.53% | - |
| HSV(B) | 41.93º | 0.76% | 0.85% | - |
| XYZ | 43.03 | 42.63 | 9.09 | - |
| YUV | 168.73 | 61.57 | 162.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 167 | 51 | 0 | 0.23 | 0.76 | 0.15 | 41.93 | 0.69 | 0.53 |
| Hex | D9 | A7 | 33 | 0 | 17 | 4C | F | 2A | 45 | 35 |
| Octal | 331 | 247 | 63 | 0 | 27 | 114 | 17 | 52 | 105 | 65 |
| Binary | 11011001 | 10100111 | 110011 | 0 | 10111 | 1001100 | 1111 | 101010 | 1000101 | 110101 |
Color Harmonies of #D9A733
Complementary color
Monochromatic Colors of #D9A733
Black with #D9A733
Text Example
Text Example
White with #D9A733
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9A733; }
p { color: rgb(217,167,51); }
H1.HeaderClassName
{
color: #D9A733;
}
.AnyTagClassName
{
color: #D9A733;
}
</style>
background-color css
<style>
a { background-color: #D9A733; }
a { background-color: rgb(217,167,51); }
div.DivClassName
{
background-color: #D9A733;
}
.BgClassName
{
background-color: #D9A733;
}
</style>
border-color css
<style>
span { border-color: #D9A733; }
span { border-color: rgb(217,167,51); }
td.TdClassName
{
border-color: #D9A733;
}
.TagClassName
{
border-color: #D9A733;
}
</style>