Shades of Old Gold #BDB433
Tints of Old Gold #BDB433
RGB
CMYK
RGB Variations
Color information
#BDB433 (or 0xBDB433) is known color: Old Gold. HEX triplet: BD, B4 and 33. RGB value is (189,180,51). Sum of RGB (Red+Green+Blue) = 189+180+51=420 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45% from 420); Green value is 180 (70.70% from 255 or 42.86% from 420); Blue value is 51 (20.31% from 255 or 12.14% from 420); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB433 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB433 is #424BCC. Grayscale: #A8A8A8. Windows color (decimal): -4344781 or 3388605. OLE color: 3388605.
HSL color Cylindrical-coordinate representation of color #BDB433: hue angle of 56.09º 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 #BDB433 is Cyan = 0, Magento = 0.05, Yellow = 0.73 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 180 | 51 | - |
| CMYK | 0 | 0.05 | 0.73 | 0.26 |
| HSL | 56.09º | 0.58% | 0.47% | - |
| HSV(B) | 56.09º | 0.73% | 0.74% | - |
| XYZ | 37.91 | 43.7 | 9.57 | - |
| YUV | 167.99 | 61.98 | 142.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 180 | 51 | 0 | 0.05 | 0.73 | 0.26 | 56.09 | 0.58 | 0.47 |
| Hex | BD | B4 | 33 | 0 | 5 | 49 | 1A | 38 | 3A | 2F |
| Octal | 275 | 264 | 63 | 0 | 5 | 111 | 32 | 70 | 72 | 57 |
| Binary | 10111101 | 10110100 | 110011 | 0 | 101 | 1001001 | 11010 | 111000 | 111010 | 101111 |
Color Harmonies of #BDB433
Complementary color
Monochromatic Colors of #BDB433
Black with #BDB433
Text Example
Text Example
White with #BDB433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB433; }
p { color: rgb(189,180,51); }
H1.HeaderClassName
{
color: #BDB433;
}
.AnyTagClassName
{
color: #BDB433;
}
</style>
background-color css
<style>
a { background-color: #BDB433; }
a { background-color: rgb(189,180,51); }
div.DivClassName
{
background-color: #BDB433;
}
.BgClassName
{
background-color: #BDB433;
}
</style>
border-color css
<style>
span { border-color: #BDB433; }
span { border-color: rgb(189,180,51); }
td.TdClassName
{
border-color: #BDB433;
}
.TagClassName
{
border-color: #BDB433;
}
</style>