#C5B83E

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

Shades of Old Gold #C5B83E

Tints of Old Gold #C5B83E

Color information

#C5B83E (or 0xC5B83E) is unknown color: approx Old Gold. HEX triplet: C5, B8 and 3E. RGB value is (197,184,62). Sum of RGB (Red+Green+Blue) = 197+184+62=443 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.47% from 443); Green value is 184 (72.27% from 255 or 41.53% from 443); Blue value is 62 (24.61% from 255 or 14.00% from 443); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B83E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5B83E is #3A47C1. Grayscale: #AEAEAE. Windows color (decimal): -3819458 or 4110533. OLE color: 4110533.

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

Color convert

RGB19718462-
CMYK00.070.690.23
HSL54.22º53.78%50.78%-
HSV(B)54.22º68.53%77.25%-
XYZ41.0446.511.37-
YUV173.9864.81144.42-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 44.47%
GREEN value IS 184 (72.27% from 255) = 41.53%
BLUE value IS 62 (24.61% from 255) = 14.00%
R=44.47%
G=41.53%
B=14.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.69
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971846200.070.690.2354.2253.7850.78
HexC5B83E074517363633
Octal305270760710527666663
Binary11000101101110001111100111100010110111110110110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5B83E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5B83E; }

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

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

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

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

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

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

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

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