#C5B03E

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

Shades of Old Gold #C5B03E

Tints of Old Gold #C5B03E

Color information

#C5B03E (or 0xC5B03E) is unknown color: approx Old Gold. HEX triplet: C5, B0 and 3E. RGB value is (197,176,62). Sum of RGB (Red+Green+Blue) = 197+176+62=435 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.29% from 435); Green value is 176 (69.14% from 255 or 40.46% from 435); Blue value is 62 (24.61% from 255 or 14.25% from 435); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B03E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5B03E is #3A4FC1. Grayscale: #A9A9A9. Windows color (decimal): -3821506 or 4108485. OLE color: 4108485.

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

Color convert

RGB19717662-
CMYK00.110.690.23
HSL50.67º53.78%50.78%-
HSV(B)50.67º68.53%77.25%-
XYZ39.4243.2710.83-
YUV169.2867.46147.77-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 45.29%
GREEN value IS 176 (69.14% from 255) = 40.46%
BLUE value IS 62 (24.61% from 255) = 14.25%
R=45.29%
G=40.46%
B=14.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.69
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971766200.110.690.2350.6753.7850.78
HexC5B03E0B4517333633
Octal3052607601310527636663
Binary110001011011000011111001011100010110111110011110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5B03E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5B03E; }

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

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

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

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

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

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

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

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