#C1B43D

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

Shades of Old Gold #C1B43D

Tints of Old Gold #C1B43D

Color information

#C1B43D (or 0xC1B43D) is unknown color: approx Old Gold. HEX triplet: C1, B4 and 3D. RGB value is (193,180,61). Sum of RGB (Red+Green+Blue) = 193+180+61=434 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.47% from 434); Green value is 180 (70.70% from 255 or 41.47% from 434); Blue value is 61 (24.22% from 255 or 14.06% from 434); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B43D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1B43D is #3E4BC2. Grayscale: #AAAAAA. Windows color (decimal): -4082627 or 4043969. OLE color: 4043969.

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

Color convert

RGB19318061-
CMYK00.070.680.24
HSL54.09º51.97%49.8%-
HSV(B)54.09º68.39%75.69%-
XYZ39.1644.3210.91-
YUV170.3266.31144.18-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 44.47%
GREEN value IS 180 (70.70% from 255) = 41.47%
BLUE value IS 61 (24.22% from 255) = 14.06%
R=44.47%
G=41.47%
B=14.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.68
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931806100.070.680.2454.0951.9749.8
HexC1B43D074418363432
Octal301264750710430666462
Binary11000001101101001111010111100010011000110110110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1B43D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1B43D; }

 p { color: rgb(193,180,61); }

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

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

 a { background-color: rgb(193,180,61); }

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

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

 span { border-color: rgb(193,180,61); }

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