Shades of Old Gold #D9BA45
Tints of Old Gold #D9BA45
RGB
CMYK
RGB Variations
Color information
#D9BA45 (or 0xD9BA45) is known color: Old Gold. HEX triplet: D9, BA and 45. RGB value is (217,186,69). Sum of RGB (Red+Green+Blue) = 217+186+69=472 (62% of max value = 765). Red value is 217 (85.16% from 255 or 45.97% from 472); Green value is 186 (73.05% from 255 or 39.41% from 472); Blue value is 69 (27.34% from 255 or 14.62% from 472); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BA45 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9BA45 is #2645BA. Grayscale: #B6B6B6. Windows color (decimal): -2508219 or 4569817. OLE color: 4569817.
HSL color Cylindrical-coordinate representation of color #D9BA45: hue angle of 47.43º 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 #D9BA45 is Cyan = 0, Magento = 0.14, Yellow = 0.68 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 186 | 69 | - |
| CMYK | 0 | 0.14 | 0.68 | 0.15 |
| HSL | 47.43º | 0.66% | 0.56% | - |
| HSV(B) | 47.43º | 0.68% | 0.85% | - |
| XYZ | 47.25 | 50.3 | 12.85 | - |
| YUV | 181.93 | 64.27 | 153.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 186 | 69 | 0 | 0.14 | 0.68 | 0.15 | 47.43 | 0.66 | 0.56 |
| Hex | D9 | BA | 45 | 0 | E | 44 | F | 2F | 42 | 38 |
| Octal | 331 | 272 | 105 | 0 | 16 | 104 | 17 | 57 | 102 | 70 |
| Binary | 11011001 | 10111010 | 1000101 | 0 | 1110 | 1000100 | 1111 | 101111 | 1000010 | 111000 |
Color Harmonies of #D9BA45
Complementary color
Monochromatic Colors of #D9BA45
Black with #D9BA45
Text Example
Text Example
White with #D9BA45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9BA45; }
p { color: rgb(217,186,69); }
H1.HeaderClassName
{
color: #D9BA45;
}
.AnyTagClassName
{
color: #D9BA45;
}
</style>
background-color css
<style>
a { background-color: #D9BA45; }
a { background-color: rgb(217,186,69); }
div.DivClassName
{
background-color: #D9BA45;
}
.BgClassName
{
background-color: #D9BA45;
}
</style>
border-color css
<style>
span { border-color: #D9BA45; }
span { border-color: rgb(217,186,69); }
td.TdClassName
{
border-color: #D9BA45;
}
.TagClassName
{
border-color: #D9BA45;
}
</style>