#C6A514

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

Shades of Buddha Gold #C6A514

Tints of Buddha Gold #C6A514

Color information

#C6A514 (or 0xC6A514) is unknown color: approx Buddha Gold. HEX triplet: C6, A5 and 14. RGB value is (198,165,20). Sum of RGB (Red+Green+Blue) = 198+165+20=383 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.70% from 383); Green value is 165 (64.84% from 255 or 43.08% from 383); Blue value is 20 (8.20% from 255 or 5.22% from 383); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A514 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C6A514 is #395AEB. Grayscale: #9E9E9E. Windows color (decimal): -3758828 or 1353158. OLE color: 1353158.

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

Color convert

RGB19816520-
CMYK00.170.900.22
HSL48.88º81.65%42.75%-
HSV(B)48.88º89.9%77.65%-
XYZ36.8738.976.24-
YUV158.3449.93156.29-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 51.70%
GREEN value IS 165 (64.84% from 255) = 43.08%
BLUE value IS 20 (8.20% from 255) = 5.22%
R=51.70%
G=43.08%
B=5.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.90
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981652000.170.900.2248.8881.6542.75
HexC6A5140115A1631522b
Octal30624524021132266112253
Binary1100011010100101101000100011011010101101100011010010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6A514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6A514; }

 p { color: rgb(198,165,20); }

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

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

 a { background-color: rgb(198,165,20); }

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

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

 span { border-color: rgb(198,165,20); }

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