#C59114

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

Shades of Buddha Gold #C59114

Tints of Buddha Gold #C59114

Color information

#C59114 (or 0xC59114) is unknown color: approx Buddha Gold. HEX triplet: C5, 91 and 14. RGB value is (197,145,20). Sum of RGB (Red+Green+Blue) = 197+145+20=362 (47% of max value = 765). Red value is 197 (77.34% from 255 or 54.42% from 362); Green value is 145 (57.03% from 255 or 40.06% from 362); Blue value is 20 (8.20% from 255 or 5.52% from 362); Max value from RGB is 197 - color contains mainly: red. Hex color #C59114 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C59114 is #3A6EEB. Grayscale: #929292. Windows color (decimal): -3829484 or 1348037. OLE color: 1348037.

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

Color convert

RGB19714520-
CMYK00.260.900.23
HSL42.37º81.57%42.55%-
HSV(B)42.37º89.85%77.25%-
XYZ33.2832.175.12-
YUV146.356.73164.16-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 54.42%
GREEN value IS 145 (57.03% from 255) = 40.06%
BLUE value IS 20 (8.20% from 255) = 5.52%
R=54.42%
G=40.06%
B=5.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.90
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971452000.260.900.2342.3781.5742.55
HexC5911401A5A172a522b
Octal30522124032132275212253
Binary1100010110010001101000110101011010101111010101010010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C59114

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C59114; }

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

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

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

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

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

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

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

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