#C9AE38

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

Shades of Old Gold #C9AE38

Tints of Old Gold #C9AE38

Color information

#C9AE38 (or 0xC9AE38) is unknown color: approx Old Gold. HEX triplet: C9, AE and 38. RGB value is (201,174,56). Sum of RGB (Red+Green+Blue) = 201+174+56=431 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.64% from 431); Green value is 174 (68.36% from 255 or 40.37% from 431); Blue value is 56 (22.27% from 255 or 12.99% from 431); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AE38 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9AE38 is #3651C7. Grayscale: #A9A9A9. Windows color (decimal): -3559880 or 3714761. OLE color: 3714761.

HSL color Cylindrical-coordinate representation of color #C9AE38: hue angle of 48.83º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C9AE38 is Cyan = 0, Magento = 0.13, Yellow = 0.72 and Black (K on CMYK) = 0.21.

Color convert

RGB20117456-
CMYK00.130.720.21
HSL48.83º57.31%50.39%-
HSV(B)48.83º72.14%78.82%-
XYZ39.9442.989.93-
YUV168.6264.45151.09-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 46.64%
GREEN value IS 174 (68.36% from 255) = 40.37%
BLUE value IS 56 (22.27% from 255) = 12.99%
R=46.64%
G=40.37%
B=12.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.72
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011745600.130.720.2148.8357.3150.39
HexC9AE380D4815313932
Octal3112567001511025617162
Binary110010011010111011100001101100100010101110001111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9AE38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9AE38; }

 p { color: rgb(201,174,56); }

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

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

 a { background-color: rgb(201,174,56); }

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

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

 span { border-color: rgb(201,174,56); }

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