#C2B744

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

Shades of Old Gold #C2B744

Tints of Old Gold #C2B744

Color information

#C2B744 (or 0xC2B744) is unknown color: approx Old Gold. HEX triplet: C2, B7 and 44. RGB value is (194,183,68). Sum of RGB (Red+Green+Blue) = 194+183+68=445 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.60% from 445); Green value is 183 (71.88% from 255 or 41.12% from 445); Blue value is 68 (26.95% from 255 or 15.28% from 445); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B744 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2B744 is #3D48BB. Grayscale: #ADADAD. Windows color (decimal): -4016316 or 4503490. OLE color: 4503490.

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

Color convert

RGB19418368-
CMYK00.060.650.24
HSL54.76º50.81%51.37%-
HSV(B)54.76º64.95%76.08%-
XYZ40.2345.7512.18-
YUV173.1868.64142.85-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 43.60%
GREEN value IS 183 (71.88% from 255) = 41.12%
BLUE value IS 68 (26.95% from 255) = 15.28%
R=43.60%
G=41.12%
B=15.28%

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
Decimal1941836800.060.650.2454.7650.8151.37
HexC2B744064118373333
Octal3022671040610130676363
Binary110000101011011110001000110100000111000110111110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2B744

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2B744; }

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

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

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

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

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

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

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

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