#C4B33C

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

Shades of Old Gold #C4B33C

Tints of Old Gold #C4B33C

Color information

#C4B33C (or 0xC4B33C) is unknown color: approx Old Gold. HEX triplet: C4, B3 and 3C. RGB value is (196,179,60). Sum of RGB (Red+Green+Blue) = 196+179+60=435 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.06% from 435); Green value is 179 (70.31% from 255 or 41.15% from 435); Blue value is 60 (23.83% from 255 or 13.79% from 435); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B33C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4B33C is #3B4CC3. Grayscale: #ABABAB. Windows color (decimal): -3886276 or 3978180. OLE color: 3978180.

HSL color Cylindrical-coordinate representation of color #C4B33C: hue angle of 52.5º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C4B33C is Cyan = 0, Magento = 0.09, Yellow = 0.69 and Black (K on CMYK) = 0.23.

Color convert

RGB19617960-
CMYK00.090.690.23
HSL52.5º53.54%50.2%-
HSV(B)52.5º69.39%76.86%-
XYZ39.744.310.73-
YUV170.5265.63146.18-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 45.06%
GREEN value IS 179 (70.31% from 255) = 41.15%
BLUE value IS 60 (23.83% from 255) = 13.79%
R=45.06%
G=41.15%
B=13.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.69
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961796000.090.690.2352.553.5450.2
HexC4B33C094517343632
Octal3042637401110527646662
Binary110001001011001111110001001100010110111110100110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4B33C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4B33C; }

 p { color: rgb(196,179,60); }

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

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

 a { background-color: rgb(196,179,60); }

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

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

 span { border-color: rgb(196,179,60); }

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