#c7b62e

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

Shades of Old Gold #C7B62E

Tints of Old Gold #C7B62E

Color information

#C7B62E (or 0xC7B62E) is unknown color: approx Old Gold. HEX triplet: C7, B6 and 2E. RGB value is (199,182,46). Sum of RGB (Red+Green+Blue) = 199+182+46=427 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.60% from 427); Green value is 182 (71.48% from 255 or 42.62% from 427); Blue value is 46 (18.36% from 255 or 10.77% from 427); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B62E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7B62E is #3849D1. Grayscale: #ACACAC. Windows color (decimal): -3688914 or 3061447. OLE color: 3061447.

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

Color convert

RGB19918246-
CMYK00.090.770.22
HSL53.33º62.45%48.04%-
HSV(B)53.33º76.88%78.04%-
XYZ40.7745.89.28-
YUV171.5857.13147.56-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 46.60%
GREEN value IS 182 (71.48% from 255) = 42.62%
BLUE value IS 46 (18.36% from 255) = 10.77%
R=46.60%
G=42.62%
B=10.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.77
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991824600.090.770.2253.3362.4548.04
HexC7B62E094D16353e30
Octal3072665601111526657660
Binary110001111011011010111001001100110110110110101111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c7b62e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c7b62e; }

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

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

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

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

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

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

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

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