#C5B935

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

Shades of Old Gold #C5B935

Tints of Old Gold #C5B935

Color information

#C5B935 (or 0xC5B935) is unknown color: approx Old Gold. HEX triplet: C5, B9 and 35. RGB value is (197,185,53). Sum of RGB (Red+Green+Blue) = 197+185+53=435 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.29% from 435); Green value is 185 (72.66% from 255 or 42.53% from 435); Blue value is 53 (21.09% from 255 or 12.18% from 435); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B935 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5B935 is #3A46CA. Grayscale: #AEAEAE. Windows color (decimal): -3819211 or 3520965. OLE color: 3520965.

HSL color Cylindrical-coordinate representation of color #C5B935: hue angle of 55º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C5B935 is Cyan = 0, Magento = 0.06, Yellow = 0.73 and Black (K on CMYK) = 0.23.

Color convert

RGB19718553-
CMYK00.060.730.23
HSL55º57.6%49.02%-
HSV(B)55º73.1%77.25%-
XYZ41.0246.8310.24-
YUV173.5459.98144.73-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 45.29%
GREEN value IS 185 (72.66% from 255) = 42.53%
BLUE value IS 53 (21.09% from 255) = 12.18%
R=45.29%
G=42.53%
B=12.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.73
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971855300.060.730.235557.649.02
HexC5B935064917373a31
Octal305271650611127677261
Binary11000101101110011101010110100100110111110111111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5B935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5B935; }

 p { color: rgb(197,185,53); }

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

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

 a { background-color: rgb(197,185,53); }

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

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

 span { border-color: rgb(197,185,53); }

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