#C7B341

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

Shades of Old Gold #C7B341

Tints of Old Gold #C7B341

Color information

#C7B341 (or 0xC7B341) is unknown color: approx Old Gold. HEX triplet: C7, B3 and 41. RGB value is (199,179,65). Sum of RGB (Red+Green+Blue) = 199+179+65=443 (58% of max value = 765). Red value is 199 (78.12% from 255 or 44.92% from 443); Green value is 179 (70.31% from 255 or 40.41% from 443); Blue value is 65 (25.78% from 255 or 14.67% from 443); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B341 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7B341 is #384CBE. Grayscale: #ACACAC. Windows color (decimal): -3689663 or 4305863. OLE color: 4305863.

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

Color convert

RGB19917965-
CMYK00.100.670.22
HSL51.04º54.47%51.76%-
HSV(B)51.04º67.34%78.04%-
XYZ40.6344.7611.5-
YUV171.9867.63147.27-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 44.92%
GREEN value IS 179 (70.31% from 255) = 40.41%
BLUE value IS 65 (25.78% from 255) = 14.67%
R=44.92%
G=40.41%
B=14.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.67
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991796500.100.670.2251.0454.4751.76
HexC7B3410A4316333634
Octal30726310101210326636664
Binary1100011110110011100000101010100001110110110011110110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7B341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7B341; }

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

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

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

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

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

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

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

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