#C2B63E

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

Shades of Old Gold #C2B63E

Tints of Old Gold #C2B63E

Color information

#C2B63E (or 0xC2B63E) is unknown color: approx Old Gold. HEX triplet: C2, B6 and 3E. RGB value is (194,182,62). Sum of RGB (Red+Green+Blue) = 194+182+62=438 (58% of max value = 765). Red value is 194 (76.17% from 255 or 44.29% from 438); Green value is 182 (71.48% from 255 or 41.55% from 438); Blue value is 62 (24.61% from 255 or 14.16% from 438); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B63E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2B63E is #3D49C1. Grayscale: #ACACAC. Windows color (decimal): -4016578 or 4110018. OLE color: 4110018.

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

Color convert

RGB19418262-
CMYK00.060.680.24
HSL54.55º51.97%50.2%-
HSV(B)54.55º68.04%76.08%-
XYZ39.8545.2711.2-
YUV171.9165.98143.76-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 44.29%
GREEN value IS 182 (71.48% from 255) = 41.55%
BLUE value IS 62 (24.61% from 255) = 14.16%
R=44.29%
G=41.55%
B=14.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.68
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941826200.060.680.2454.5551.9750.2
HexC2B63E064418373432
Octal302266760610430676462
Binary11000010101101101111100110100010011000110111110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2B63E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2B63E; }

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

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

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

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

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

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

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

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