#C29319

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

Shades of Buddha Gold #C29319

Tints of Buddha Gold #C29319

Color information

#C29319 (or 0xC29319) is unknown color: approx Buddha Gold. HEX triplet: C2, 93 and 19. RGB value is (194,147,25). Sum of RGB (Red+Green+Blue) = 194+147+25=366 (48% of max value = 765). Red value is 194 (76.17% from 255 or 53.01% from 366); Green value is 147 (57.81% from 255 or 40.16% from 366); Blue value is 25 (10.16% from 255 or 6.83% from 366); Max value from RGB is 194 - color contains mainly: red. Hex color #C29319 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C29319 is #3D6CE6. Grayscale: #939393. Windows color (decimal): -4025575 or 1676226. OLE color: 1676226.

HSL color Cylindrical-coordinate representation of color #C29319: hue angle of 43.31º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C29319 is Cyan = 0, Magento = 0.24, Yellow = 0.87 and Black (K on CMYK) = 0.24.

Color convert

RGB19414725-
CMYK00.240.870.24
HSL43.31º77.17%42.94%-
HSV(B)43.31º87.11%76.08%-
XYZ32.8632.415.44-
YUV147.1559.07161.42-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 53.01%
GREEN value IS 147 (57.81% from 255) = 40.16%
BLUE value IS 25 (10.16% from 255) = 6.83%
R=53.01%
G=40.16%
B=6.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.87
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941472500.240.870.2443.3177.1742.94
HexC2931901857182b4d2b
Octal30222331030127305311553
Binary1100001010010011110010110001010111110001010111001101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C29319

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C29319; }

 p { color: rgb(194,147,25); }

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

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

 a { background-color: rgb(194,147,25); }

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

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

 span { border-color: rgb(194,147,25); }

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