#C79C06

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

Shades of Buddha Gold #C79C06

Tints of Buddha Gold #C79C06

Color information

#C79C06 (or 0xC79C06) is unknown color: approx Buddha Gold. HEX triplet: C7, 9C and 06. RGB value is (199,156,6). Sum of RGB (Red+Green+Blue) = 199+156+6=361 (47% of max value = 765). Red value is 199 (78.12% from 255 or 55.12% from 361); Green value is 156 (61.33% from 255 or 43.21% from 361); Blue value is 6 (2.73% from 255 or 1.66% from 361); Max value from RGB is 199 - color contains mainly: red. Hex color #C79C06 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C79C06 is #3863F9. Grayscale: #989898. Windows color (decimal): -3695610 or 433351. OLE color: 433351.

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

Color convert

RGB1991566-
CMYK00.220.970.22
HSL46.63º94.15%40.2%-
HSV(B)46.63º96.98%78.04%-
XYZ35.4735.935.24-
YUV151.7645.75161.7-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 55.12%
GREEN value IS 156 (61.33% from 255) = 43.21%
BLUE value IS 6 (2.73% from 255) = 1.66%
R=55.12%
G=43.21%
B=1.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.97
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199156600.220.970.2246.6394.1540.2
HexC79C601661162f5e28
Octal3072346026141265713650
Binary11000111100111001100101101100001101101011111011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C79C06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C79C06; }

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

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

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

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

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

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

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

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