#C69319

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

Shades of Buddha Gold #C69319

Tints of Buddha Gold #C69319

Color information

#C69319 (or 0xC69319) is unknown color: approx Buddha Gold. HEX triplet: C6, 93 and 19. RGB value is (198,147,25). Sum of RGB (Red+Green+Blue) = 198+147+25=370 (49% of max value = 765). Red value is 198 (77.73% from 255 or 53.51% from 370); Green value is 147 (57.81% from 255 or 39.73% from 370); Blue value is 25 (10.16% from 255 or 6.76% from 370); Max value from RGB is 198 - color contains mainly: red. Hex color #C69319 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C69319 is #396CE6. Grayscale: #949494. Windows color (decimal): -3763431 or 1676230. OLE color: 1676230.

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

Color convert

RGB19814725-
CMYK00.260.870.22
HSL42.31º77.58%43.73%-
HSV(B)42.31º87.37%77.65%-
XYZ33.932.945.49-
YUV148.3458.4163.42-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 53.51%
GREEN value IS 147 (57.81% from 255) = 39.73%
BLUE value IS 25 (10.16% from 255) = 6.76%
R=53.51%
G=39.73%
B=6.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.87
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981472500.260.870.2242.3177.5843.73
HexC6931901A57162a4e2c
Octal30622331032127265211654
Binary1100011010010011110010110101010111101101010101001110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69319

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69319; }

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

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

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

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

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

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

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

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