#C3B73D

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

Shades of Old Gold #C3B73D

Tints of Old Gold #C3B73D

Color information

#C3B73D (or 0xC3B73D) is unknown color: approx Old Gold. HEX triplet: C3, B7 and 3D. RGB value is (195,183,61). Sum of RGB (Red+Green+Blue) = 195+183+61=439 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.42% from 439); Green value is 183 (71.88% from 255 or 41.69% from 439); Blue value is 61 (24.22% from 255 or 13.90% from 439); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B73D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3B73D is #3C48C2. Grayscale: #ADADAD. Windows color (decimal): -3950787 or 4044739. OLE color: 4044739.

HSL color Cylindrical-coordinate representation of color #C3B73D: hue angle of 54.63º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C3B73D is Cyan = 0, Magento = 0.06, Yellow = 0.69 and Black (K on CMYK) = 0.24.

Color convert

RGB19518361-
CMYK00.060.690.24
HSL54.63º52.76%50.2%-
HSV(B)54.63º68.72%76.47%-
XYZ40.2845.8111.13-
YUV172.6864.98143.92-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 44.42%
GREEN value IS 183 (71.88% from 255) = 41.69%
BLUE value IS 61 (24.22% from 255) = 13.90%
R=44.42%
G=41.69%
B=13.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.69
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951836100.060.690.2454.6352.7650.2
HexC3B73D064518373532
Octal303267750610530676562
Binary11000011101101111111010110100010111000110111110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3B73D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3B73D; }

 p { color: rgb(195,183,61); }

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

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

 a { background-color: rgb(195,183,61); }

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

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

 span { border-color: rgb(195,183,61); }

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