#C4AD34

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

Shades of Old Gold #C4AD34

Tints of Old Gold #C4AD34

Color information

#C4AD34 (or 0xC4AD34) is unknown color: approx Old Gold. HEX triplet: C4, AD and 34. RGB value is (196,173,52). Sum of RGB (Red+Green+Blue) = 196+173+52=421 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.56% from 421); Green value is 173 (67.97% from 255 or 41.09% from 421); Blue value is 52 (20.70% from 255 or 12.35% from 421); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AD34 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4AD34 is #3B52CB. Grayscale: #A6A6A6. Windows color (decimal): -3887820 or 3452356. OLE color: 3452356.

HSL color Cylindrical-coordinate representation of color #C4AD34: hue angle of 50.42º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C4AD34 is Cyan = 0, Magento = 0.12, Yellow = 0.73 and Black (K on CMYK) = 0.23.

Color convert

RGB19617352-
CMYK00.120.730.23
HSL50.42º58.06%48.63%-
HSV(B)50.42º73.47%76.86%-
XYZ38.3341.879.31-
YUV166.0863.62149.34-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 46.56%
GREEN value IS 173 (67.97% from 255) = 41.09%
BLUE value IS 52 (20.70% from 255) = 12.35%
R=46.56%
G=41.09%
B=12.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.73
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961735200.120.730.2350.4258.0648.63
HexC4AD340C4917323a31
Octal3042556401411127627261
Binary110001001010110111010001100100100110111110010111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4AD34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4AD34; }

 p { color: rgb(196,173,52); }

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

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

 a { background-color: rgb(196,173,52); }

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

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

 span { border-color: rgb(196,173,52); }

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