#c4960d

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

Shades of Buddha Gold #C4960D

Tints of Buddha Gold #C4960D

Color information

#C4960D (or 0xC4960D) is unknown color: approx Buddha Gold. HEX triplet: C4, 96 and 0D. RGB value is (196,150,13). Sum of RGB (Red+Green+Blue) = 196+150+13=359 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.60% from 359); Green value is 150 (58.98% from 255 or 41.78% from 359); Blue value is 13 (5.47% from 255 or 3.62% from 359); Max value from RGB is 196 - color contains mainly: red. Hex color #C4960D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C4960D is #3B69F2. Grayscale: #949494. Windows color (decimal): -3893747 or 890564. OLE color: 890564.

HSL color Cylindrical-coordinate representation of color #C4960D: hue angle of 44.92º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C4960D is Cyan = 0, Magento = 0.23, Yellow = 0.93 and Black (K on CMYK) = 0.23.

Color convert

RGB19615013-
CMYK00.230.930.23
HSL44.92º87.56%40.98%-
HSV(B)44.92º93.37%76.86%-
XYZ33.7433.585.08-
YUV148.1451.74162.14-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 54.60%
GREEN value IS 150 (58.98% from 255) = 41.78%
BLUE value IS 13 (5.47% from 255) = 3.62%
R=54.60%
G=41.78%
B=3.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.93
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961501300.230.930.2344.9287.5640.98
HexC496D0175D172d5829
Octal30422615027135275513051
Binary110001001001011011010101111011101101111011011011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c4960d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c4960d; }

 p { color: rgb(196,150,13); }

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

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

 a { background-color: rgb(196,150,13); }

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

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

 span { border-color: rgb(196,150,13); }

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