Shades of Old Gold #D8BC3A
Tints of Old Gold #D8BC3A
RGB
CMYK
RGB Variations
Color information
#D8BC3A (or 0xD8BC3A) is known color: Old Gold. HEX triplet: D8, BC and 3A. RGB value is (216,188,58). Sum of RGB (Red+Green+Blue) = 216+188+58=462 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.75% from 462); Green value is 188 (73.83% from 255 or 40.69% from 462); Blue value is 58 (23.05% from 255 or 12.55% from 462); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BC3A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8BC3A is #2743C5. Grayscale: #B6B6B6. Windows color (decimal): -2573254 or 3849432. OLE color: 3849432.
HSL color Cylindrical-coordinate representation of color #D8BC3A: hue angle of 49.37º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D8BC3A is Cyan = 0, Magento = 0.13, Yellow = 0.73 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 188 | 58 | - |
| CMYK | 0 | 0.13 | 0.73 | 0.15 |
| HSL | 49.37º | 0.67% | 0.54% | - |
| HSV(B) | 49.37º | 0.73% | 0.85% | - |
| XYZ | 47.07 | 50.87 | 11.34 | - |
| YUV | 181.55 | 58.28 | 152.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 188 | 58 | 0 | 0.13 | 0.73 | 0.15 | 49.37 | 0.67 | 0.54 |
| Hex | D8 | BC | 3A | 0 | D | 49 | F | 31 | 43 | 36 |
| Octal | 330 | 274 | 72 | 0 | 15 | 111 | 17 | 61 | 103 | 66 |
| Binary | 11011000 | 10111100 | 111010 | 0 | 1101 | 1001001 | 1111 | 110001 | 1000011 | 110110 |
Color Harmonies of #D8BC3A
Complementary color
Monochromatic Colors of #D8BC3A
Black with #D8BC3A
Text Example
Text Example
White with #D8BC3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8BC3A; }
p { color: rgb(216,188,58); }
H1.HeaderClassName
{
color: #D8BC3A;
}
.AnyTagClassName
{
color: #D8BC3A;
}
</style>
background-color css
<style>
a { background-color: #D8BC3A; }
a { background-color: rgb(216,188,58); }
div.DivClassName
{
background-color: #D8BC3A;
}
.BgClassName
{
background-color: #D8BC3A;
}
</style>
border-color css
<style>
span { border-color: #D8BC3A; }
span { border-color: rgb(216,188,58); }
td.TdClassName
{
border-color: #D8BC3A;
}
.TagClassName
{
border-color: #D8BC3A;
}
</style>