#C5B640

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

Shades of Old Gold #C5B640

Tints of Old Gold #C5B640

Color information

#C5B640 (or 0xC5B640) is unknown color: approx Old Gold. HEX triplet: C5, B6 and 40. RGB value is (197,182,64). Sum of RGB (Red+Green+Blue) = 197+182+64=443 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.47% from 443); Green value is 182 (71.48% from 255 or 41.08% from 443); Blue value is 64 (25.39% from 255 or 14.45% from 443); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B640 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5B640 is #3A49BF. Grayscale: #ADADAD. Windows color (decimal): -3819968 or 4241093. OLE color: 4241093.

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

Color convert

RGB19718264-
CMYK00.080.680.23
HSL53.23º53.41%51.18%-
HSV(B)53.23º67.51%77.25%-
XYZ40.6845.711.53-
YUV173.0366.47145.09-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 44.47%
GREEN value IS 182 (71.48% from 255) = 41.08%
BLUE value IS 64 (25.39% from 255) = 14.45%
R=44.47%
G=41.08%
B=14.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.68
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971826400.080.680.2353.2353.4151.18
HexC5B640084417353533
Octal30526610001010427656563
Binary1100010110110110100000001000100010010111110101110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5B640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5B640; }

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

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

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

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

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

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

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

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