#C5A40D

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

Shades of Buddha Gold #C5A40D

Tints of Buddha Gold #C5A40D

Color information

#C5A40D (or 0xC5A40D) is unknown color: approx Buddha Gold. HEX triplet: C5, A4 and 0D. RGB value is (197,164,13). Sum of RGB (Red+Green+Blue) = 197+164+13=374 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.67% from 374); Green value is 164 (64.45% from 255 or 43.85% from 374); Blue value is 13 (5.47% from 255 or 3.48% from 374); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A40D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C5A40D is #3A5BF2. Grayscale: #9D9D9D. Windows color (decimal): -3824627 or 894149. OLE color: 894149.

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

Color convert

RGB19716413-
CMYK00.170.930.23
HSL49.24º87.62%41.18%-
HSV(B)49.24º93.4%77.25%-
XYZ36.3738.455.89-
YUV156.6546.93156.78-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 52.67%
GREEN value IS 164 (64.45% from 255) = 43.85%
BLUE value IS 13 (5.47% from 255) = 3.48%
R=52.67%
G=43.85%
B=3.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.93
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971641300.170.930.2349.2487.6241.18
HexC5A4D0115D17315829
Octal30524415021135276113051
Binary110001011010010011010100011011101101111100011011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5A40D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5A40D; }

 p { color: rgb(197,164,13); }

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

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

 a { background-color: rgb(197,164,13); }

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

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

 span { border-color: rgb(197,164,13); }

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