Shades of Metallic Gold #D9B234
Tints of Metallic Gold #D9B234
RGB
CMYK
RGB Variations
Color information
#D9B234 (or 0xD9B234) is known color: Metallic Gold. HEX triplet: D9, B2 and 34. RGB value is (217,178,52). Sum of RGB (Red+Green+Blue) = 217+178+52=447 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.55% from 447); Green value is 178 (69.92% from 255 or 39.82% from 447); Blue value is 52 (20.70% from 255 or 11.63% from 447); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B234 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D9B234 is #264DCB. Grayscale: #AFAFAF. Windows color (decimal): -2510284 or 3453657. OLE color: 3453657.
HSL color Cylindrical-coordinate representation of color #D9B234: hue angle of 45.82º degrees, saturation: 0.68, 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 #D9B234 is Cyan = 0, Magento = 0.18, Yellow = 0.76 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 178 | 52 | - |
| CMYK | 0 | 0.18 | 0.76 | 0.15 |
| HSL | 45.82º | 0.68% | 0.53% | - |
| HSV(B) | 45.82º | 0.76% | 0.85% | - |
| XYZ | 45.16 | 46.84 | 9.91 | - |
| YUV | 175.3 | 58.42 | 157.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 178 | 52 | 0 | 0.18 | 0.76 | 0.15 | 45.82 | 0.68 | 0.53 |
| Hex | D9 | B2 | 34 | 0 | 12 | 4C | F | 2E | 44 | 35 |
| Octal | 331 | 262 | 64 | 0 | 22 | 114 | 17 | 56 | 104 | 65 |
| Binary | 11011001 | 10110010 | 110100 | 0 | 10010 | 1001100 | 1111 | 101110 | 1000100 | 110101 |
Color Harmonies of #D9B234
Complementary color
Monochromatic Colors of #D9B234
Black with #D9B234
Text Example
Text Example
White with #D9B234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9B234; }
p { color: rgb(217,178,52); }
H1.HeaderClassName
{
color: #D9B234;
}
.AnyTagClassName
{
color: #D9B234;
}
</style>
background-color css
<style>
a { background-color: #D9B234; }
a { background-color: rgb(217,178,52); }
div.DivClassName
{
background-color: #D9B234;
}
.BgClassName
{
background-color: #D9B234;
}
</style>
border-color css
<style>
span { border-color: #D9B234; }
span { border-color: rgb(217,178,52); }
td.TdClassName
{
border-color: #D9B234;
}
.TagClassName
{
border-color: #D9B234;
}
</style>