#C5A024

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

Shades of Buddha Gold #C5A024

Tints of Buddha Gold #C5A024

Color information

#C5A024 (or 0xC5A024) is unknown color: approx Buddha Gold. HEX triplet: C5, A0 and 24. RGB value is (197,160,36). Sum of RGB (Red+Green+Blue) = 197+160+36=393 (52% of max value = 765). Red value is 197 (77.34% from 255 or 50.13% from 393); Green value is 160 (62.89% from 255 or 40.71% from 393); Blue value is 36 (14.45% from 255 or 9.16% from 393); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A024 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5A024 is #3A5FDB. Grayscale: #9D9D9D. Windows color (decimal): -3825628 or 2400453. OLE color: 2400453.

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

Color convert

RGB19716036-
CMYK00.190.820.23
HSL46.21º69.1%45.69%-
HSV(B)46.21º81.73%77.25%-
XYZ35.9237.146.94-
YUV156.9359.76156.58-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 50.13%
GREEN value IS 160 (62.89% from 255) = 40.71%
BLUE value IS 36 (14.45% from 255) = 9.16%
R=50.13%
G=40.71%
B=9.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.82
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971603600.190.820.2346.2169.145.69
HexC5A02401352172e452e
Octal30524044023122275610556
Binary11000101101000001001000100111010010101111011101000101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5A024

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5A024; }

 p { color: rgb(197,160,36); }

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

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

 a { background-color: rgb(197,160,36); }

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

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

 span { border-color: rgb(197,160,36); }

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