#C59B10

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

Shades of Buddha Gold #C59B10

Tints of Buddha Gold #C59B10

Color information

#C59B10 (or 0xC59B10) is unknown color: approx Buddha Gold. HEX triplet: C5, 9B and 10. RGB value is (197,155,16). Sum of RGB (Red+Green+Blue) = 197+155+16=368 (48% of max value = 765). Red value is 197 (77.34% from 255 or 53.53% from 368); Green value is 155 (60.94% from 255 or 42.12% from 368); Blue value is 16 (6.64% from 255 or 4.35% from 368); Max value from RGB is 197 - color contains mainly: red. Hex color #C59B10 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C59B10 is #3A64EF. Grayscale: #989898. Windows color (decimal): -3826928 or 1088453. OLE color: 1088453.

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

Color convert

RGB19715516-
CMYK00.210.920.23
HSL46.08º84.98%41.76%-
HSV(B)46.08º91.88%77.25%-
XYZ34.8435.355.48-
YUV151.7151.41160.3-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 53.53%
GREEN value IS 155 (60.94% from 255) = 42.12%
BLUE value IS 16 (6.64% from 255) = 4.35%
R=53.53%
G=42.12%
B=4.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.92
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971551600.210.920.2346.0884.9841.76
HexC59B100155C172e552a
Octal30523320025134275612552
Binary1100010110011011100000101011011100101111011101010101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C59B10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C59B10; }

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

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

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

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

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

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

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

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