#C5B636

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

Shades of Old Gold #C5B636

Tints of Old Gold #C5B636

Color information

#C5B636 (or 0xC5B636) is unknown color: approx Old Gold. HEX triplet: C5, B6 and 36. RGB value is (197,182,54). Sum of RGB (Red+Green+Blue) = 197+182+54=433 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.50% from 433); Green value is 182 (71.48% from 255 or 42.03% from 433); Blue value is 54 (21.48% from 255 or 12.47% from 433); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B636 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5B636 is #3A49C9. Grayscale: #ACACAC. Windows color (decimal): -3819978 or 3585733. OLE color: 3585733.

HSL color Cylindrical-coordinate representation of color #C5B636: hue angle of 53.71º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C5B636 is Cyan = 0, Magento = 0.08, Yellow = 0.73 and Black (K on CMYK) = 0.23.

Color convert

RGB19718254-
CMYK00.080.730.23
HSL53.71º56.97%49.22%-
HSV(B)53.71º72.59%77.25%-
XYZ40.4245.5910.16-
YUV171.8961.47145.91-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 45.50%
GREEN value IS 182 (71.48% from 255) = 42.03%
BLUE value IS 54 (21.48% from 255) = 12.47%
R=45.50%
G=42.03%
B=12.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.73
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971825400.080.730.2353.7156.9749.22
HexC5B636084917363931
Octal3052666601011127667161
Binary110001011011011011011001000100100110111110110111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5B636

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5B636; }

 p { color: rgb(197,182,54); }

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

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

 a { background-color: rgb(197,182,54); }

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

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

 span { border-color: rgb(197,182,54); }

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