#c4a41b

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

Shades of Buddha Gold #C4A41B

Tints of Buddha Gold #C4A41B

Color information

#C4A41B (or 0xC4A41B) is unknown color: approx Buddha Gold. HEX triplet: C4, A4 and 1B. RGB value is (196,164,27). Sum of RGB (Red+Green+Blue) = 196+164+27=387 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.65% from 387); Green value is 164 (64.45% from 255 or 42.38% from 387); Blue value is 27 (10.94% from 255 or 6.98% from 387); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A41B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4A41B is #3B5BE4. Grayscale: #9E9E9E. Windows color (decimal): -3890149 or 1811652. OLE color: 1811652.

HSL color Cylindrical-coordinate representation of color #C4A41B: hue angle of 48.64º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C4A41B is Cyan = 0, Magento = 0.16, Yellow = 0.86 and Black (K on CMYK) = 0.23.

Color convert

RGB19616427-
CMYK00.160.860.23
HSL48.64º75.78%43.73%-
HSV(B)48.64º86.22%76.86%-
XYZ36.2438.376.53-
YUV157.9554.1155.14-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 50.65%
GREEN value IS 164 (64.45% from 255) = 42.38%
BLUE value IS 27 (10.94% from 255) = 6.98%
R=50.65%
G=42.38%
B=6.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.86
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961642700.160.860.2348.6475.7843.73
HexC4A41B0105617314c2c
Octal30424433020126276111454
Binary1100010010100100110110100001010110101111100011001100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c4a41b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c4a41b; }

 p { color: rgb(196,164,27); }

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

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

 a { background-color: rgb(196,164,27); }

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

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

 span { border-color: rgb(196,164,27); }

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