Shades of Old Gold #BDBD34
Tints of Old Gold #BDBD34
RGB
CMYK
RGB Variations
Color information
#BDBD34 (or 0xBDBD34) is known color: Old Gold. HEX triplet: BD, BD and 34. RGB value is (189,189,52). Sum of RGB (Red+Green+Blue) = 189+189+52=430 (56% of max value = 765). Red value is 189 (74.22% from 255 or 43.95% from 430); Green value is 189 (74.22% from 255 or 43.95% from 430); Blue value is 52 (20.70% from 255 or 12.09% from 430); Max value from RGB is 189 - color contains mainly: red, green. Hex color #BDBD34 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDBD34 is #4242CB. Grayscale: #ADADAD. Windows color (decimal): -4342476 or 3456445. OLE color: 3456445.
HSL color Cylindrical-coordinate representation of color #BDBD34: 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.72%. Process color model (Four color, CMYK) of #BDBD34 is Cyan = 0, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 189 | 52 | - |
| CMYK | 0 | 0 | 0.72 | 0.26 |
| HSL | 60º | 0.57% | 0.47% | - |
| HSV(B) | 60º | 0.72% | 0.74% | - |
| XYZ | 39.8 | 47.46 | 10.31 | - |
| YUV | 173.38 | 59.5 | 139.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 189 | 52 | 0 | 0 | 0.72 | 0.26 | 60 | 0.57 | 0.47 |
| Hex | BD | BD | 34 | 0 | 0 | 48 | 1A | 3C | 39 | 2F |
| Octal | 275 | 275 | 64 | 0 | 0 | 110 | 32 | 74 | 71 | 57 |
| Binary | 10111101 | 10111101 | 110100 | 0 | 0 | 1001000 | 11010 | 111100 | 111001 | 101111 |
Color Harmonies of #BDBD34
Complementary color
Monochromatic Colors of #BDBD34
Black with #BDBD34
Text Example
Text Example
White with #BDBD34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBD34; }
p { color: rgb(189,189,52); }
H1.HeaderClassName
{
color: #BDBD34;
}
.AnyTagClassName
{
color: #BDBD34;
}
</style>
background-color css
<style>
a { background-color: #BDBD34; }
a { background-color: rgb(189,189,52); }
div.DivClassName
{
background-color: #BDBD34;
}
.BgClassName
{
background-color: #BDBD34;
}
</style>
border-color css
<style>
span { border-color: #BDBD34; }
span { border-color: rgb(189,189,52); }
td.TdClassName
{
border-color: #BDBD34;
}
.TagClassName
{
border-color: #BDBD34;
}
</style>