Shades of Old Gold #D7BF3A
Tints of Old Gold #D7BF3A
RGB
CMYK
RGB Variations
Color information
#D7BF3A (or 0xD7BF3A) is known color: Old Gold. HEX triplet: D7, BF and 3A. RGB value is (215,191,58). Sum of RGB (Red+Green+Blue) = 215+191+58=464 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.34% from 464); Green value is 191 (75% from 255 or 41.16% from 464); Blue value is 58 (23.05% from 255 or 12.5% from 464); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BF3A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7BF3A is #2840C5. Grayscale: #B7B7B7. Windows color (decimal): -2638022 or 3850199. OLE color: 3850199.
HSL color Cylindrical-coordinate representation of color #D7BF3A: hue angle of 50.83º degrees, saturation: 0.66, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D7BF3A is Cyan = 0, Magento = 0.11, Yellow = 0.73 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 191 | 58 | - |
| CMYK | 0 | 0.11 | 0.73 | 0.16 |
| HSL | 50.83º | 0.66% | 0.54% | - |
| HSV(B) | 50.83º | 0.73% | 0.84% | - |
| XYZ | 47.42 | 52.01 | 11.54 | - |
| YUV | 183.01 | 57.45 | 150.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 191 | 58 | 0 | 0.11 | 0.73 | 0.16 | 50.83 | 0.66 | 0.54 |
| Hex | D7 | BF | 3A | 0 | B | 49 | 10 | 33 | 42 | 36 |
| Octal | 327 | 277 | 72 | 0 | 13 | 111 | 20 | 63 | 102 | 66 |
| Binary | 11010111 | 10111111 | 111010 | 0 | 1011 | 1001001 | 10000 | 110011 | 1000010 | 110110 |
Color Harmonies of #D7BF3A
Complementary color
Monochromatic Colors of #D7BF3A
Black with #D7BF3A
Text Example
Text Example
White with #D7BF3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7BF3A; }
p { color: rgb(215,191,58); }
H1.HeaderClassName
{
color: #D7BF3A;
}
.AnyTagClassName
{
color: #D7BF3A;
}
</style>
background-color css
<style>
a { background-color: #D7BF3A; }
a { background-color: rgb(215,191,58); }
div.DivClassName
{
background-color: #D7BF3A;
}
.BgClassName
{
background-color: #D7BF3A;
}
</style>
border-color css
<style>
span { border-color: #D7BF3A; }
span { border-color: rgb(215,191,58); }
td.TdClassName
{
border-color: #D7BF3A;
}
.TagClassName
{
border-color: #D7BF3A;
}
</style>