#C7A907

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

Shades of Buddha Gold #C7A907

Tints of Buddha Gold #C7A907

Color information

#C7A907 (or 0xC7A907) is unknown color: approx Buddha Gold. HEX triplet: C7, A9 and 07. RGB value is (199,169,7). Sum of RGB (Red+Green+Blue) = 199+169+7=375 (49% of max value = 765). Red value is 199 (78.12% from 255 or 53.07% from 375); Green value is 169 (66.41% from 255 or 45.07% from 375); Blue value is 7 (3.12% from 255 or 1.87% from 375); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A907 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C7A907 is #3856F8. Grayscale: #A0A0A0. Windows color (decimal): -3692281 or 502215. OLE color: 502215.

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

Color convert

RGB1991697-
CMYK00.150.960.22
HSL50.62º93.2%40.39%-
HSV(B)50.62º96.48%78.04%-
XYZ37.7840.536.03-
YUV159.541.94156.17-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 53.07%
GREEN value IS 169 (66.41% from 255) = 45.07%
BLUE value IS 7 (3.12% from 255) = 1.87%
R=53.07%
G=45.07%
B=1.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.96
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199169700.150.960.2250.6293.240.39
HexC7A970F6016335d28
Octal3072517017140266313550
Binary1100011110101001111011111100000101101100111011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7A907

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7A907; }

 p { color: rgb(199,169,7); }

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

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

 a { background-color: rgb(199,169,7); }

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

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

 span { border-color: rgb(199,169,7); }

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