#C7B444

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

Shades of Old Gold #C7B444

Tints of Old Gold #C7B444

Color information

#C7B444 (or 0xC7B444) is unknown color: approx Old Gold. HEX triplet: C7, B4 and 44. RGB value is (199,180,68). Sum of RGB (Red+Green+Blue) = 199+180+68=447 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.52% from 447); Green value is 180 (70.70% from 255 or 40.27% from 447); Blue value is 68 (26.95% from 255 or 15.21% from 447); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B444 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7B444 is #384BBB. Grayscale: #ADADAD. Windows color (decimal): -3689404 or 4502727. OLE color: 4502727.

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

Color convert

RGB19918068-
CMYK00.100.660.22
HSL51.3º53.91%52.35%-
HSV(B)51.3º65.83%78.04%-
XYZ40.9245.212.04-
YUV172.9168.79146.61-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 44.52%
GREEN value IS 180 (70.70% from 255) = 40.27%
BLUE value IS 68 (26.95% from 255) = 15.21%
R=44.52%
G=40.27%
B=15.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.66
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991806800.100.660.2251.353.9152.35
HexC7B4440A4216333634
Octal30726410401210226636664
Binary1100011110110100100010001010100001010110110011110110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7B444

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7B444; }

 p { color: rgb(199,180,68); }

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

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

 a { background-color: rgb(199,180,68); }

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

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

 span { border-color: rgb(199,180,68); }

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