Shades of Old Gold #D9BA40
Tints of Old Gold #D9BA40
RGB
CMYK
RGB Variations
Color information
#D9BA40 (or 0xD9BA40) is known color: Old Gold. HEX triplet: D9, BA and 40. RGB value is (217,186,64). Sum of RGB (Red+Green+Blue) = 217+186+64=467 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.47% from 467); Green value is 186 (73.05% from 255 or 39.83% from 467); Blue value is 64 (25.39% from 255 or 13.70% from 467); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BA40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9BA40 is #2645BF. Grayscale: #B5B5B5. Windows color (decimal): -2508224 or 4242137. OLE color: 4242137.
HSL color Cylindrical-coordinate representation of color #D9BA40: hue angle of 47.84º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D9BA40 is Cyan = 0, Magento = 0.14, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 186 | 64 | - |
| CMYK | 0 | 0.14 | 0.71 | 0.15 |
| HSL | 47.84º | 0.67% | 0.55% | - |
| HSV(B) | 47.84º | 0.71% | 0.85% | - |
| XYZ | 47.1 | 50.24 | 12.07 | - |
| YUV | 181.36 | 61.77 | 153.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 186 | 64 | 0 | 0.14 | 0.71 | 0.15 | 47.84 | 0.67 | 0.55 |
| Hex | D9 | BA | 40 | 0 | E | 47 | F | 30 | 43 | 37 |
| Octal | 331 | 272 | 100 | 0 | 16 | 107 | 17 | 60 | 103 | 67 |
| Binary | 11011001 | 10111010 | 1000000 | 0 | 1110 | 1000111 | 1111 | 110000 | 1000011 | 110111 |
Color Harmonies of #D9BA40
Complementary color
Monochromatic Colors of #D9BA40
Black with #D9BA40
Text Example
Text Example
White with #D9BA40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9BA40; }
p { color: rgb(217,186,64); }
H1.HeaderClassName
{
color: #D9BA40;
}
.AnyTagClassName
{
color: #D9BA40;
}
</style>
background-color css
<style>
a { background-color: #D9BA40; }
a { background-color: rgb(217,186,64); }
div.DivClassName
{
background-color: #D9BA40;
}
.BgClassName
{
background-color: #D9BA40;
}
</style>
border-color css
<style>
span { border-color: #D9BA40; }
span { border-color: rgb(217,186,64); }
td.TdClassName
{
border-color: #D9BA40;
}
.TagClassName
{
border-color: #D9BA40;
}
</style>