#C4A220

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

Shades of Buddha Gold #C4A220

Tints of Buddha Gold #C4A220

Color information

#C4A220 (or 0xC4A220) is unknown color: approx Buddha Gold. HEX triplet: C4, A2 and 20. RGB value is (196,162,32). Sum of RGB (Red+Green+Blue) = 196+162+32=390 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.26% from 390); Green value is 162 (63.67% from 255 or 41.54% from 390); Blue value is 32 (12.89% from 255 or 8.21% from 390); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A220 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4A220 is #3B5DDF. Grayscale: #9D9D9D. Windows color (decimal): -3890656 or 2138820. OLE color: 2138820.

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

Color convert

RGB19616232-
CMYK00.170.840.23
HSL47.56º71.93%44.71%-
HSV(B)47.56º83.67%76.86%-
XYZ35.9537.686.75-
YUV157.3557.26155.57-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 50.26%
GREEN value IS 162 (63.67% from 255) = 41.54%
BLUE value IS 32 (12.89% from 255) = 8.21%
R=50.26%
G=41.54%
B=8.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.84
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961623200.170.840.2347.5671.9344.71
HexC4A220011541730482d
Octal30424240021124276011055
Binary11000100101000101000000100011010100101111100001001000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4A220

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4A220; }

 p { color: rgb(196,162,32); }

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

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

 a { background-color: rgb(196,162,32); }

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

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

 span { border-color: rgb(196,162,32); }

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