#C1B53A

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

Shades of Old Gold #C1B53A

Tints of Old Gold #C1B53A

Color information

#C1B53A (or 0xC1B53A) is unknown color: approx Old Gold. HEX triplet: C1, B5 and 3A. RGB value is (193,181,58). Sum of RGB (Red+Green+Blue) = 193+181+58=432 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.68% from 432); Green value is 181 (71.09% from 255 or 41.90% from 432); Blue value is 58 (23.05% from 255 or 13.43% from 432); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B53A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1B53A is #3E4AC5. Grayscale: #ABABAB. Windows color (decimal): -4082374 or 3847617. OLE color: 3847617.

HSL color Cylindrical-coordinate representation of color #C1B53A: hue angle of 54.67º 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 #C1B53A is Cyan = 0, Magento = 0.06, Yellow = 0.70 and Black (K on CMYK) = 0.24.

Color convert

RGB19318158-
CMYK00.060.700.24
HSL54.67º53.78%49.22%-
HSV(B)54.67º69.95%75.69%-
XYZ39.2844.6910.56-
YUV170.5764.48144-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 44.68%
GREEN value IS 181 (71.09% from 255) = 41.90%
BLUE value IS 58 (23.05% from 255) = 13.43%
R=44.68%
G=41.90%
B=13.43%

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
Decimal1931815800.060.700.2454.6753.7849.22
HexC1B53A064618373631
Octal301265720610630676661
Binary11000001101101011110100110100011011000110111110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1B53A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1B53A; }

 p { color: rgb(193,181,58); }

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

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

 a { background-color: rgb(193,181,58); }

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

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

 span { border-color: rgb(193,181,58); }

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