#C49909

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

Shades of Buddha Gold #C49909

Tints of Buddha Gold #C49909

Color information

#C49909 (or 0xC49909) is unknown color: approx Buddha Gold. HEX triplet: C4, 99 and 09. RGB value is (196,153,9). Sum of RGB (Red+Green+Blue) = 196+153+9=358 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.75% from 358); Green value is 153 (60.16% from 255 or 42.74% from 358); Blue value is 9 (3.91% from 255 or 2.51% from 358); Max value from RGB is 196 - color contains mainly: red. Hex color #C49909 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C49909 is #3B66F6. Grayscale: #969696. Windows color (decimal): -3892983 or 629188. OLE color: 629188.

HSL color Cylindrical-coordinate representation of color #C49909: hue angle of 46.2º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C49909 is Cyan = 0, Magento = 0.22, Yellow = 0.95 and Black (K on CMYK) = 0.23.

Color convert

RGB1961539-
CMYK00.220.950.23
HSL46.2º91.22%40.2%-
HSV(B)46.2º95.41%76.86%-
XYZ34.2134.545.12-
YUV149.4448.75161.21-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 54.75%
GREEN value IS 153 (60.16% from 255) = 42.74%
BLUE value IS 9 (3.91% from 255) = 2.51%
R=54.75%
G=42.74%
B=2.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.95
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196153900.220.950.2346.291.2240.2
HexC49990165F172e5b28
Octal30423111026137275613350
Binary110001001001100110010101101011111101111011101011011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C49909

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C49909; }

 p { color: rgb(196,153,9); }

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

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

 a { background-color: rgb(196,153,9); }

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

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

 span { border-color: rgb(196,153,9); }

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