#C5B041

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

Shades of Old Gold #C5B041

Tints of Old Gold #C5B041

Color information

#C5B041 (or 0xC5B041) is unknown color: approx Old Gold. HEX triplet: C5, B0 and 41. RGB value is (197,176,65). Sum of RGB (Red+Green+Blue) = 197+176+65=438 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.98% from 438); Green value is 176 (69.14% from 255 or 40.18% from 438); Blue value is 65 (25.78% from 255 or 14.84% from 438); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B041 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5B041 is #3A4FBE. Grayscale: #AAAAAA. Windows color (decimal): -3821503 or 4305093. OLE color: 4305093.

HSL color Cylindrical-coordinate representation of color #C5B041: hue angle of 50.45º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C5B041 is Cyan = 0, Magento = 0.11, Yellow = 0.67 and Black (K on CMYK) = 0.23.

Color convert

RGB19717665-
CMYK00.110.670.23
HSL50.45º53.23%51.37%-
HSV(B)50.45º67.01%77.25%-
XYZ39.5143.311.28-
YUV169.6268.96147.53-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 44.98%
GREEN value IS 176 (69.14% from 255) = 40.18%
BLUE value IS 65 (25.78% from 255) = 14.84%
R=44.98%
G=40.18%
B=14.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.67
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971766500.110.670.2350.4553.2351.37
HexC5B0410B4317323533
Octal30526010101310327626563
Binary1100010110110000100000101011100001110111110010110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5B041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5B041; }

 p { color: rgb(197,176,65); }

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

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

 a { background-color: rgb(197,176,65); }

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

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

 span { border-color: rgb(197,176,65); }

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