#C2B73A

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

Shades of Old Gold #C2B73A

Tints of Old Gold #C2B73A

Color information

#C2B73A (or 0xC2B73A) is unknown color: approx Old Gold. HEX triplet: C2, B7 and 3A. RGB value is (194,183,58). Sum of RGB (Red+Green+Blue) = 194+183+58=435 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.60% from 435); Green value is 183 (71.88% from 255 or 42.07% from 435); Blue value is 58 (23.05% from 255 or 13.33% from 435); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B73A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2B73A is #3D48C5. Grayscale: #ACACAC. Windows color (decimal): -4016326 or 3848130. OLE color: 3848130.

HSL color Cylindrical-coordinate representation of color #C2B73A: hue angle of 55.15º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C2B73A is Cyan = 0, Magento = 0.06, Yellow = 0.70 and Black (K on CMYK) = 0.24.

Color convert

RGB19418358-
CMYK00.060.700.24
HSL55.15º53.97%49.41%-
HSV(B)55.15º70.1%76.08%-
XYZ39.9545.6410.71-
YUV172.0463.64143.66-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 44.60%
GREEN value IS 183 (71.88% from 255) = 42.07%
BLUE value IS 58 (23.05% from 255) = 13.33%
R=44.60%
G=42.07%
B=13.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.70
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941835800.060.700.2455.1553.9749.41
HexC2B73A064618373631
Octal302267720610630676661
Binary11000010101101111110100110100011011000110111110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2B73A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2B73A; }

 p { color: rgb(194,183,58); }

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

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

 a { background-color: rgb(194,183,58); }

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

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

 span { border-color: rgb(194,183,58); }

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