#C79713

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

Shades of Buddha Gold #C79713

Tints of Buddha Gold #C79713

Color information

#C79713 (or 0xC79713) is unknown color: approx Buddha Gold. HEX triplet: C7, 97 and 13. RGB value is (199,151,19). Sum of RGB (Red+Green+Blue) = 199+151+19=369 (48% of max value = 765). Red value is 199 (78.12% from 255 or 53.93% from 369); Green value is 151 (59.38% from 255 or 40.92% from 369); Blue value is 19 (7.81% from 255 or 5.15% from 369); Max value from RGB is 199 - color contains mainly: red. Hex color #C79713 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C79713 is #3868EC. Grayscale: #969696. Windows color (decimal): -3696877 or 1284039. OLE color: 1284039.

HSL color Cylindrical-coordinate representation of color #C79713: hue angle of 44º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C79713 is Cyan = 0, Magento = 0.24, Yellow = 0.90 and Black (K on CMYK) = 0.22.

Color convert

RGB19915119-
CMYK00.240.900.22
HSL44º82.57%42.75%-
HSV(B)44º90.45%78.04%-
XYZ34.7434.325.41-
YUV150.353.9162.73-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 53.93%
GREEN value IS 151 (59.38% from 255) = 40.92%
BLUE value IS 19 (7.81% from 255) = 5.15%
R=53.93%
G=40.92%
B=5.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.90
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991511900.240.900.224482.5742.75
HexC797130185A162c532b
Octal30722723030132265412353
Binary1100011110010111100110110001011010101101011001010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C79713

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C79713; }

 p { color: rgb(199,151,19); }

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

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

 a { background-color: rgb(199,151,19); }

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

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

 span { border-color: rgb(199,151,19); }

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