#C5A41A

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

Shades of Buddha Gold #C5A41A

Tints of Buddha Gold #C5A41A

Color information

#C5A41A (or 0xC5A41A) is unknown color: approx Buddha Gold. HEX triplet: C5, A4 and 1A. RGB value is (197,164,26). Sum of RGB (Red+Green+Blue) = 197+164+26=387 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.90% from 387); Green value is 164 (64.45% from 255 or 42.38% from 387); Blue value is 26 (10.55% from 255 or 6.72% from 387); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A41A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5A41A is #3A5BE5. Grayscale: #9E9E9E. Windows color (decimal): -3824614 or 1746117. OLE color: 1746117.

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

Color convert

RGB19716426-
CMYK00.170.870.23
HSL48.42º76.68%43.73%-
HSV(B)48.42º86.8%77.25%-
XYZ36.4938.56.48-
YUV158.1453.43155.72-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 50.90%
GREEN value IS 164 (64.45% from 255) = 42.38%
BLUE value IS 26 (10.55% from 255) = 6.72%
R=50.90%
G=42.38%
B=6.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.87
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971642600.170.870.2348.4276.6843.73
HexC5A41A0115717304d2c
Octal30524432021127276011554
Binary1100010110100100110100100011010111101111100001001101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5A41A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5A41A; }

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

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

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

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

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

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

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

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