#C5B72A

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

Shades of Old Gold #C5B72A

Tints of Old Gold #C5B72A

Color information

#C5B72A (or 0xC5B72A) is unknown color: approx Old Gold. HEX triplet: C5, B7 and 2A. RGB value is (197,183,42). Sum of RGB (Red+Green+Blue) = 197+183+42=422 (55% of max value = 765). Red value is 197 (77.34% from 255 or 46.68% from 422); Green value is 183 (71.88% from 255 or 43.36% from 422); Blue value is 42 (16.80% from 255 or 9.95% from 422); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B72A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5B72A is #3A48D5. Grayscale: #ABABAB. Windows color (decimal): -3819734 or 2799557. OLE color: 2799557.

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

Color convert

RGB19718342-
CMYK00.070.790.23
HSL54.58º64.85%46.86%-
HSV(B)54.58º78.68%77.25%-
XYZ40.3845.98.92-
YUV171.1155.14146.46-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 46.68%
GREEN value IS 183 (71.88% from 255) = 43.36%
BLUE value IS 42 (16.80% from 255) = 9.95%
R=46.68%
G=43.36%
B=9.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.79
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971834200.070.790.2354.5864.8546.86
HexC5B72A074F1737412f
Octal3052675207117276710157
Binary110001011011011110101001111001111101111101111000001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5B72A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5B72A; }

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

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

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

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

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

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

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

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