Shades of Old Gold #D9BA46
Tints of Old Gold #D9BA46
RGB
CMYK
RGB Variations
Color information
#D9BA46 (or 0xD9BA46) is known color: Old Gold. HEX triplet: D9, BA and 46. RGB value is (217,186,70). Sum of RGB (Red+Green+Blue) = 217+186+70=473 (62% of max value = 765). Red value is 217 (85.16% from 255 or 45.88% from 473); Green value is 186 (73.05% from 255 or 39.32% from 473); Blue value is 70 (27.73% from 255 or 14.80% from 473); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BA46 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9BA46 is #2645B9. Grayscale: #B6B6B6. Windows color (decimal): -2508218 or 4635353. OLE color: 4635353.
HSL color Cylindrical-coordinate representation of color #D9BA46: hue angle of 47.35º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D9BA46 is Cyan = 0, Magento = 0.14, Yellow = 0.68 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 186 | 70 | - |
| CMYK | 0 | 0.14 | 0.68 | 0.15 |
| HSL | 47.35º | 0.66% | 0.56% | - |
| HSV(B) | 47.35º | 0.68% | 0.85% | - |
| XYZ | 47.28 | 50.31 | 13.01 | - |
| YUV | 182.05 | 64.77 | 152.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 186 | 70 | 0 | 0.14 | 0.68 | 0.15 | 47.35 | 0.66 | 0.56 |
| Hex | D9 | BA | 46 | 0 | E | 44 | F | 2F | 42 | 38 |
| Octal | 331 | 272 | 106 | 0 | 16 | 104 | 17 | 57 | 102 | 70 |
| Binary | 11011001 | 10111010 | 1000110 | 0 | 1110 | 1000100 | 1111 | 101111 | 1000010 | 111000 |
Color Harmonies of #D9BA46
Complementary color
Monochromatic Colors of #D9BA46
Black with #D9BA46
Text Example
Text Example
White with #D9BA46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9BA46; }
p { color: rgb(217,186,70); }
H1.HeaderClassName
{
color: #D9BA46;
}
.AnyTagClassName
{
color: #D9BA46;
}
</style>
background-color css
<style>
a { background-color: #D9BA46; }
a { background-color: rgb(217,186,70); }
div.DivClassName
{
background-color: #D9BA46;
}
.BgClassName
{
background-color: #D9BA46;
}
</style>
border-color css
<style>
span { border-color: #D9BA46; }
span { border-color: rgb(217,186,70); }
td.TdClassName
{
border-color: #D9BA46;
}
.TagClassName
{
border-color: #D9BA46;
}
</style>