Shades of Old Gold #D8BA3E
Tints of Old Gold #D8BA3E
RGB
CMYK
RGB Variations
Color information
#D8BA3E (or 0xD8BA3E) is known color: Old Gold. HEX triplet: D8, BA and 3E. RGB value is (216,186,62). Sum of RGB (Red+Green+Blue) = 216+186+62=464 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.55% from 464); Green value is 186 (73.05% from 255 or 40.09% from 464); Blue value is 62 (24.61% from 255 or 13.36% from 464); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BA3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8BA3E is #2745C1. Grayscale: #B5B5B5. Windows color (decimal): -2573762 or 4111064. OLE color: 4111064.
HSL color Cylindrical-coordinate representation of color #D8BA3E: hue angle of 48.31º degrees, saturation: 0.66, 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 #D8BA3E is Cyan = 0, Magento = 0.14, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 186 | 62 | - |
| CMYK | 0 | 0.14 | 0.71 | 0.15 |
| HSL | 48.31º | 0.66% | 0.55% | - |
| HSV(B) | 48.31º | 0.71% | 0.85% | - |
| XYZ | 46.75 | 50.06 | 11.76 | - |
| YUV | 180.83 | 60.94 | 153.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 186 | 62 | 0 | 0.14 | 0.71 | 0.15 | 48.31 | 0.66 | 0.55 |
| Hex | D8 | BA | 3E | 0 | E | 47 | F | 30 | 42 | 37 |
| Octal | 330 | 272 | 76 | 0 | 16 | 107 | 17 | 60 | 102 | 67 |
| Binary | 11011000 | 10111010 | 111110 | 0 | 1110 | 1000111 | 1111 | 110000 | 1000010 | 110111 |
Color Harmonies of #D8BA3E
Complementary color
Monochromatic Colors of #D8BA3E
Black with #D8BA3E
Text Example
Text Example
White with #D8BA3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8BA3E; }
p { color: rgb(216,186,62); }
H1.HeaderClassName
{
color: #D8BA3E;
}
.AnyTagClassName
{
color: #D8BA3E;
}
</style>
background-color css
<style>
a { background-color: #D8BA3E; }
a { background-color: rgb(216,186,62); }
div.DivClassName
{
background-color: #D8BA3E;
}
.BgClassName
{
background-color: #D8BA3E;
}
</style>
border-color css
<style>
span { border-color: #D8BA3E; }
span { border-color: rgb(216,186,62); }
td.TdClassName
{
border-color: #D8BA3E;
}
.TagClassName
{
border-color: #D8BA3E;
}
</style>