#C5B33E

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

Shades of Old Gold #C5B33E

Tints of Old Gold #C5B33E

Color information

#C5B33E (or 0xC5B33E) is unknown color: approx Old Gold. HEX triplet: C5, B3 and 3E. RGB value is (197,179,62). Sum of RGB (Red+Green+Blue) = 197+179+62=438 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.98% from 438); Green value is 179 (70.31% from 255 or 40.87% from 438); Blue value is 62 (24.61% from 255 or 14.16% from 438); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B33E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5B33E is #3A4CC1. Grayscale: #ABABAB. Windows color (decimal): -3820738 or 4109253. OLE color: 4109253.

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

Color convert

RGB19717962-
CMYK00.090.690.23
HSL52º53.78%50.78%-
HSV(B)52º68.53%77.25%-
XYZ40.0244.4611.03-
YUV171.0466.46146.51-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 44.98%
GREEN value IS 179 (70.31% from 255) = 40.87%
BLUE value IS 62 (24.61% from 255) = 14.16%
R=44.98%
G=40.87%
B=14.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.69
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971796200.090.690.235253.7850.78
HexC5B33E094517343633
Octal3052637601110527646663
Binary110001011011001111111001001100010110111110100110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5B33E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5B33E; }

 p { color: rgb(197,179,62); }

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

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

 a { background-color: rgb(197,179,62); }

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

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

 span { border-color: rgb(197,179,62); }

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