#C9AD2D

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

Shades of Metallic Gold #C9AD2D

Tints of Metallic Gold #C9AD2D

Color information

#C9AD2D (or 0xC9AD2D) is unknown color: approx Metallic Gold. HEX triplet: C9, AD and 2D. RGB value is (201,173,45). Sum of RGB (Red+Green+Blue) = 201+173+45=419 (55% of max value = 765). Red value is 201 (78.91% from 255 or 47.97% from 419); Green value is 173 (67.97% from 255 or 41.29% from 419); Blue value is 45 (17.97% from 255 or 10.74% from 419); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AD2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9AD2D is #3652D2. Grayscale: #A7A7A7. Windows color (decimal): -3560147 or 2993609. OLE color: 2993609.

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

Color convert

RGB20117345-
CMYK00.140.780.21
HSL49.23º63.41%48.24%-
HSV(B)49.23º77.61%78.82%-
XYZ39.542.498.6-
YUV166.7859.28152.41-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 47.97%
GREEN value IS 173 (67.97% from 255) = 41.29%
BLUE value IS 45 (17.97% from 255) = 10.74%
R=47.97%
G=41.29%
B=10.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.78
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011734500.140.780.2149.2363.4148.24
HexC9AD2D0E4E15313f30
Octal3112555501611625617760
Binary110010011010110110110101110100111010101110001111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9AD2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9AD2D; }

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

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

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

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

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

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

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

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