Shades of Old Gold #D8BD3E
Tints of Old Gold #D8BD3E
RGB
CMYK
RGB Variations
Color information
#D8BD3E (or 0xD8BD3E) is known color: Old Gold. HEX triplet: D8, BD and 3E. RGB value is (216,189,62). Sum of RGB (Red+Green+Blue) = 216+189+62=467 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.25% from 467); Green value is 189 (74.22% from 255 or 40.47% from 467); Blue value is 62 (24.61% from 255 or 13.28% from 467); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BD3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8BD3E is #2742C1. Grayscale: #B7B7B7. Windows color (decimal): -2572994 or 4111832. OLE color: 4111832.
HSL color Cylindrical-coordinate representation of color #D8BD3E: hue angle of 49.48º 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 #D8BD3E is Cyan = 0, Magento = 0.12, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 189 | 62 | - |
| CMYK | 0 | 0.12 | 0.71 | 0.15 |
| HSL | 49.48º | 0.66% | 0.55% | - |
| HSV(B) | 49.48º | 0.71% | 0.85% | - |
| XYZ | 47.39 | 51.34 | 11.97 | - |
| YUV | 182.6 | 59.95 | 151.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 189 | 62 | 0 | 0.12 | 0.71 | 0.15 | 49.48 | 0.66 | 0.55 |
| Hex | D8 | BD | 3E | 0 | C | 47 | F | 31 | 42 | 37 |
| Octal | 330 | 275 | 76 | 0 | 14 | 107 | 17 | 61 | 102 | 67 |
| Binary | 11011000 | 10111101 | 111110 | 0 | 1100 | 1000111 | 1111 | 110001 | 1000010 | 110111 |
Color Harmonies of #D8BD3E
Complementary color
Monochromatic Colors of #D8BD3E
Black with #D8BD3E
Text Example
Text Example
White with #D8BD3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8BD3E; }
p { color: rgb(216,189,62); }
H1.HeaderClassName
{
color: #D8BD3E;
}
.AnyTagClassName
{
color: #D8BD3E;
}
</style>
background-color css
<style>
a { background-color: #D8BD3E; }
a { background-color: rgb(216,189,62); }
div.DivClassName
{
background-color: #D8BD3E;
}
.BgClassName
{
background-color: #D8BD3E;
}
</style>
border-color css
<style>
span { border-color: #D8BD3E; }
span { border-color: rgb(216,189,62); }
td.TdClassName
{
border-color: #D8BD3E;
}
.TagClassName
{
border-color: #D8BD3E;
}
</style>