Shades of Old Gold #D8BC3E
Tints of Old Gold #D8BC3E
RGB
CMYK
RGB Variations
Color information
#D8BC3E (or 0xD8BC3E) is known color: Old Gold. HEX triplet: D8, BC and 3E. RGB value is (216,188,62). Sum of RGB (Red+Green+Blue) = 216+188+62=466 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.35% from 466); Green value is 188 (73.83% from 255 or 40.34% from 466); Blue value is 62 (24.61% from 255 or 13.30% from 466); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BC3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8BC3E is #2743C1. Grayscale: #B6B6B6. Windows color (decimal): -2573250 or 4111576. OLE color: 4111576.
HSL color Cylindrical-coordinate representation of color #D8BC3E: hue angle of 49.09º 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 #D8BC3E is Cyan = 0, Magento = 0.13, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 188 | 62 | - |
| CMYK | 0 | 0.13 | 0.71 | 0.15 |
| HSL | 49.09º | 0.66% | 0.55% | - |
| HSV(B) | 49.09º | 0.71% | 0.85% | - |
| XYZ | 47.17 | 50.91 | 11.9 | - |
| YUV | 182.01 | 60.28 | 152.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 188 | 62 | 0 | 0.13 | 0.71 | 0.15 | 49.09 | 0.66 | 0.55 |
| Hex | D8 | BC | 3E | 0 | D | 47 | F | 31 | 42 | 37 |
| Octal | 330 | 274 | 76 | 0 | 15 | 107 | 17 | 61 | 102 | 67 |
| Binary | 11011000 | 10111100 | 111110 | 0 | 1101 | 1000111 | 1111 | 110001 | 1000010 | 110111 |
Color Harmonies of #D8BC3E
Complementary color
Monochromatic Colors of #D8BC3E
Black with #D8BC3E
Text Example
Text Example
White with #D8BC3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8BC3E; }
p { color: rgb(216,188,62); }
H1.HeaderClassName
{
color: #D8BC3E;
}
.AnyTagClassName
{
color: #D8BC3E;
}
</style>
background-color css
<style>
a { background-color: #D8BC3E; }
a { background-color: rgb(216,188,62); }
div.DivClassName
{
background-color: #D8BC3E;
}
.BgClassName
{
background-color: #D8BC3E;
}
</style>
border-color css
<style>
span { border-color: #D8BC3E; }
span { border-color: rgb(216,188,62); }
td.TdClassName
{
border-color: #D8BC3E;
}
.TagClassName
{
border-color: #D8BC3E;
}
</style>