#C5B73F

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

Shades of Old Gold #C5B73F

Tints of Old Gold #C5B73F

Color information

#C5B73F (or 0xC5B73F) is unknown color: approx Old Gold. HEX triplet: C5, B7 and 3F. RGB value is (197,183,63). Sum of RGB (Red+Green+Blue) = 197+183+63=443 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.47% from 443); Green value is 183 (71.88% from 255 or 41.31% from 443); Blue value is 63 (25% from 255 or 14.22% from 443); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B73F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5B73F is #3A48C0. Grayscale: #AEAEAE. Windows color (decimal): -3819713 or 4175813. OLE color: 4175813.

HSL color Cylindrical-coordinate representation of color #C5B73F: hue angle of 53.73º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C5B73F is Cyan = 0, Magento = 0.07, Yellow = 0.68 and Black (K on CMYK) = 0.23.

Color convert

RGB19718363-
CMYK00.070.680.23
HSL53.73º53.6%50.98%-
HSV(B)53.73º68.02%77.25%-
XYZ40.8646.111.45-
YUV173.5165.64144.76-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 44.47%
GREEN value IS 183 (71.88% from 255) = 41.31%
BLUE value IS 63 (25% from 255) = 14.22%
R=44.47%
G=41.31%
B=14.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.68
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971836300.070.680.2353.7353.650.98
HexC5B73F074417363633
Octal305267770710427666663
Binary11000101101101111111110111100010010111110110110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5B73F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5B73F; }

 p { color: rgb(197,183,63); }

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

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

 a { background-color: rgb(197,183,63); }

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

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

 span { border-color: rgb(197,183,63); }

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