Shades of Old Gold #BDB73A
Tints of Old Gold #BDB73A
RGB
CMYK
RGB Variations
Color information
#BDB73A (or 0xBDB73A) is known color: Old Gold. HEX triplet: BD, B7 and 3A. RGB value is (189,183,58). Sum of RGB (Red+Green+Blue) = 189+183+58=430 (56% of max value = 765). Red value is 189 (74.22% from 255 or 43.95% from 430); Green value is 183 (71.88% from 255 or 42.56% from 430); Blue value is 58 (23.05% from 255 or 13.49% from 430); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB73A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB73A is #4248C5. Grayscale: #ABABAB. Windows color (decimal): -4344006 or 3848125. OLE color: 3848125.
HSL color Cylindrical-coordinate representation of color #BDB73A: hue angle of 57.25º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BDB73A is Cyan = 0, Magento = 0.03, Yellow = 0.69 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 183 | 58 | - |
| CMYK | 0 | 0.03 | 0.69 | 0.26 |
| HSL | 57.25º | 0.53% | 0.48% | - |
| HSV(B) | 57.25º | 0.69% | 0.74% | - |
| XYZ | 38.68 | 44.99 | 10.65 | - |
| YUV | 170.54 | 64.49 | 141.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 183 | 58 | 0 | 0.03 | 0.69 | 0.26 | 57.25 | 0.53 | 0.48 |
| Hex | BD | B7 | 3A | 0 | 3 | 45 | 1A | 39 | 35 | 30 |
| Octal | 275 | 267 | 72 | 0 | 3 | 105 | 32 | 71 | 65 | 60 |
| Binary | 10111101 | 10110111 | 111010 | 0 | 11 | 1000101 | 11010 | 111001 | 110101 | 110000 |
Color Harmonies of #BDB73A
Complementary color
Monochromatic Colors of #BDB73A
Black with #BDB73A
Text Example
Text Example
White with #BDB73A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB73A; }
p { color: rgb(189,183,58); }
H1.HeaderClassName
{
color: #BDB73A;
}
.AnyTagClassName
{
color: #BDB73A;
}
</style>
background-color css
<style>
a { background-color: #BDB73A; }
a { background-color: rgb(189,183,58); }
div.DivClassName
{
background-color: #BDB73A;
}
.BgClassName
{
background-color: #BDB73A;
}
</style>
border-color css
<style>
span { border-color: #BDB73A; }
span { border-color: rgb(189,183,58); }
td.TdClassName
{
border-color: #BDB73A;
}
.TagClassName
{
border-color: #BDB73A;
}
</style>