Shades of Old Gold #BDB933
Tints of Old Gold #BDB933
RGB
CMYK
RGB Variations
Color information
#BDB933 (or 0xBDB933) is known color: Old Gold. HEX triplet: BD, B9 and 33. RGB value is (189,185,51). Sum of RGB (Red+Green+Blue) = 189+185+51=425 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.47% from 425); Green value is 185 (72.66% from 255 or 43.53% from 425); Blue value is 51 (20.31% from 255 or 12% from 425); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB933 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB933 is #4246CC. Grayscale: #ABABAB. Windows color (decimal): -4343501 or 3389885. OLE color: 3389885.
HSL color Cylindrical-coordinate representation of color #BDB933: hue angle of 58.26º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BDB933 is Cyan = 0, Magento = 0.02, Yellow = 0.73 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 185 | 51 | - |
| CMYK | 0 | 0.02 | 0.73 | 0.26 |
| HSL | 58.26º | 0.58% | 0.47% | - |
| HSV(B) | 58.26º | 0.73% | 0.74% | - |
| XYZ | 38.93 | 45.76 | 9.91 | - |
| YUV | 170.92 | 60.33 | 140.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 185 | 51 | 0 | 0.02 | 0.73 | 0.26 | 58.26 | 0.58 | 0.47 |
| Hex | BD | B9 | 33 | 0 | 2 | 49 | 1A | 3A | 3A | 2F |
| Octal | 275 | 271 | 63 | 0 | 2 | 111 | 32 | 72 | 72 | 57 |
| Binary | 10111101 | 10111001 | 110011 | 0 | 10 | 1001001 | 11010 | 111010 | 111010 | 101111 |
Color Harmonies of #BDB933
Complementary color
Monochromatic Colors of #BDB933
Black with #BDB933
Text Example
Text Example
White with #BDB933
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB933; }
p { color: rgb(189,185,51); }
H1.HeaderClassName
{
color: #BDB933;
}
.AnyTagClassName
{
color: #BDB933;
}
</style>
background-color css
<style>
a { background-color: #BDB933; }
a { background-color: rgb(189,185,51); }
div.DivClassName
{
background-color: #BDB933;
}
.BgClassName
{
background-color: #BDB933;
}
</style>
border-color css
<style>
span { border-color: #BDB933; }
span { border-color: rgb(189,185,51); }
td.TdClassName
{
border-color: #BDB933;
}
.TagClassName
{
border-color: #BDB933;
}
</style>