#BDB333

Color #BDB333 Old Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Old Gold #BDB333

Tints of Old Gold #BDB333

Color information

#BDB333 (or 0xBDB333) is unknown color: approx Old Gold. HEX triplet: BD, B3 and 33. RGB value is (189,179,51). Sum of RGB (Red+Green+Blue) = 189+179+51=419 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.11% from 419); Green value is 179 (70.31% from 255 or 42.72% from 419); Blue value is 51 (20.31% from 255 or 12.17% from 419); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB333 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB333 is #424CCC. Grayscale: #A7A7A7. Windows color (decimal): -4345037 or 3388349. OLE color: 3388349.

HSL color Cylindrical-coordinate representation of color #BDB333: hue angle of 55.65º 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 #BDB333 is Cyan = 0, Magento = 0.05, Yellow = 0.73 and Black (K on CMYK) = 0.26.

Color convert

RGB18917951-
CMYK00.050.730.26
HSL55.65º57.5%47.06%-
HSV(B)55.65º73.02%74.12%-
XYZ37.743.39.5-
YUV167.462.31143.41-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 189 (74.22% from 255) = 45.11%
GREEN value IS 179 (70.31% from 255) = 42.72%
BLUE value IS 51 (20.31% from 255) = 12.17%
R=45.11%
G=42.72%
B=12.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.73
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891795100.050.730.2655.6557.547.06
HexBDB33305491A383a2f
Octal275263630511132707257
Binary10111101101100111100110101100100111010111000111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB333

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB333; }

 p { color: rgb(189,179,51); }

 H1.HeaderClassName
 {
   color: #BDB333;
 }
 .AnyTagClassName
 {
   color: #BDB333;
 }
</style>
background-color css

<style>
 a { background-color: #BDB333; }

 a { background-color: rgb(189,179,51); }

 div.DivClassName
 {
   background-color: #BDB333;
 }
 .BgClassName
 {
   background-color: #BDB333;
 }
</style>
border-color css

<style>
 span { border-color: #BDB333; }

 span { border-color: rgb(189,179,51); }

 td.TdClassName
 {
   border-color: #BDB333;
 }
 .TagClassName
 {
   border-color: #BDB333;
 }
</style>