#C5B744

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

Shades of Old Gold #C5B744

Tints of Old Gold #C5B744

Color information

#C5B744 (or 0xC5B744) is unknown color: approx Old Gold. HEX triplet: C5, B7 and 44. RGB value is (197,183,68). Sum of RGB (Red+Green+Blue) = 197+183+68=448 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.97% from 448); Green value is 183 (71.88% from 255 or 40.85% from 448); Blue value is 68 (26.95% from 255 or 15.18% from 448); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B744 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5B744 is #3A48BB. Grayscale: #AEAEAE. Windows color (decimal): -3819708 or 4503493. OLE color: 4503493.

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

Color convert

RGB19718368-
CMYK00.070.650.23
HSL53.49º52.65%51.96%-
HSV(B)53.49º65.48%77.25%-
XYZ4146.1512.22-
YUV174.0868.14144.35-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 43.97%
GREEN value IS 183 (71.88% from 255) = 40.85%
BLUE value IS 68 (26.95% from 255) = 15.18%
R=43.97%
G=40.85%
B=15.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.65
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971836800.070.650.2353.4952.6551.96
HexC5B744074117353534
Octal3052671040710127656564
Binary110001011011011110001000111100000110111110101110101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5B744

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5B744; }

 p { color: rgb(197,183,68); }

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

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

 a { background-color: rgb(197,183,68); }

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

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

 span { border-color: rgb(197,183,68); }

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