#C3B93D

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

Shades of Old Gold #C3B93D

Tints of Old Gold #C3B93D

Color information

#C3B93D (or 0xC3B93D) is unknown color: approx Old Gold. HEX triplet: C3, B9 and 3D. RGB value is (195,185,61). Sum of RGB (Red+Green+Blue) = 195+185+61=441 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.22% from 441); Green value is 185 (72.66% from 255 or 41.95% from 441); Blue value is 61 (24.22% from 255 or 13.83% from 441); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B93D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3B93D is #3C46C2. Grayscale: #AEAEAE. Windows color (decimal): -3950275 or 4045251. OLE color: 4045251.

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

Color convert

RGB19518561-
CMYK00.050.690.24
HSL55.52º52.76%50.2%-
HSV(B)55.52º68.72%76.47%-
XYZ40.746.6411.27-
YUV173.8564.31143.08-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 44.22%
GREEN value IS 185 (72.66% from 255) = 41.95%
BLUE value IS 61 (24.22% from 255) = 13.83%
R=44.22%
G=41.95%
B=13.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.69
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951856100.050.690.2455.5252.7650.2
HexC3B93D054518383532
Octal303271750510530706562
Binary11000011101110011111010101100010111000111000110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3B93D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3B93D; }

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

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

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

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

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

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

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

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