#C59511

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

Shades of Buddha Gold #C59511

Tints of Buddha Gold #C59511

Color information

#C59511 (or 0xC59511) is unknown color: approx Buddha Gold. HEX triplet: C5, 95 and 11. RGB value is (197,149,17). Sum of RGB (Red+Green+Blue) = 197+149+17=363 (48% of max value = 765). Red value is 197 (77.34% from 255 or 54.27% from 363); Green value is 149 (58.59% from 255 or 41.05% from 363); Blue value is 17 (7.03% from 255 or 4.68% from 363); Max value from RGB is 197 - color contains mainly: red. Hex color #C59511 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C59511 is #3A6AEE. Grayscale: #949494. Windows color (decimal): -3828463 or 1152453. OLE color: 1152453.

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

Color convert

RGB19714917-
CMYK00.240.910.23
HSL44º84.11%41.96%-
HSV(B)44º91.37%77.25%-
XYZ33.8733.415.19-
YUV148.353.9162.73-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 54.27%
GREEN value IS 149 (58.59% from 255) = 41.05%
BLUE value IS 17 (7.03% from 255) = 4.68%
R=54.27%
G=41.05%
B=4.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.91
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971491700.240.910.234484.1141.96
HexC595110185B172c542a
Octal30522521030133275412452
Binary1100010110010101100010110001011011101111011001010100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C59511

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C59511; }

 p { color: rgb(197,149,17); }

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

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

 a { background-color: rgb(197,149,17); }

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

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

 span { border-color: rgb(197,149,17); }

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