#C3BD40

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

Shades of Old Gold #C3BD40

Tints of Old Gold #C3BD40

Color information

#C3BD40 (or 0xC3BD40) is unknown color: approx Old Gold. HEX triplet: C3, BD and 40. RGB value is (195,189,64). Sum of RGB (Red+Green+Blue) = 195+189+64=448 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.53% from 448); Green value is 189 (74.22% from 255 or 42.19% from 448); Blue value is 64 (25.39% from 255 or 14.29% from 448); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BD40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3BD40 is #3C42BF. Grayscale: #B1B1B1. Windows color (decimal): -3949248 or 4242883. OLE color: 4242883.

HSL color Cylindrical-coordinate representation of color #C3BD40: hue angle of 57.25º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C3BD40 is Cyan = 0, Magento = 0.03, Yellow = 0.67 and Black (K on CMYK) = 0.24.

Color convert

RGB19518964-
CMYK00.030.670.24
HSL57.25º52.19%50.78%-
HSV(B)57.25º67.18%76.47%-
XYZ41.6348.3711.99-
YUV176.5464.49141.16-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 43.53%
GREEN value IS 189 (74.22% from 255) = 42.19%
BLUE value IS 64 (25.39% from 255) = 14.29%
R=43.53%
G=42.19%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.67
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951896400.030.670.2457.2552.1950.78
HexC3BD40034318393433
Octal3032751000310330716463
Binary11000011101111011000000011100001111000111001110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3BD40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3BD40; }

 p { color: rgb(195,189,64); }

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

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

 a { background-color: rgb(195,189,64); }

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

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

 span { border-color: rgb(195,189,64); }

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