#C5B13E

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

Shades of Old Gold #C5B13E

Tints of Old Gold #C5B13E

Color information

#C5B13E (or 0xC5B13E) is unknown color: approx Old Gold. HEX triplet: C5, B1 and 3E. RGB value is (197,177,62). Sum of RGB (Red+Green+Blue) = 197+177+62=436 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.18% from 436); Green value is 177 (69.53% from 255 or 40.60% from 436); Blue value is 62 (24.61% from 255 or 14.22% from 436); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B13E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5B13E is #3A4EC1. Grayscale: #AAAAAA. Windows color (decimal): -3821250 or 4108741. OLE color: 4108741.

HSL color Cylindrical-coordinate representation of color #C5B13E: hue angle of 51.11º 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 #C5B13E is Cyan = 0, Magento = 0.10, Yellow = 0.69 and Black (K on CMYK) = 0.23.

Color convert

RGB19717762-
CMYK00.100.690.23
HSL51.11º53.78%50.78%-
HSV(B)51.11º68.53%77.25%-
XYZ39.6243.6610.9-
YUV169.8767.13147.35-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 45.18%
GREEN value IS 177 (69.53% from 255) = 40.60%
BLUE value IS 62 (24.61% from 255) = 14.22%
R=45.18%
G=40.60%
B=14.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.69
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971776200.100.690.2351.1153.7850.78
HexC5B13E0A4517333633
Octal3052617601210527636663
Binary110001011011000111111001010100010110111110011110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5B13E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5B13E; }

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

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

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

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

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

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

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

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