#C5B43A

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

Shades of Old Gold #C5B43A

Tints of Old Gold #C5B43A

Color information

#C5B43A (or 0xC5B43A) is unknown color: approx Old Gold. HEX triplet: C5, B4 and 3A. RGB value is (197,180,58). Sum of RGB (Red+Green+Blue) = 197+180+58=435 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.29% from 435); Green value is 180 (70.70% from 255 or 41.38% from 435); Blue value is 58 (23.05% from 255 or 13.33% from 435); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B43A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5B43A is #3A4BC5. Grayscale: #ABABAB. Windows color (decimal): -3820486 or 3847365. OLE color: 3847365.

HSL color Cylindrical-coordinate representation of color #C5B43A: hue angle of 52.66º 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 #C5B43A is Cyan = 0, Magento = 0.09, Yellow = 0.71 and Black (K on CMYK) = 0.23.

Color convert

RGB19718058-
CMYK00.090.710.23
HSL52.66º54.51%50%-
HSV(B)52.66º70.56%77.25%-
XYZ40.1144.8210.54-
YUV171.1864.13146.42-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 45.29%
GREEN value IS 180 (70.70% from 255) = 41.38%
BLUE value IS 58 (23.05% from 255) = 13.33%
R=45.29%
G=41.38%
B=13.33%

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
Decimal1971805800.090.710.2352.6654.5150
HexC5B43A094717353732
Octal3052647201110727656762
Binary110001011011010011101001001100011110111110101110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5B43A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5B43A; }

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

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

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

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

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

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

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

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