#C7A70D

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

Shades of Buddha Gold #C7A70D

Tints of Buddha Gold #C7A70D

Color information

#C7A70D (or 0xC7A70D) is unknown color: approx Buddha Gold. HEX triplet: C7, A7 and 0D. RGB value is (199,167,13). Sum of RGB (Red+Green+Blue) = 199+167+13=379 (50% of max value = 765). Red value is 199 (78.12% from 255 or 52.51% from 379); Green value is 167 (65.62% from 255 or 44.06% from 379); Blue value is 13 (5.47% from 255 or 3.43% from 379); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A70D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C7A70D is #3858F2. Grayscale: #9F9F9F. Windows color (decimal): -3692787 or 894919. OLE color: 894919.

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

Color convert

RGB19916713-
CMYK00.160.930.22
HSL49.68º87.74%41.57%-
HSV(B)49.68º93.47%78.04%-
XYZ37.4439.816.09-
YUV159.0145.6156.52-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 52.51%
GREEN value IS 167 (65.62% from 255) = 44.06%
BLUE value IS 13 (5.47% from 255) = 3.43%
R=52.51%
G=44.06%
B=3.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.93
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991671300.160.930.2249.6887.7441.57
HexC7A7D0105D1632582a
Octal30724715020135266213052
Binary110001111010011111010100001011101101101100101011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7A70D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7A70D; }

 p { color: rgb(199,167,13); }

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

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

 a { background-color: rgb(199,167,13); }

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

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

 span { border-color: rgb(199,167,13); }

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