Shades of Old Gold #D5BF3A
Tints of Old Gold #D5BF3A
RGB
CMYK
RGB Variations
Color information
#D5BF3A (or 0xD5BF3A) is known color: Old Gold. HEX triplet: D5, BF and 3A. RGB value is (213,191,58). Sum of RGB (Red+Green+Blue) = 213+191+58=462 (61% of max value = 765). Red value is 213 (83.59% from 255 or 46.10% from 462); Green value is 191 (75% from 255 or 41.34% from 462); Blue value is 58 (23.05% from 255 or 12.55% from 462); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BF3A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5BF3A is #2A40C5. Grayscale: #B6B6B6. Windows color (decimal): -2769094 or 3850197. OLE color: 3850197.
HSL color Cylindrical-coordinate representation of color #D5BF3A: hue angle of 51.48º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D5BF3A is Cyan = 0, Magento = 0.10, Yellow = 0.73 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 191 | 58 | - |
| CMYK | 0 | 0.10 | 0.73 | 0.16 |
| HSL | 51.48º | 0.65% | 0.53% | - |
| HSV(B) | 51.48º | 0.73% | 0.84% | - |
| XYZ | 46.84 | 51.71 | 11.52 | - |
| YUV | 182.42 | 57.79 | 149.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 191 | 58 | 0 | 0.10 | 0.73 | 0.16 | 51.48 | 0.65 | 0.53 |
| Hex | D5 | BF | 3A | 0 | A | 49 | 10 | 33 | 41 | 35 |
| Octal | 325 | 277 | 72 | 0 | 12 | 111 | 20 | 63 | 101 | 65 |
| Binary | 11010101 | 10111111 | 111010 | 0 | 1010 | 1001001 | 10000 | 110011 | 1000001 | 110101 |
Color Harmonies of #D5BF3A
Complementary color
Monochromatic Colors of #D5BF3A
Black with #D5BF3A
Text Example
Text Example
White with #D5BF3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5BF3A; }
p { color: rgb(213,191,58); }
H1.HeaderClassName
{
color: #D5BF3A;
}
.AnyTagClassName
{
color: #D5BF3A;
}
</style>
background-color css
<style>
a { background-color: #D5BF3A; }
a { background-color: rgb(213,191,58); }
div.DivClassName
{
background-color: #D5BF3A;
}
.BgClassName
{
background-color: #D5BF3A;
}
</style>
border-color css
<style>
span { border-color: #D5BF3A; }
span { border-color: rgb(213,191,58); }
td.TdClassName
{
border-color: #D5BF3A;
}
.TagClassName
{
border-color: #D5BF3A;
}
</style>