#C49F14

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

Shades of Buddha Gold #C49F14

Tints of Buddha Gold #C49F14

Color information

#C49F14 (or 0xC49F14) is unknown color: approx Buddha Gold. HEX triplet: C4, 9F and 14. RGB value is (196,159,20). Sum of RGB (Red+Green+Blue) = 196+159+20=375 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.27% from 375); Green value is 159 (62.5% from 255 or 42.4% from 375); Blue value is 20 (8.20% from 255 or 5.33% from 375); Max value from RGB is 196 - color contains mainly: red. Hex color #C49F14 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C49F14 is #3B60EB. Grayscale: #9A9A9A. Windows color (decimal): -3891436 or 1351620. OLE color: 1351620.

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

Color convert

RGB19615920-
CMYK00.190.900.23
HSL47.39º81.48%42.35%-
HSV(B)47.39º89.8%76.86%-
XYZ35.2936.585.86-
YUV154.2252.26157.8-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 52.27%
GREEN value IS 159 (62.5% from 255) = 42.4%
BLUE value IS 20 (8.20% from 255) = 5.33%
R=52.27%
G=42.4%
B=5.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.90
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961592000.190.900.2347.3981.4842.35
HexC49F140135A172f512a
Octal30423724023132275712152
Binary1100010010011111101000100111011010101111011111010001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C49F14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C49F14; }

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

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

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

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

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

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

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

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