#C5A316

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

Shades of Buddha Gold #C5A316

Tints of Buddha Gold #C5A316

Color information

#C5A316 (or 0xC5A316) is unknown color: approx Buddha Gold. HEX triplet: C5, A3 and 16. RGB value is (197,163,22). Sum of RGB (Red+Green+Blue) = 197+163+22=382 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.57% from 382); Green value is 163 (64.06% from 255 or 42.67% from 382); Blue value is 22 (8.98% from 255 or 5.76% from 382); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A316 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C5A316 is #3A5CE9. Grayscale: #9D9D9D. Windows color (decimal): -3824874 or 1483717. OLE color: 1483717.

HSL color Cylindrical-coordinate representation of color #C5A316: hue angle of 48.34º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C5A316 is Cyan = 0, Magento = 0.17, Yellow = 0.89 and Black (K on CMYK) = 0.23.

Color convert

RGB19716322-
CMYK00.170.890.23
HSL48.34º79.91%42.94%-
HSV(B)48.34º88.83%77.25%-
XYZ36.2738.126.21-
YUV157.0951.76156.46-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 51.57%
GREEN value IS 163 (64.06% from 255) = 42.67%
BLUE value IS 22 (8.98% from 255) = 5.76%
R=51.57%
G=42.67%
B=5.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.89
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971632200.170.890.2348.3479.9142.94
HexC5A316011591730502b
Octal30524326021131276012053
Binary1100010110100011101100100011011001101111100001010000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5A316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5A316; }

 p { color: rgb(197,163,22); }

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

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

 a { background-color: rgb(197,163,22); }

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

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

 span { border-color: rgb(197,163,22); }

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