#C69316

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

Shades of Buddha Gold #C69316

Tints of Buddha Gold #C69316

Color information

#C69316 (or 0xC69316) is unknown color: approx Buddha Gold. HEX triplet: C6, 93 and 16. RGB value is (198,147,22). Sum of RGB (Red+Green+Blue) = 198+147+22=367 (48% of max value = 765). Red value is 198 (77.73% from 255 or 53.95% from 367); Green value is 147 (57.81% from 255 or 40.05% from 367); Blue value is 22 (8.98% from 255 or 5.99% from 367); Max value from RGB is 198 - color contains mainly: red. Hex color #C69316 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C69316 is #396CE9. Grayscale: #949494. Windows color (decimal): -3763434 or 1479622. OLE color: 1479622.

HSL color Cylindrical-coordinate representation of color #C69316: hue angle of 42.61º 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 #C69316 is Cyan = 0, Magento = 0.26, Yellow = 0.89 and Black (K on CMYK) = 0.22.

Color convert

RGB19814722-
CMYK00.260.890.22
HSL42.61º80%43.14%-
HSV(B)42.61º88.89%77.65%-
XYZ33.8732.935.33-
YUV14856.9163.66-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 53.95%
GREEN value IS 147 (57.81% from 255) = 40.05%
BLUE value IS 22 (8.98% from 255) = 5.99%
R=53.95%
G=40.05%
B=5.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.89
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981472200.260.890.2242.618043.14
HexC6931601A59162b502b
Octal30622326032131265312053
Binary1100011010010011101100110101011001101101010111010000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69316; }

 p { color: rgb(198,147,22); }

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

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

 a { background-color: rgb(198,147,22); }

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

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

 span { border-color: rgb(198,147,22); }

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