#C49514

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

Shades of Buddha Gold #C49514

Tints of Buddha Gold #C49514

Color information

#C49514 (or 0xC49514) is unknown color: approx Buddha Gold. HEX triplet: C4, 95 and 14. RGB value is (196,149,20). Sum of RGB (Red+Green+Blue) = 196+149+20=365 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.70% from 365); Green value is 149 (58.59% from 255 or 40.82% from 365); Blue value is 20 (8.20% from 255 or 5.48% from 365); Max value from RGB is 196 - color contains mainly: red. Hex color #C49514 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C49514 is #3B6AEB. Grayscale: #949494. Windows color (decimal): -3893996 or 1349060. OLE color: 1349060.

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

Color convert

RGB19614920-
CMYK00.240.900.23
HSL43.98º81.48%42.35%-
HSV(B)43.98º89.8%76.86%-
XYZ33.6433.285.31-
YUV148.3555.57161.99-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 53.70%
GREEN value IS 149 (58.59% from 255) = 40.82%
BLUE value IS 20 (8.20% from 255) = 5.48%
R=53.70%
G=40.82%
B=5.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.90
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961492000.240.900.2343.9881.4842.35
HexC495140185A172c512a
Octal30422524030132275412152
Binary1100010010010101101000110001011010101111011001010001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C49514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C49514; }

 p { color: rgb(196,149,20); }

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

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

 a { background-color: rgb(196,149,20); }

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

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

 span { border-color: rgb(196,149,20); }

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