#C4AD33

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

Shades of Old Gold #C4AD33

Tints of Old Gold #C4AD33

Color information

#C4AD33 (or 0xC4AD33) is unknown color: approx Old Gold. HEX triplet: C4, AD and 33. RGB value is (196,173,51). Sum of RGB (Red+Green+Blue) = 196+173+51=420 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.67% from 420); Green value is 173 (67.97% from 255 or 41.19% from 420); Blue value is 51 (20.31% from 255 or 12.14% from 420); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AD33 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4AD33 is #3B52CC. Grayscale: #A6A6A6. Windows color (decimal): -3887821 or 3386820. OLE color: 3386820.

HSL color Cylindrical-coordinate representation of color #C4AD33: hue angle of 50.48º 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 #C4AD33 is Cyan = 0, Magento = 0.12, Yellow = 0.74 and Black (K on CMYK) = 0.23.

Color convert

RGB19617351-
CMYK00.120.740.23
HSL50.48º58.7%48.43%-
HSV(B)50.48º73.98%76.86%-
XYZ38.3141.869.19-
YUV165.9763.12149.42-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 46.67%
GREEN value IS 173 (67.97% from 255) = 41.19%
BLUE value IS 51 (20.31% from 255) = 12.14%
R=46.67%
G=41.19%
B=12.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.74
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961735100.120.740.2350.4858.748.43
HexC4AD330C4A17323b30
Octal3042556301411227627360
Binary110001001010110111001101100100101010111110010111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4AD33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4AD33; }

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

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

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

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

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

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

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

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