#C5A51A

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

Shades of Buddha Gold #C5A51A

Tints of Buddha Gold #C5A51A

Color information

#C5A51A (or 0xC5A51A) is unknown color: approx Buddha Gold. HEX triplet: C5, A5 and 1A. RGB value is (197,165,26). Sum of RGB (Red+Green+Blue) = 197+165+26=388 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.77% from 388); Green value is 165 (64.84% from 255 or 42.53% from 388); Blue value is 26 (10.55% from 255 or 6.70% from 388); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A51A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5A51A is #3A5AE5. Grayscale: #9F9F9F. Windows color (decimal): -3824358 or 1746373. OLE color: 1746373.

HSL color Cylindrical-coordinate representation of color #C5A51A: hue angle of 48.77º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C5A51A is Cyan = 0, Magento = 0.16, Yellow = 0.87 and Black (K on CMYK) = 0.23.

Color convert

RGB19716526-
CMYK00.160.870.23
HSL48.77º76.68%43.73%-
HSV(B)48.77º86.8%77.25%-
XYZ36.6738.866.54-
YUV158.7253.1155.3-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 50.77%
GREEN value IS 165 (64.84% from 255) = 42.53%
BLUE value IS 26 (10.55% from 255) = 6.70%
R=50.77%
G=42.53%
B=6.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.87
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971652600.160.870.2348.7776.6843.73
HexC5A51A0105717314d2c
Octal30524532020127276111554
Binary1100010110100101110100100001010111101111100011001101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5A51A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5A51A; }

 p { color: rgb(197,165,26); }

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

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

 a { background-color: rgb(197,165,26); }

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

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

 span { border-color: rgb(197,165,26); }

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