#C79217

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

Shades of Buddha Gold #C79217

Tints of Buddha Gold #C79217

Color information

#C79217 (or 0xC79217) is unknown color: approx Buddha Gold. HEX triplet: C7, 92 and 17. RGB value is (199,146,23). Sum of RGB (Red+Green+Blue) = 199+146+23=368 (48% of max value = 765). Red value is 199 (78.12% from 255 or 54.08% from 368); Green value is 146 (57.42% from 255 or 39.67% from 368); Blue value is 23 (9.38% from 255 or 6.25% from 368); Max value from RGB is 199 - color contains mainly: red. Hex color #C79217 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C79217 is #386DE8. Grayscale: #949494. Windows color (decimal): -3698153 or 1544903. OLE color: 1544903.

HSL color Cylindrical-coordinate representation of color #C79217: hue angle of 41.93º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C79217 is Cyan = 0, Magento = 0.27, Yellow = 0.88 and Black (K on CMYK) = 0.22.

Color convert

RGB19914623-
CMYK00.270.880.22
HSL41.93º79.28%43.53%-
HSV(B)41.93º88.44%78.04%-
XYZ33.9932.765.34-
YUV147.8257.56164.5-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 54.08%
GREEN value IS 146 (57.42% from 255) = 39.67%
BLUE value IS 23 (9.38% from 255) = 6.25%
R=54.08%
G=39.67%
B=6.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.88
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991462300.270.880.2241.9379.2843.53
HexC7921701B58162a4f2c
Octal30722227033130265211754
Binary1100011110010010101110110111011000101101010101001111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C79217

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C79217; }

 p { color: rgb(199,146,23); }

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

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

 a { background-color: rgb(199,146,23); }

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

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

 span { border-color: rgb(199,146,23); }

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