Shades of Old Gold #BDB83D
Tints of Old Gold #BDB83D
RGB
CMYK
RGB Variations
Color information
#BDB83D (or 0xBDB83D) is known color: Old Gold. HEX triplet: BD, B8 and 3D. RGB value is (189,184,61). Sum of RGB (Red+Green+Blue) = 189+184+61=434 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.55% from 434); Green value is 184 (72.27% from 255 or 42.40% from 434); Blue value is 61 (24.22% from 255 or 14.06% from 434); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB83D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB83D is #4247C2. Grayscale: #ABABAB. Windows color (decimal): -4343747 or 4044989. OLE color: 4044989.
HSL color Cylindrical-coordinate representation of color #BDB83D: hue angle of 57.66º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BDB83D is Cyan = 0, Magento = 0.03, Yellow = 0.68 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 184 | 61 | - |
| CMYK | 0 | 0.03 | 0.68 | 0.26 |
| HSL | 57.66º | 0.51% | 0.49% | - |
| HSV(B) | 57.66º | 0.68% | 0.74% | - |
| XYZ | 38.97 | 45.44 | 11.13 | - |
| YUV | 171.47 | 65.66 | 140.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 184 | 61 | 0 | 0.03 | 0.68 | 0.26 | 57.66 | 0.51 | 0.49 |
| Hex | BD | B8 | 3D | 0 | 3 | 44 | 1A | 3A | 33 | 31 |
| Octal | 275 | 270 | 75 | 0 | 3 | 104 | 32 | 72 | 63 | 61 |
| Binary | 10111101 | 10111000 | 111101 | 0 | 11 | 1000100 | 11010 | 111010 | 110011 | 110001 |
Color Harmonies of #BDB83D
Complementary color
Monochromatic Colors of #BDB83D
Black with #BDB83D
Text Example
Text Example
White with #BDB83D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB83D; }
p { color: rgb(189,184,61); }
H1.HeaderClassName
{
color: #BDB83D;
}
.AnyTagClassName
{
color: #BDB83D;
}
</style>
background-color css
<style>
a { background-color: #BDB83D; }
a { background-color: rgb(189,184,61); }
div.DivClassName
{
background-color: #BDB83D;
}
.BgClassName
{
background-color: #BDB83D;
}
</style>
border-color css
<style>
span { border-color: #BDB83D; }
span { border-color: rgb(189,184,61); }
td.TdClassName
{
border-color: #BDB83D;
}
.TagClassName
{
border-color: #BDB83D;
}
</style>