#C7B62C

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

Shades of Old Gold #C7B62C

Tints of Old Gold #C7B62C

Color information

#C7B62C (or 0xC7B62C) is unknown color: approx Old Gold. HEX triplet: C7, B6 and 2C. RGB value is (199,182,44). Sum of RGB (Red+Green+Blue) = 199+182+44=425 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.82% from 425); Green value is 182 (71.48% from 255 or 42.82% from 425); Blue value is 44 (17.58% from 255 or 10.35% from 425); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B62C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7B62C is #3849D3. Grayscale: #ABABAB. Windows color (decimal): -3688916 or 2930375. OLE color: 2930375.

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

Color convert

RGB19918244-
CMYK00.090.780.22
HSL53.42º63.79%47.65%-
HSV(B)53.42º77.89%78.04%-
XYZ40.7445.789.07-
YUV171.3556.13147.72-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 46.82%
GREEN value IS 182 (71.48% from 255) = 42.82%
BLUE value IS 44 (17.58% from 255) = 10.35%
R=46.82%
G=42.82%
B=10.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.78
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991824400.090.780.2253.4263.7947.65
HexC7B62C094E16354030
Octal30726654011116266510060
Binary1100011110110110101100010011001110101101101011000000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7B62C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7B62C; }

 p { color: rgb(199,182,44); }

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

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

 a { background-color: rgb(199,182,44); }

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

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

 span { border-color: rgb(199,182,44); }

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