#c4b73a

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

Shades of Old Gold #C4B73A

Tints of Old Gold #C4B73A

Color information

#C4B73A (or 0xC4B73A) is unknown color: approx Old Gold. HEX triplet: C4, B7 and 3A. RGB value is (196,183,58). Sum of RGB (Red+Green+Blue) = 196+183+58=437 (57% of max value = 765). Red value is 196 (76.95% from 255 or 44.85% from 437); Green value is 183 (71.88% from 255 or 41.88% from 437); Blue value is 58 (23.05% from 255 or 13.27% from 437); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B73A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4B73A is #3B48C5. Grayscale: #ADADAD. Windows color (decimal): -3885254 or 3848132. OLE color: 3848132.

HSL color Cylindrical-coordinate representation of color #C4B73A: hue angle of 54.35º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C4B73A is Cyan = 0, Magento = 0.07, Yellow = 0.70 and Black (K on CMYK) = 0.23.

Color convert

RGB19618358-
CMYK00.070.700.23
HSL54.35º54.33%49.8%-
HSV(B)54.35º70.41%76.86%-
XYZ40.4645.9110.73-
YUV172.6463.31144.66-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 44.85%
GREEN value IS 183 (71.88% from 255) = 41.88%
BLUE value IS 58 (23.05% from 255) = 13.27%
R=44.85%
G=41.88%
B=13.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.70
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961835800.070.700.2354.3554.3349.8
HexC4B73A074617363632
Octal304267720710627666662
Binary11000100101101111110100111100011010111110110110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c4b73a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c4b73a; }

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

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

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

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

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

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

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

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