Shades of Old Gold #D8BD3A
Tints of Old Gold #D8BD3A
RGB
CMYK
RGB Variations
Color information
#D8BD3A (or 0xD8BD3A) is known color: Old Gold. HEX triplet: D8, BD and 3A. RGB value is (216,189,58). Sum of RGB (Red+Green+Blue) = 216+189+58=463 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.65% from 463); Green value is 189 (74.22% from 255 or 40.82% from 463); Blue value is 58 (23.05% from 255 or 12.53% from 463); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BD3A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8BD3A is #2742C5. Grayscale: #B6B6B6. Windows color (decimal): -2572998 or 3849688. OLE color: 3849688.
HSL color Cylindrical-coordinate representation of color #D8BD3A: hue angle of 49.75º 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 #D8BD3A is Cyan = 0, Magento = 0.12, Yellow = 0.73 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 189 | 58 | - |
| CMYK | 0 | 0.12 | 0.73 | 0.15 |
| HSL | 49.75º | 0.67% | 0.54% | - |
| HSV(B) | 49.75º | 0.73% | 0.85% | - |
| XYZ | 47.28 | 51.3 | 11.41 | - |
| YUV | 182.14 | 57.95 | 152.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 189 | 58 | 0 | 0.12 | 0.73 | 0.15 | 49.75 | 0.67 | 0.54 |
| Hex | D8 | BD | 3A | 0 | C | 49 | F | 32 | 43 | 36 |
| Octal | 330 | 275 | 72 | 0 | 14 | 111 | 17 | 62 | 103 | 66 |
| Binary | 11011000 | 10111101 | 111010 | 0 | 1100 | 1001001 | 1111 | 110010 | 1000011 | 110110 |
Color Harmonies of #D8BD3A
Complementary color
Monochromatic Colors of #D8BD3A
Black with #D8BD3A
Text Example
Text Example
White with #D8BD3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8BD3A; }
p { color: rgb(216,189,58); }
H1.HeaderClassName
{
color: #D8BD3A;
}
.AnyTagClassName
{
color: #D8BD3A;
}
</style>
background-color css
<style>
a { background-color: #D8BD3A; }
a { background-color: rgb(216,189,58); }
div.DivClassName
{
background-color: #D8BD3A;
}
.BgClassName
{
background-color: #D8BD3A;
}
</style>
border-color css
<style>
span { border-color: #D8BD3A; }
span { border-color: rgb(216,189,58); }
td.TdClassName
{
border-color: #D8BD3A;
}
.TagClassName
{
border-color: #D8BD3A;
}
</style>