Shades of Metallic Gold #D9B53D
Tints of Metallic Gold #D9B53D
RGB
CMYK
RGB Variations
Color information
#D9B53D (or 0xD9B53D) is known color: Metallic Gold. HEX triplet: D9, B5 and 3D. RGB value is (217,181,61). Sum of RGB (Red+Green+Blue) = 217+181+61=459 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.28% from 459); Green value is 181 (71.09% from 255 or 39.43% from 459); Blue value is 61 (24.22% from 255 or 13.29% from 459); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B53D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9B53D is #264AC2. Grayscale: #B2B2B2. Windows color (decimal): -2509507 or 4044249. OLE color: 4044249.
HSL color Cylindrical-coordinate representation of color #D9B53D: hue angle of 46.15º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D9B53D is Cyan = 0, Magento = 0.17, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 181 | 61 | - |
| CMYK | 0 | 0.17 | 0.72 | 0.15 |
| HSL | 46.15º | 0.67% | 0.55% | - |
| HSV(B) | 46.15º | 0.72% | 0.85% | - |
| XYZ | 45.98 | 48.14 | 11.28 | - |
| YUV | 178.08 | 61.93 | 155.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 181 | 61 | 0 | 0.17 | 0.72 | 0.15 | 46.15 | 0.67 | 0.55 |
| Hex | D9 | B5 | 3D | 0 | 11 | 48 | F | 2E | 43 | 37 |
| Octal | 331 | 265 | 75 | 0 | 21 | 110 | 17 | 56 | 103 | 67 |
| Binary | 11011001 | 10110101 | 111101 | 0 | 10001 | 1001000 | 1111 | 101110 | 1000011 | 110111 |
Color Harmonies of #D9B53D
Complementary color
Monochromatic Colors of #D9B53D
Black with #D9B53D
Text Example
Text Example
White with #D9B53D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9B53D; }
p { color: rgb(217,181,61); }
H1.HeaderClassName
{
color: #D9B53D;
}
.AnyTagClassName
{
color: #D9B53D;
}
</style>
background-color css
<style>
a { background-color: #D9B53D; }
a { background-color: rgb(217,181,61); }
div.DivClassName
{
background-color: #D9B53D;
}
.BgClassName
{
background-color: #D9B53D;
}
</style>
border-color css
<style>
span { border-color: #D9B53D; }
span { border-color: rgb(217,181,61); }
td.TdClassName
{
border-color: #D9B53D;
}
.TagClassName
{
border-color: #D9B53D;
}
</style>