#C3B63E

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

Shades of Old Gold #C3B63E

Tints of Old Gold #C3B63E

Color information

#C3B63E (or 0xC3B63E) is unknown color: approx Old Gold. HEX triplet: C3, B6 and 3E. RGB value is (195,182,62). Sum of RGB (Red+Green+Blue) = 195+182+62=439 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.42% from 439); Green value is 182 (71.48% from 255 or 41.46% from 439); Blue value is 62 (24.61% from 255 or 14.12% from 439); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B63E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3B63E is #3C49C1. Grayscale: #ACACAC. Windows color (decimal): -3951042 or 4110019. OLE color: 4110019.

HSL color Cylindrical-coordinate representation of color #C3B63E: hue angle of 54.14º degrees, saturation: 0.53, 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 #C3B63E is Cyan = 0, Magento = 0.07, Yellow = 0.68 and Black (K on CMYK) = 0.24.

Color convert

RGB19518262-
CMYK00.070.680.24
HSL54.14º52.57%50.39%-
HSV(B)54.14º68.21%76.47%-
XYZ40.145.4111.21-
YUV172.2165.81144.26-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 44.42%
GREEN value IS 182 (71.48% from 255) = 41.46%
BLUE value IS 62 (24.61% from 255) = 14.12%
R=44.42%
G=41.46%
B=14.12%

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
Decimal1951826200.070.680.2454.1452.5750.39
HexC3B63E074418363532
Octal303266760710430666562
Binary11000011101101101111100111100010011000110110110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3B63E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3B63E; }

 p { color: rgb(195,182,62); }

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

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

 a { background-color: rgb(195,182,62); }

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

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

 span { border-color: rgb(195,182,62); }

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