#C79C16

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

Shades of Buddha Gold #C79C16

Tints of Buddha Gold #C79C16

Color information

#C79C16 (or 0xC79C16) is unknown color: approx Buddha Gold. HEX triplet: C7, 9C and 16. RGB value is (199,156,22). Sum of RGB (Red+Green+Blue) = 199+156+22=377 (49% of max value = 765). Red value is 199 (78.12% from 255 or 52.79% from 377); Green value is 156 (61.33% from 255 or 41.38% from 377); Blue value is 22 (8.98% from 255 or 5.84% from 377); Max value from RGB is 199 - color contains mainly: red. Hex color #C79C16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C79C16 is #3863E9. Grayscale: #9A9A9A. Windows color (decimal): -3695594 or 1481927. OLE color: 1481927.

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

Color convert

RGB19915622-
CMYK00.220.890.22
HSL45.42º80.09%43.33%-
HSV(B)45.42º88.94%78.04%-
XYZ35.5935.985.83-
YUV153.5853.75160.4-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 52.79%
GREEN value IS 156 (61.33% from 255) = 41.38%
BLUE value IS 22 (8.98% from 255) = 5.84%
R=52.79%
G=41.38%
B=5.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.89
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991562200.220.890.2245.4280.0943.33
HexC79C1601659162d502b
Octal30723426026131265512053
Binary1100011110011100101100101101011001101101011011010000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C79C16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C79C16; }

 p { color: rgb(199,156,22); }

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

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

 a { background-color: rgb(199,156,22); }

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

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

 span { border-color: rgb(199,156,22); }

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