Shades of Old Gold #BDB435
Tints of Old Gold #BDB435
RGB
CMYK
RGB Variations
Color information
#BDB435 (or 0xBDB435) is known color: Old Gold. HEX triplet: BD, B4 and 35. RGB value is (189,180,53). Sum of RGB (Red+Green+Blue) = 189+180+53=422 (55% of max value = 765). Red value is 189 (74.22% from 255 or 44.79% from 422); Green value is 180 (70.70% from 255 or 42.65% from 422); Blue value is 53 (21.09% from 255 or 12.56% from 422); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB435 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB435 is #424BCA. Grayscale: #A8A8A8. Windows color (decimal): -4344779 or 3519677. OLE color: 3519677.
HSL color Cylindrical-coordinate representation of color #BDB435: hue angle of 56.03º degrees, saturation: 0.56, 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 #BDB435 is Cyan = 0, Magento = 0.05, Yellow = 0.72 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 180 | 53 | - |
| CMYK | 0 | 0.05 | 0.72 | 0.26 |
| HSL | 56.03º | 0.56% | 0.47% | - |
| HSV(B) | 56.03º | 0.72% | 0.74% | - |
| XYZ | 37.95 | 43.72 | 9.81 | - |
| YUV | 168.21 | 62.98 | 142.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 180 | 53 | 0 | 0.05 | 0.72 | 0.26 | 56.03 | 0.56 | 0.47 |
| Hex | BD | B4 | 35 | 0 | 5 | 48 | 1A | 38 | 38 | 2F |
| Octal | 275 | 264 | 65 | 0 | 5 | 110 | 32 | 70 | 70 | 57 |
| Binary | 10111101 | 10110100 | 110101 | 0 | 101 | 1001000 | 11010 | 111000 | 111000 | 101111 |
Color Harmonies of #BDB435
Complementary color
Monochromatic Colors of #BDB435
Black with #BDB435
Text Example
Text Example
White with #BDB435
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB435; }
p { color: rgb(189,180,53); }
H1.HeaderClassName
{
color: #BDB435;
}
.AnyTagClassName
{
color: #BDB435;
}
</style>
background-color css
<style>
a { background-color: #BDB435; }
a { background-color: rgb(189,180,53); }
div.DivClassName
{
background-color: #BDB435;
}
.BgClassName
{
background-color: #BDB435;
}
</style>
border-color css
<style>
span { border-color: #BDB435; }
span { border-color: rgb(189,180,53); }
td.TdClassName
{
border-color: #BDB435;
}
.TagClassName
{
border-color: #BDB435;
}
</style>