#C6AE33

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

Shades of Old Gold #C6AE33

Tints of Old Gold #C6AE33

Color information

#C6AE33 (or 0xC6AE33) is unknown color: approx Old Gold. HEX triplet: C6, AE and 33. RGB value is (198,174,51). Sum of RGB (Red+Green+Blue) = 198+174+51=423 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.81% from 423); Green value is 174 (68.36% from 255 or 41.13% from 423); Blue value is 51 (20.31% from 255 or 12.06% from 423); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AE33 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6AE33 is #3951CC. Grayscale: #A7A7A7. Windows color (decimal): -3756493 or 3387078. OLE color: 3387078.

HSL color Cylindrical-coordinate representation of color #C6AE33: hue angle of 50.2º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C6AE33 is Cyan = 0, Magento = 0.12, Yellow = 0.74 and Black (K on CMYK) = 0.22.

Color convert

RGB19817451-
CMYK00.120.740.22
HSL50.2º59.04%48.82%-
HSV(B)50.2º74.24%77.65%-
XYZ39.0242.529.28-
YUV167.1562.45150-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 46.81%
GREEN value IS 174 (68.36% from 255) = 41.13%
BLUE value IS 51 (20.31% from 255) = 12.06%
R=46.81%
G=41.13%
B=12.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.74
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981745100.120.740.2250.259.0448.82
HexC6AE330C4A16323b31
Octal3062566301411226627361
Binary110001101010111011001101100100101010110110010111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6AE33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6AE33; }

 p { color: rgb(198,174,51); }

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

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

 a { background-color: rgb(198,174,51); }

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

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

 span { border-color: rgb(198,174,51); }

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