#C5B43E

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

Shades of Old Gold #C5B43E

Tints of Old Gold #C5B43E

Color information

#C5B43E (or 0xC5B43E) is unknown color: approx Old Gold. HEX triplet: C5, B4 and 3E. RGB value is (197,180,62). Sum of RGB (Red+Green+Blue) = 197+180+62=439 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.87% from 439); Green value is 180 (70.70% from 255 or 41.00% from 439); Blue value is 62 (24.61% from 255 or 14.12% from 439); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B43E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5B43E is #3A4BC1. Grayscale: #ACACAC. Windows color (decimal): -3820482 or 4109509. OLE color: 4109509.

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

Color convert

RGB19718062-
CMYK00.090.690.23
HSL52.44º53.78%50.78%-
HSV(B)52.44º68.53%77.25%-
XYZ40.2244.8611.1-
YUV171.6366.13146.09-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 44.87%
GREEN value IS 180 (70.70% from 255) = 41.00%
BLUE value IS 62 (24.61% from 255) = 14.12%
R=44.87%
G=41.00%
B=14.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.69
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971806200.090.690.2352.4453.7850.78
HexC5B43E094517343633
Octal3052647601110527646663
Binary110001011011010011111001001100010110111110100110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5B43E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5B43E; }

 p { color: rgb(197,180,62); }

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

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

 a { background-color: rgb(197,180,62); }

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

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

 span { border-color: rgb(197,180,62); }

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