#C59610

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

Shades of Buddha Gold #C59610

Tints of Buddha Gold #C59610

Color information

#C59610 (or 0xC59610) is unknown color: approx Buddha Gold. HEX triplet: C5, 96 and 10. RGB value is (197,150,16). Sum of RGB (Red+Green+Blue) = 197+150+16=363 (48% of max value = 765). Red value is 197 (77.34% from 255 or 54.27% from 363); Green value is 150 (58.98% from 255 or 41.32% from 363); Blue value is 16 (6.64% from 255 or 4.41% from 363); Max value from RGB is 197 - color contains mainly: red. Hex color #C59610 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C59610 is #3A69EF. Grayscale: #959595. Windows color (decimal): -3828208 or 1087173. OLE color: 1087173.

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

Color convert

RGB19715016-
CMYK00.240.920.23
HSL44.42º84.98%41.76%-
HSV(B)44.42º91.88%77.25%-
XYZ34.0333.725.21-
YUV148.7853.07162.4-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 54.27%
GREEN value IS 150 (58.98% from 255) = 41.32%
BLUE value IS 16 (6.64% from 255) = 4.41%
R=54.27%
G=41.32%
B=4.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.92
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971501600.240.920.2344.4284.9841.76
HexC596100185C172c552a
Octal30522620030134275412552
Binary1100010110010110100000110001011100101111011001010101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C59610

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C59610; }

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

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

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

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

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

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

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

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