#C2B644

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

Shades of Old Gold #C2B644

Tints of Old Gold #C2B644

Color information

#C2B644 (or 0xC2B644) is unknown color: approx Old Gold. HEX triplet: C2, B6 and 44. RGB value is (194,182,68). Sum of RGB (Red+Green+Blue) = 194+182+68=444 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.69% from 444); Green value is 182 (71.48% from 255 or 40.99% from 444); Blue value is 68 (26.95% from 255 or 15.32% from 444); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B644 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2B644 is #3D49BB. Grayscale: #ADADAD. Windows color (decimal): -4016572 or 4503234. OLE color: 4503234.

HSL color Cylindrical-coordinate representation of color #C2B644: hue angle of 54.29º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C2B644 is Cyan = 0, Magento = 0.06, Yellow = 0.65 and Black (K on CMYK) = 0.24.

Color convert

RGB19418268-
CMYK00.060.650.24
HSL54.29º50.81%51.37%-
HSV(B)54.29º64.95%76.08%-
XYZ40.0245.3412.11-
YUV172.5968.98143.27-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 43.69%
GREEN value IS 182 (71.48% from 255) = 40.99%
BLUE value IS 68 (26.95% from 255) = 15.32%
R=43.69%
G=40.99%
B=15.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.65
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941826800.060.650.2454.2950.8151.37
HexC2B644064118363333
Octal3022661040610130666363
Binary110000101011011010001000110100000111000110110110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2B644

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2B644; }

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

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

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

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

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

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

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

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