#c7b034

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

Shades of Old Gold #C7B034

Tints of Old Gold #C7B034

Color information

#C7B034 (or 0xC7B034) is unknown color: approx Old Gold. HEX triplet: C7, B0 and 34. RGB value is (199,176,52). Sum of RGB (Red+Green+Blue) = 199+176+52=427 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.60% from 427); Green value is 176 (69.14% from 255 or 41.22% from 427); Blue value is 52 (20.70% from 255 or 12.18% from 427); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B034 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7B034 is #384FCB. Grayscale: #A9A9A9. Windows color (decimal): -3690444 or 3453127. OLE color: 3453127.

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

Color convert

RGB19917652-
CMYK00.120.740.22
HSL50.61º58.57%49.22%-
HSV(B)50.61º73.87%78.04%-
XYZ39.743.449.54-
YUV168.7462.12149.58-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 46.60%
GREEN value IS 176 (69.14% from 255) = 41.22%
BLUE value IS 52 (20.70% from 255) = 12.18%
R=46.60%
G=41.22%
B=12.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.74
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991765200.120.740.2250.6158.5749.22
HexC7B0340C4A16333b31
Octal3072606401411226637361
Binary110001111011000011010001100100101010110110011111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c7b034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c7b034; }

 p { color: rgb(199,176,52); }

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

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

 a { background-color: rgb(199,176,52); }

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

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

 span { border-color: rgb(199,176,52); }

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