#C5B845

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

Shades of Old Gold #C5B845

Tints of Old Gold #C5B845

Color information

#C5B845 (or 0xC5B845) is unknown color: approx Old Gold. HEX triplet: C5, B8 and 45. RGB value is (197,184,69). Sum of RGB (Red+Green+Blue) = 197+184+69=450 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.78% from 450); Green value is 184 (72.27% from 255 or 40.89% from 450); Blue value is 69 (27.34% from 255 or 15.33% from 450); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B845 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5B845 is #3A47BA. Grayscale: #AFAFAF. Windows color (decimal): -3819451 or 4569285. OLE color: 4569285.

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

Color convert

RGB19718469-
CMYK00.070.650.23
HSL53.91º52.46%52.16%-
HSV(B)53.91º64.97%77.25%-
XYZ41.2446.5812.45-
YUV174.7868.31143.85-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 43.78%
GREEN value IS 184 (72.27% from 255) = 40.89%
BLUE value IS 69 (27.34% from 255) = 15.33%
R=43.78%
G=40.89%
B=15.33%

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
Decimal1971846900.070.650.2353.9152.4652.16
HexC5B845074117363434
Octal3052701050710127666464
Binary110001011011100010001010111100000110111110110110100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5B845

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5B845; }

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

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

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

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

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

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

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

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