Shades of Metallic Gold #D9A433
Tints of Metallic Gold #D9A433
RGB
CMYK
RGB Variations
Color information
#D9A433 (or 0xD9A433) is known color: Metallic Gold. HEX triplet: D9, A4 and 33. RGB value is (217,164,51). Sum of RGB (Red+Green+Blue) = 217+164+51=432 (57% of max value = 765). Red value is 217 (85.16% from 255 or 50.23% from 432); Green value is 164 (64.45% from 255 or 37.96% from 432); Blue value is 51 (20.31% from 255 or 11.81% from 432); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A433 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D9A433 is #265BCC. Grayscale: #A7A7A7. Windows color (decimal): -2513869 or 3384537. OLE color: 3384537.
HSL color Cylindrical-coordinate representation of color #D9A433: hue angle of 40.84º 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 #D9A433 is Cyan = 0, Magento = 0.24, Yellow = 0.76 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 164 | 51 | - |
| CMYK | 0 | 0.24 | 0.76 | 0.15 |
| HSL | 40.84º | 0.69% | 0.53% | - |
| HSV(B) | 40.84º | 0.76% | 0.85% | - |
| XYZ | 42.49 | 41.54 | 8.91 | - |
| YUV | 166.97 | 62.56 | 163.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 164 | 51 | 0 | 0.24 | 0.76 | 0.15 | 40.84 | 0.69 | 0.53 |
| Hex | D9 | A4 | 33 | 0 | 18 | 4C | F | 29 | 45 | 35 |
| Octal | 331 | 244 | 63 | 0 | 30 | 114 | 17 | 51 | 105 | 65 |
| Binary | 11011001 | 10100100 | 110011 | 0 | 11000 | 1001100 | 1111 | 101001 | 1000101 | 110101 |
Color Harmonies of #D9A433
Complementary color
Monochromatic Colors of #D9A433
Black with #D9A433
Text Example
Text Example
White with #D9A433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9A433; }
p { color: rgb(217,164,51); }
H1.HeaderClassName
{
color: #D9A433;
}
.AnyTagClassName
{
color: #D9A433;
}
</style>
background-color css
<style>
a { background-color: #D9A433; }
a { background-color: rgb(217,164,51); }
div.DivClassName
{
background-color: #D9A433;
}
.BgClassName
{
background-color: #D9A433;
}
</style>
border-color css
<style>
span { border-color: #D9A433; }
span { border-color: rgb(217,164,51); }
td.TdClassName
{
border-color: #D9A433;
}
.TagClassName
{
border-color: #D9A433;
}
</style>