#C4AB33

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

Shades of Old Gold #C4AB33

Tints of Old Gold #C4AB33

Color information

#C4AB33 (or 0xC4AB33) is unknown color: approx Old Gold. HEX triplet: C4, AB and 33. RGB value is (196,171,51). Sum of RGB (Red+Green+Blue) = 196+171+51=418 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.89% from 418); Green value is 171 (67.19% from 255 or 40.91% from 418); Blue value is 51 (20.31% from 255 or 12.20% from 418); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AB33 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4AB33 is #3B54CC. Grayscale: #A5A5A5. Windows color (decimal): -3888333 or 3386308. OLE color: 3386308.

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

Color convert

RGB19617151-
CMYK00.130.740.23
HSL49.66º58.7%48.43%-
HSV(B)49.66º73.98%76.86%-
XYZ37.9341.19.07-
YUV164.863.78150.26-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 46.89%
GREEN value IS 171 (67.19% from 255) = 40.91%
BLUE value IS 51 (20.31% from 255) = 12.20%
R=46.89%
G=40.91%
B=12.20%

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
Decimal1961715100.130.740.2349.6658.748.43
HexC4AB330D4A17323b30
Octal3042536301511227627360
Binary110001001010101111001101101100101010111110010111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4AB33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4AB33; }

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

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

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

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

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

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

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

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