#BDB433

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

Shades of Old Gold #BDB433

Tints of Old Gold #BDB433

Color information

#BDB433 (or 0xBDB433) is unknown color: approx 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

RGB18918051-
CMYK00.050.730.26
HSL56.09º57.5%47.06%-
HSV(B)56.09º73.02%74.12%-
XYZ37.9143.79.57-
YUV167.9861.98142.99-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 45%
GREEN value IS 180 (70.70% from 255) = 42.86%
BLUE value IS 51 (20.31% from 255) = 12.14%
R=45%
G=42.86%
B=12.14%

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
Decimal1891805100.050.730.2656.0957.547.06
HexBDB43305491A383a2f
Octal275264630511132707257
Binary10111101101101001100110101100100111010111000111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB433

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>