#C6A01D

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

Shades of Buddha Gold #C6A01D

Tints of Buddha Gold #C6A01D

Color information

#C6A01D (or 0xC6A01D) is unknown color: approx Buddha Gold. HEX triplet: C6, A0 and 1D. RGB value is (198,160,29). Sum of RGB (Red+Green+Blue) = 198+160+29=387 (51% of max value = 765). Red value is 198 (77.73% from 255 or 51.16% from 387); Green value is 160 (62.89% from 255 or 41.34% from 387); Blue value is 29 (11.72% from 255 or 7.49% from 387); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A01D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6A01D is #395FE2. Grayscale: #9C9C9C. Windows color (decimal): -3760099 or 1941702. OLE color: 1941702.

HSL color Cylindrical-coordinate representation of color #C6A01D: hue angle of 46.51º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C6A01D is Cyan = 0, Magento = 0.19, Yellow = 0.85 and Black (K on CMYK) = 0.22.

Color convert

RGB19816029-
CMYK00.190.850.22
HSL46.51º74.45%44.51%-
HSV(B)46.51º85.35%77.65%-
XYZ36.0837.246.45-
YUV156.4356.09157.65-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 51.16%
GREEN value IS 160 (62.89% from 255) = 41.34%
BLUE value IS 29 (11.72% from 255) = 7.49%
R=51.16%
G=41.34%
B=7.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.85
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981602900.190.850.2246.5174.4544.51
HexC6A01D01355162f4a2d
Octal30624035023125265711255
Binary1100011010100000111010100111010101101101011111001010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6A01D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6A01D; }

 p { color: rgb(198,160,29); }

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

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

 a { background-color: rgb(198,160,29); }

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

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

 span { border-color: rgb(198,160,29); }

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