Shades of Old Gold #BDB83A
Tints of Old Gold #BDB83A
RGB
CMYK
RGB Variations
Color information
#BDB83A (or 0xBDB83A) is known color: Old Gold. HEX triplet: BD, B8 and 3A. RGB value is (189,184,58). Sum of RGB (Red+Green+Blue) = 189+184+58=431 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.85% from 431); Green value is 184 (72.27% from 255 or 42.69% from 431); Blue value is 58 (23.05% from 255 or 13.46% from 431); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB83A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB83A is #4247C5. Grayscale: #ABABAB. Windows color (decimal): -4343750 or 3848381. OLE color: 3848381.
HSL color Cylindrical-coordinate representation of color #BDB83A: hue angle of 57.71º 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 #BDB83A is Cyan = 0, Magento = 0.03, Yellow = 0.69 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 184 | 58 | - |
| CMYK | 0 | 0.03 | 0.69 | 0.26 |
| HSL | 57.71º | 0.53% | 0.48% | - |
| HSV(B) | 57.71º | 0.69% | 0.74% | - |
| XYZ | 38.89 | 45.41 | 10.72 | - |
| YUV | 171.13 | 64.16 | 140.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 184 | 58 | 0 | 0.03 | 0.69 | 0.26 | 57.71 | 0.53 | 0.48 |
| Hex | BD | B8 | 3A | 0 | 3 | 45 | 1A | 3A | 35 | 30 |
| Octal | 275 | 270 | 72 | 0 | 3 | 105 | 32 | 72 | 65 | 60 |
| Binary | 10111101 | 10111000 | 111010 | 0 | 11 | 1000101 | 11010 | 111010 | 110101 | 110000 |
Color Harmonies of #BDB83A
Complementary color
Monochromatic Colors of #BDB83A
Black with #BDB83A
Text Example
Text Example
White with #BDB83A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB83A; }
p { color: rgb(189,184,58); }
H1.HeaderClassName
{
color: #BDB83A;
}
.AnyTagClassName
{
color: #BDB83A;
}
</style>
background-color css
<style>
a { background-color: #BDB83A; }
a { background-color: rgb(189,184,58); }
div.DivClassName
{
background-color: #BDB83A;
}
.BgClassName
{
background-color: #BDB83A;
}
</style>
border-color css
<style>
span { border-color: #BDB83A; }
span { border-color: rgb(189,184,58); }
td.TdClassName
{
border-color: #BDB83A;
}
.TagClassName
{
border-color: #BDB83A;
}
</style>