#c4a11f

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

Shades of Buddha Gold #C4A11F

Tints of Buddha Gold #C4A11F

Color information

#C4A11F (or 0xC4A11F) is unknown color: approx Buddha Gold. HEX triplet: C4, A1 and 1F. RGB value is (196,161,31). Sum of RGB (Red+Green+Blue) = 196+161+31=388 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.52% from 388); Green value is 161 (63.28% from 255 or 41.49% from 388); Blue value is 31 (12.5% from 255 or 7.99% from 388); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A11F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4A11F is #3B5EE0. Grayscale: #9D9D9D. Windows color (decimal): -3890913 or 2073028. OLE color: 2073028.

HSL color Cylindrical-coordinate representation of color #C4A11F: hue angle of 47.27º degrees, saturation: 0.73, 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 #C4A11F is Cyan = 0, Magento = 0.18, Yellow = 0.84 and Black (K on CMYK) = 0.23.

Color convert

RGB19616131-
CMYK00.180.840.23
HSL47.27º72.69%44.51%-
HSV(B)47.27º84.18%76.86%-
XYZ35.7637.326.62-
YUV156.6457.1156.07-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 50.52%
GREEN value IS 161 (63.28% from 255) = 41.49%
BLUE value IS 31 (12.5% from 255) = 7.99%
R=50.52%
G=41.49%
B=7.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.84
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961613100.180.840.2347.2772.6944.51
HexC4A11F01254172f492d
Octal30424137022124275711155
Binary1100010010100001111110100101010100101111011111001001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c4a11f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c4a11f; }

 p { color: rgb(196,161,31); }

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

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

 a { background-color: rgb(196,161,31); }

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

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

 span { border-color: rgb(196,161,31); }

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