#C29807

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

Shades of Buddha Gold #C29807

Tints of Buddha Gold #C29807

Color information

#C29807 (or 0xC29807) is unknown color: approx Buddha Gold. HEX triplet: C2, 98 and 07. RGB value is (194,152,7). Sum of RGB (Red+Green+Blue) = 194+152+7=353 (46% of max value = 765). Red value is 194 (76.17% from 255 or 54.96% from 353); Green value is 152 (59.77% from 255 or 43.06% from 353); Blue value is 7 (3.12% from 255 or 1.98% from 353); Max value from RGB is 194 - color contains mainly: red. Hex color #C29807 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C29807 is #3D67F8. Grayscale: #949494. Windows color (decimal): -4024313 or 497858. OLE color: 497858.

HSL color Cylindrical-coordinate representation of color #C29807: hue angle of 46.52º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C29807 is Cyan = 0, Magento = 0.22, Yellow = 0.96 and Black (K on CMYK) = 0.24.

Color convert

RGB1941527-
CMYK00.220.960.24
HSL46.52º93.03%39.41%-
HSV(B)46.52º96.39%76.08%-
XYZ33.5133.944.99-
YUV148.0348.41160.79-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 54.96%
GREEN value IS 152 (59.77% from 255) = 43.06%
BLUE value IS 7 (3.12% from 255) = 1.98%
R=54.96%
G=43.06%
B=1.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.96
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194152700.220.960.2446.5293.0339.41
HexC298701660182f5d27
Octal3022307026140305713547
Binary11000010100110001110101101100000110001011111011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C29807

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C29807; }

 p { color: rgb(194,152,7); }

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

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

 a { background-color: rgb(194,152,7); }

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

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

 span { border-color: rgb(194,152,7); }

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