#C5B339

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

Shades of Old Gold #C5B339

Tints of Old Gold #C5B339

Color information

#C5B339 (or 0xC5B339) is unknown color: approx Old Gold. HEX triplet: C5, B3 and 39. RGB value is (197,179,57). Sum of RGB (Red+Green+Blue) = 197+179+57=433 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.50% from 433); Green value is 179 (70.31% from 255 or 41.34% from 433); Blue value is 57 (22.66% from 255 or 13.16% from 433); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B339 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5B339 is #3A4CC6. Grayscale: #AAAAAA. Windows color (decimal): -3820743 or 3781573. OLE color: 3781573.

HSL color Cylindrical-coordinate representation of color #C5B339: hue angle of 52.29º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C5B339 is Cyan = 0, Magento = 0.09, Yellow = 0.71 and Black (K on CMYK) = 0.23.

Color convert

RGB19717957-
CMYK00.090.710.23
HSL52.29º55.12%49.8%-
HSV(B)52.29º71.07%77.25%-
XYZ39.8844.4110.34-
YUV170.4763.96146.92-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 45.50%
GREEN value IS 179 (70.31% from 255) = 41.34%
BLUE value IS 57 (22.66% from 255) = 13.16%
R=45.50%
G=41.34%
B=13.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.71
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971795700.090.710.2352.2955.1249.8
HexC5B339094717343732
Octal3052637101110727646762
Binary110001011011001111100101001100011110111110100110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5B339

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5B339; }

 p { color: rgb(197,179,57); }

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

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

 a { background-color: rgb(197,179,57); }

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

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

 span { border-color: rgb(197,179,57); }

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