#C5A014

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

Shades of Buddha Gold #C5A014

Tints of Buddha Gold #C5A014

Color information

#C5A014 (or 0xC5A014) is unknown color: approx Buddha Gold. HEX triplet: C5, A0 and 14. RGB value is (197,160,20). Sum of RGB (Red+Green+Blue) = 197+160+20=377 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.25% from 377); Green value is 160 (62.89% from 255 or 42.44% from 377); Blue value is 20 (8.20% from 255 or 5.31% from 377); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A014 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C5A014 is #3A5FEB. Grayscale: #9B9B9B. Windows color (decimal): -3825644 or 1351877. OLE color: 1351877.

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

Color convert

RGB19716020-
CMYK00.190.900.23
HSL47.46º81.57%42.55%-
HSV(B)47.46º89.85%77.25%-
XYZ35.7237.065.93-
YUV155.151.76157.88-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 52.25%
GREEN value IS 160 (62.89% from 255) = 42.44%
BLUE value IS 20 (8.20% from 255) = 5.31%
R=52.25%
G=42.44%
B=5.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.90
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971602000.190.900.2347.4681.5742.55
HexC5A0140135A172f522b
Octal30524024023132275712253
Binary1100010110100000101000100111011010101111011111010010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5A014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5A014; }

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

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

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

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

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

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

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

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