#C4AA33

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

Shades of Old Gold #C4AA33

Tints of Old Gold #C4AA33

Color information

#C4AA33 (or 0xC4AA33) is unknown color: approx Old Gold. HEX triplet: C4, AA and 33. RGB value is (196,170,51). Sum of RGB (Red+Green+Blue) = 196+170+51=417 (55% of max value = 765). Red value is 196 (76.95% from 255 or 47.00% from 417); Green value is 170 (66.80% from 255 or 40.77% from 417); Blue value is 51 (20.31% from 255 or 12.23% from 417); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AA33 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4AA33 is #3B55CC. Grayscale: #A4A4A4. Windows color (decimal): -3888589 or 3386052. OLE color: 3386052.

HSL color Cylindrical-coordinate representation of color #C4AA33: hue angle of 49.24º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C4AA33 is Cyan = 0, Magento = 0.13, Yellow = 0.74 and Black (K on CMYK) = 0.23.

Color convert

RGB19617051-
CMYK00.130.740.23
HSL49.24º58.7%48.43%-
HSV(B)49.24º73.98%76.86%-
XYZ37.7440.729-
YUV164.2164.11150.68-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 47.00%
GREEN value IS 170 (66.80% from 255) = 40.77%
BLUE value IS 51 (20.31% from 255) = 12.23%
R=47.00%
G=40.77%
B=12.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.74
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961705100.130.740.2349.2458.748.43
HexC4AA330D4A17313b30
Octal3042526301511227617360
Binary110001001010101011001101101100101010111110001111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4AA33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4AA33; }

 p { color: rgb(196,170,51); }

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

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

 a { background-color: rgb(196,170,51); }

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

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

 span { border-color: rgb(196,170,51); }

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