#C7A230

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

Shades of Metallic Gold #C7A230

Tints of Metallic Gold #C7A230

Color information

#C7A230 (or 0xC7A230) is unknown color: approx Metallic Gold. HEX triplet: C7, A2 and 30. RGB value is (199,162,48). Sum of RGB (Red+Green+Blue) = 199+162+48=409 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.66% from 409); Green value is 162 (63.67% from 255 or 39.61% from 409); Blue value is 48 (19.14% from 255 or 11.74% from 409); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A230 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7A230 is #385DCF. Grayscale: #A0A0A0. Windows color (decimal): -3694032 or 3187399. OLE color: 3187399.

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

Color convert

RGB19916248-
CMYK00.190.760.22
HSL45.3º61.13%48.43%-
HSV(B)45.3º75.88%78.04%-
XYZ37.0138.28.22-
YUV160.0764.76155.77-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 48.66%
GREEN value IS 162 (63.67% from 255) = 39.61%
BLUE value IS 48 (19.14% from 255) = 11.74%
R=48.66%
G=39.61%
B=11.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.76
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991624800.190.760.2245.361.1348.43
HexC7A2300134C162d3d30
Octal3072426002311426557560
Binary1100011110100010110000010011100110010110101101111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7A230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7A230; }

 p { color: rgb(199,162,48); }

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

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

 a { background-color: rgb(199,162,48); }

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

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

 span { border-color: rgb(199,162,48); }

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