#C3B939

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

Shades of Old Gold #C3B939

Tints of Old Gold #C3B939

Color information

#C3B939 (or 0xC3B939) is unknown color: approx Old Gold. HEX triplet: C3, B9 and 39. RGB value is (195,185,57). Sum of RGB (Red+Green+Blue) = 195+185+57=437 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.62% from 437); Green value is 185 (72.66% from 255 or 42.33% from 437); Blue value is 57 (22.66% from 255 or 13.04% from 437); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B939 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3B939 is #3C46C6. Grayscale: #ADADAD. Windows color (decimal): -3950279 or 3783107. OLE color: 3783107.

HSL color Cylindrical-coordinate representation of color #C3B939: hue angle of 55.65º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C3B939 is Cyan = 0, Magento = 0.05, Yellow = 0.71 and Black (K on CMYK) = 0.24.

Color convert

RGB19518557-
CMYK00.050.710.24
HSL55.65º54.76%49.41%-
HSV(B)55.65º70.77%76.47%-
XYZ40.5946.610.73-
YUV173.462.31143.41-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 44.62%
GREEN value IS 185 (72.66% from 255) = 42.33%
BLUE value IS 57 (22.66% from 255) = 13.04%
R=44.62%
G=42.33%
B=13.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.71
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951855700.050.710.2455.6554.7649.41
HexC3B939054718383731
Octal303271710510730706761
Binary11000011101110011110010101100011111000111000110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3B939

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3B939; }

 p { color: rgb(195,185,57); }

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

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

 a { background-color: rgb(195,185,57); }

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

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

 span { border-color: rgb(195,185,57); }

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