Shades of Old Gold #D9BA47
Tints of Old Gold #D9BA47
RGB
CMYK
RGB Variations
Color information
#D9BA47 (or 0xD9BA47) is known color: Old Gold. HEX triplet: D9, BA and 47. RGB value is (217,186,71). Sum of RGB (Red+Green+Blue) = 217+186+71=474 (62% of max value = 765). Red value is 217 (85.16% from 255 or 45.78% from 474); Green value is 186 (73.05% from 255 or 39.24% from 474); Blue value is 71 (28.12% from 255 or 14.98% from 474); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BA47 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9BA47 is #2645B8. Grayscale: #B6B6B6. Windows color (decimal): -2508217 or 4700889. OLE color: 4700889.
HSL color Cylindrical-coordinate representation of color #D9BA47: hue angle of 47.26º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D9BA47 is Cyan = 0, Magento = 0.14, Yellow = 0.67 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 186 | 71 | - |
| CMYK | 0 | 0.14 | 0.67 | 0.15 |
| HSL | 47.26º | 0.66% | 0.56% | - |
| HSV(B) | 47.26º | 0.67% | 0.85% | - |
| XYZ | 47.31 | 50.32 | 13.18 | - |
| YUV | 182.16 | 65.27 | 152.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 186 | 71 | 0 | 0.14 | 0.67 | 0.15 | 47.26 | 0.66 | 0.56 |
| Hex | D9 | BA | 47 | 0 | E | 43 | F | 2F | 42 | 38 |
| Octal | 331 | 272 | 107 | 0 | 16 | 103 | 17 | 57 | 102 | 70 |
| Binary | 11011001 | 10111010 | 1000111 | 0 | 1110 | 1000011 | 1111 | 101111 | 1000010 | 111000 |
Color Harmonies of #D9BA47
Complementary color
Monochromatic Colors of #D9BA47
Black with #D9BA47
Text Example
Text Example
White with #D9BA47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9BA47; }
p { color: rgb(217,186,71); }
H1.HeaderClassName
{
color: #D9BA47;
}
.AnyTagClassName
{
color: #D9BA47;
}
</style>
background-color css
<style>
a { background-color: #D9BA47; }
a { background-color: rgb(217,186,71); }
div.DivClassName
{
background-color: #D9BA47;
}
.BgClassName
{
background-color: #D9BA47;
}
</style>
border-color css
<style>
span { border-color: #D9BA47; }
span { border-color: rgb(217,186,71); }
td.TdClassName
{
border-color: #D9BA47;
}
.TagClassName
{
border-color: #D9BA47;
}
</style>