#C29907

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

Shades of Buddha Gold #C29907

Tints of Buddha Gold #C29907

Color information

#C29907 (or 0xC29907) is unknown color: approx Buddha Gold. HEX triplet: C2, 99 and 07. RGB value is (194,153,7). Sum of RGB (Red+Green+Blue) = 194+153+7=354 (46% of max value = 765). Red value is 194 (76.17% from 255 or 54.80% from 354); Green value is 153 (60.16% from 255 or 43.22% from 354); Blue value is 7 (3.12% from 255 or 1.98% from 354); Max value from RGB is 194 - color contains mainly: red. Hex color #C29907 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C29907 is #3D66F8. Grayscale: #959595. Windows color (decimal): -4024057 or 498114. OLE color: 498114.

HSL color Cylindrical-coordinate representation of color #C29907: hue angle of 46.84º 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 #C29907 is Cyan = 0, Magento = 0.21, Yellow = 0.96 and Black (K on CMYK) = 0.24.

Color convert

RGB1941537-
CMYK00.210.960.24
HSL46.84º93.03%39.41%-
HSV(B)46.84º96.39%76.08%-
XYZ33.6834.275.04-
YUV148.6248.08160.37-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 54.80%
GREEN value IS 153 (60.16% from 255) = 43.22%
BLUE value IS 7 (3.12% from 255) = 1.98%
R=54.80%
G=43.22%
B=1.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.96
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194153700.210.960.2446.8493.0339.41
HexC299701560182f5d27
Octal3022317025140305713547
Binary11000010100110011110101011100000110001011111011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C29907

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C29907; }

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

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

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

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

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

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

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

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