#C59A10

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

Shades of Buddha Gold #C59A10

Tints of Buddha Gold #C59A10

Color information

#C59A10 (or 0xC59A10) is unknown color: approx Buddha Gold. HEX triplet: C5, 9A and 10. RGB value is (197,154,16). Sum of RGB (Red+Green+Blue) = 197+154+16=367 (48% of max value = 765). Red value is 197 (77.34% from 255 or 53.68% from 367); Green value is 154 (60.55% from 255 or 41.96% from 367); Blue value is 16 (6.64% from 255 or 4.36% from 367); Max value from RGB is 197 - color contains mainly: red. Hex color #C59A10 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C59A10 is #3A65EF. Grayscale: #979797. Windows color (decimal): -3827184 or 1088197. OLE color: 1088197.

HSL color Cylindrical-coordinate representation of color #C59A10: hue angle of 45.75º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C59A10 is Cyan = 0, Magento = 0.22, Yellow = 0.92 and Black (K on CMYK) = 0.23.

Color convert

RGB19715416-
CMYK00.220.920.23
HSL45.75º84.98%41.76%-
HSV(B)45.75º91.88%77.25%-
XYZ34.6835.025.42-
YUV151.1251.75160.72-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 53.68%
GREEN value IS 154 (60.55% from 255) = 41.96%
BLUE value IS 16 (6.64% from 255) = 4.36%
R=53.68%
G=41.96%
B=4.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.92
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971541600.220.920.2345.7584.9841.76
HexC59A100165C172e552a
Octal30523220026134275612552
Binary1100010110011010100000101101011100101111011101010101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C59A10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C59A10; }

 p { color: rgb(197,154,16); }

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

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

 a { background-color: rgb(197,154,16); }

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

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

 span { border-color: rgb(197,154,16); }

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