#C9AD3E

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

Shades of Old Gold #C9AD3E

Tints of Old Gold #C9AD3E

Color information

#C9AD3E (or 0xC9AD3E) is unknown color: approx Old Gold. HEX triplet: C9, AD and 3E. RGB value is (201,173,62). Sum of RGB (Red+Green+Blue) = 201+173+62=436 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.10% from 436); Green value is 173 (67.97% from 255 or 39.68% from 436); Blue value is 62 (24.61% from 255 or 14.22% from 436); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AD3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9AD3E is #3652C1. Grayscale: #A9A9A9. Windows color (decimal): -3560130 or 4107721. OLE color: 4107721.

HSL color Cylindrical-coordinate representation of color #C9AD3E: hue angle of 47.91º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C9AD3E is Cyan = 0, Magento = 0.14, Yellow = 0.69 and Black (K on CMYK) = 0.21.

Color convert

RGB20117362-
CMYK00.140.690.21
HSL47.91º56.28%51.57%-
HSV(B)47.91º69.15%78.82%-
XYZ39.942.6510.69-
YUV168.7267.78151.03-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 46.10%
GREEN value IS 173 (67.97% from 255) = 39.68%
BLUE value IS 62 (24.61% from 255) = 14.22%
R=46.10%
G=39.68%
B=14.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.69
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011736200.140.690.2147.9156.2851.57
HexC9AD3E0E4515303834
Octal3112557601610525607064
Binary110010011010110111111001110100010110101110000111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9AD3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9AD3E; }

 p { color: rgb(201,173,62); }

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

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

 a { background-color: rgb(201,173,62); }

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

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

 span { border-color: rgb(201,173,62); }

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