#c7b340

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

Shades of Old Gold #C7B340

Tints of Old Gold #C7B340

Color information

#C7B340 (or 0xC7B340) is unknown color: approx Old Gold. HEX triplet: C7, B3 and 40. RGB value is (199,179,64). Sum of RGB (Red+Green+Blue) = 199+179+64=442 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.02% from 442); Green value is 179 (70.31% from 255 or 40.50% from 442); Blue value is 64 (25.39% from 255 or 14.48% from 442); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B340 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7B340 is #384CBF. Grayscale: #ACACAC. Windows color (decimal): -3689664 or 4240327. OLE color: 4240327.

HSL color Cylindrical-coordinate representation of color #C7B340: hue angle of 51.11º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C7B340 is Cyan = 0, Magento = 0.10, Yellow = 0.68 and Black (K on CMYK) = 0.22.

Color convert

RGB19917964-
CMYK00.100.680.22
HSL51.11º54.66%51.57%-
HSV(B)51.11º67.84%78.04%-
XYZ40.644.7511.35-
YUV171.8767.13147.35-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 45.02%
GREEN value IS 179 (70.31% from 255) = 40.50%
BLUE value IS 64 (25.39% from 255) = 14.48%
R=45.02%
G=40.50%
B=14.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.68
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991796400.100.680.2251.1154.6651.57
HexC7B3400A4416333734
Octal30726310001210426636764
Binary1100011110110011100000001010100010010110110011110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c7b340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c7b340; }

 p { color: rgb(199,179,64); }

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

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

 a { background-color: rgb(199,179,64); }

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

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

 span { border-color: rgb(199,179,64); }

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