#C1B92D

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

Shades of Old Gold #C1B92D

Tints of Old Gold #C1B92D

Color information

#C1B92D (or 0xC1B92D) is unknown color: approx Old Gold. HEX triplet: C1, B9 and 2D. RGB value is (193,185,45). Sum of RGB (Red+Green+Blue) = 193+185+45=423 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.63% from 423); Green value is 185 (72.66% from 255 or 43.74% from 423); Blue value is 45 (17.97% from 255 or 10.64% from 423); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B92D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1B92D is #3E46D2. Grayscale: #ABABAB. Windows color (decimal): -4081363 or 2996673. OLE color: 2996673.

HSL color Cylindrical-coordinate representation of color #C1B92D: hue angle of 56.76º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C1B92D is Cyan = 0, Magento = 0.04, Yellow = 0.77 and Black (K on CMYK) = 0.24.

Color convert

RGB19318545-
CMYK00.040.770.24
HSL56.76º62.18%46.67%-
HSV(B)56.76º76.68%75.69%-
XYZ39.8146.229.31-
YUV171.4356.65143.38-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 45.63%
GREEN value IS 185 (72.66% from 255) = 43.74%
BLUE value IS 45 (17.97% from 255) = 10.64%
R=45.63%
G=43.74%
B=10.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.77
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931854500.040.770.2456.7662.1846.67
HexC1B92D044D18393e2f
Octal301271550411530717657
Binary11000001101110011011010100100110111000111001111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1B92D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1B92D; }

 p { color: rgb(193,185,45); }

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

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

 a { background-color: rgb(193,185,45); }

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

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

 span { border-color: rgb(193,185,45); }

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