Shades of Old Gold #BDBD33
Tints of Old Gold #BDBD33
RGB
CMYK
RGB Variations
Color information
#BDBD33 (or 0xBDBD33) is known color: Old Gold. HEX triplet: BD, BD and 33. RGB value is (189,189,51). Sum of RGB (Red+Green+Blue) = 189+189+51=429 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.06% from 429); Green value is 189 (74.22% from 255 or 44.06% from 429); Blue value is 51 (20.31% from 255 or 11.89% from 429); Max value from RGB is 189 - color contains mainly: red, green. Hex color #BDBD33 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDBD33 is #4242CC. Grayscale: #ADADAD. Windows color (decimal): -4342477 or 3390909. OLE color: 3390909.
HSL color Cylindrical-coordinate representation of color #BDBD33: hue angle of 60º 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 #BDBD33 is Cyan = 0, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 189 | 51 | - |
| CMYK | 0 | 0 | 0.73 | 0.26 |
| HSL | 60º | 0.58% | 0.47% | - |
| HSV(B) | 60º | 0.73% | 0.74% | - |
| XYZ | 39.78 | 47.45 | 10.19 | - |
| YUV | 173.27 | 59 | 139.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 189 | 51 | 0 | 0 | 0.73 | 0.26 | 60 | 0.58 | 0.47 |
| Hex | BD | BD | 33 | 0 | 0 | 49 | 1A | 3C | 3A | 2F |
| Octal | 275 | 275 | 63 | 0 | 0 | 111 | 32 | 74 | 72 | 57 |
| Binary | 10111101 | 10111101 | 110011 | 0 | 0 | 1001001 | 11010 | 111100 | 111010 | 101111 |
Color Harmonies of #BDBD33
Complementary color
Monochromatic Colors of #BDBD33
Black with #BDBD33
Text Example
Text Example
White with #BDBD33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBD33; }
p { color: rgb(189,189,51); }
H1.HeaderClassName
{
color: #BDBD33;
}
.AnyTagClassName
{
color: #BDBD33;
}
</style>
background-color css
<style>
a { background-color: #BDBD33; }
a { background-color: rgb(189,189,51); }
div.DivClassName
{
background-color: #BDBD33;
}
.BgClassName
{
background-color: #BDBD33;
}
</style>
border-color css
<style>
span { border-color: #BDBD33; }
span { border-color: rgb(189,189,51); }
td.TdClassName
{
border-color: #BDBD33;
}
.TagClassName
{
border-color: #BDBD33;
}
</style>