#C2AD39

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

Shades of Old Gold #C2AD39

Tints of Old Gold #C2AD39

Color information

#C2AD39 (or 0xC2AD39) is unknown color: approx Old Gold. HEX triplet: C2, AD and 39. RGB value is (194,173,57). Sum of RGB (Red+Green+Blue) = 194+173+57=424 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.75% from 424); Green value is 173 (67.97% from 255 or 40.80% from 424); Blue value is 57 (22.66% from 255 or 13.44% from 424); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AD39 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2AD39 is #3D52C6. Grayscale: #A6A6A6. Windows color (decimal): -4018887 or 3780034. OLE color: 3780034.

HSL color Cylindrical-coordinate representation of color #C2AD39: hue angle of 50.8º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C2AD39 is Cyan = 0, Magento = 0.11, Yellow = 0.71 and Black (K on CMYK) = 0.24.

Color convert

RGB19417357-
CMYK00.110.710.24
HSL50.8º54.58%49.22%-
HSV(B)50.8º70.62%76.08%-
XYZ37.9341.659.91-
YUV166.0566.46147.93-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 45.75%
GREEN value IS 173 (67.97% from 255) = 40.80%
BLUE value IS 57 (22.66% from 255) = 13.44%
R=45.75%
G=40.80%
B=13.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.71
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941735700.110.710.2450.854.5849.22
HexC2AD390B4718333731
Octal3022557101310730636761
Binary110000101010110111100101011100011111000110011110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2AD39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2AD39; }

 p { color: rgb(194,173,57); }

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

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

 a { background-color: rgb(194,173,57); }

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

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

 span { border-color: rgb(194,173,57); }

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