#C49A21

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

Shades of Buddha Gold #C49A21

Tints of Buddha Gold #C49A21

Color information

#C49A21 (or 0xC49A21) is unknown color: approx Buddha Gold. HEX triplet: C4, 9A and 21. RGB value is (196,154,33). Sum of RGB (Red+Green+Blue) = 196+154+33=383 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.17% from 383); Green value is 154 (60.55% from 255 or 40.21% from 383); Blue value is 33 (13.28% from 255 or 8.62% from 383); Max value from RGB is 196 - color contains mainly: red. Hex color #C49A21 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C49A21 is #3B65DE. Grayscale: #999999. Windows color (decimal): -3892703 or 2202308. OLE color: 2202308.

HSL color Cylindrical-coordinate representation of color #C49A21: hue angle of 44.54º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C49A21 is Cyan = 0, Magento = 0.21, Yellow = 0.83 and Black (K on CMYK) = 0.23.

Color convert

RGB19615433-
CMYK00.210.830.23
HSL44.54º71.18%44.9%-
HSV(B)44.54º83.16%76.86%-
XYZ34.634.966.36-
YUV152.7660.41158.84-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 51.17%
GREEN value IS 154 (60.55% from 255) = 40.21%
BLUE value IS 33 (13.28% from 255) = 8.62%
R=51.17%
G=40.21%
B=8.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.83
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961543300.210.830.2344.5471.1844.9
HexC49A2101553172d472d
Octal30423241025123275510755
Binary11000100100110101000010101011010011101111011011000111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C49A21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C49A21; }

 p { color: rgb(196,154,33); }

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

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

 a { background-color: rgb(196,154,33); }

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

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

 span { border-color: rgb(196,154,33); }

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