#C4A916

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

Shades of Buddha Gold #C4A916

Tints of Buddha Gold #C4A916

Color information

#C4A916 (or 0xC4A916) is unknown color: approx Buddha Gold. HEX triplet: C4, A9 and 16. RGB value is (196,169,22). Sum of RGB (Red+Green+Blue) = 196+169+22=387 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.65% from 387); Green value is 169 (66.41% from 255 or 43.67% from 387); Blue value is 22 (8.98% from 255 or 5.68% from 387); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A916 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C4A916 is #3B56E9. Grayscale: #A0A0A0. Windows color (decimal): -3888874 or 1485252. OLE color: 1485252.

HSL color Cylindrical-coordinate representation of color #C4A916: hue angle of 50.69º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C4A916 is Cyan = 0, Magento = 0.14, Yellow = 0.89 and Black (K on CMYK) = 0.23.

Color convert

RGB19616922-
CMYK00.140.890.23
HSL50.69º79.82%42.75%-
HSV(B)50.69º88.78%76.86%-
XYZ37.140.176.56-
YUV160.3249.95153.45-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 50.65%
GREEN value IS 169 (66.41% from 255) = 43.67%
BLUE value IS 22 (8.98% from 255) = 5.68%
R=50.65%
G=43.67%
B=5.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.89
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961692200.140.890.2350.6979.8242.75
HexC4A9160E591733502b
Octal30425126016131276312053
Binary110001001010100110110011101011001101111100111010000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4A916

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4A916; }

 p { color: rgb(196,169,22); }

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

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

 a { background-color: rgb(196,169,22); }

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

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

 span { border-color: rgb(196,169,22); }

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