#C29218

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

Shades of Buddha Gold #C29218

Tints of Buddha Gold #C29218

Color information

#C29218 (or 0xC29218) is unknown color: approx Buddha Gold. HEX triplet: C2, 92 and 18. RGB value is (194,146,24). Sum of RGB (Red+Green+Blue) = 194+146+24=364 (48% of max value = 765). Red value is 194 (76.17% from 255 or 53.30% from 364); Green value is 146 (57.42% from 255 or 40.11% from 364); Blue value is 24 (9.77% from 255 or 6.59% from 364); Max value from RGB is 194 - color contains mainly: red. Hex color #C29218 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C29218 is #3D6DE7. Grayscale: #929292. Windows color (decimal): -4025832 or 1610434. OLE color: 1610434.

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

Color convert

RGB19414624-
CMYK00.250.880.24
HSL43.06º77.98%42.75%-
HSV(B)43.06º87.63%76.08%-
XYZ32.6932.095.34-
YUV146.4458.9161.92-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 53.30%
GREEN value IS 146 (57.42% from 255) = 40.11%
BLUE value IS 24 (9.77% from 255) = 6.59%
R=53.30%
G=40.11%
B=6.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.88
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941462400.250.880.2443.0677.9842.75
HexC2921801958182b4e2b
Octal30222230031130305311653
Binary1100001010010010110000110011011000110001010111001110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C29218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C29218; }

 p { color: rgb(194,146,24); }

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

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

 a { background-color: rgb(194,146,24); }

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

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

 span { border-color: rgb(194,146,24); }

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