#C9AD29

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

Shades of Metallic Gold #C9AD29

Tints of Metallic Gold #C9AD29

Color information

#C9AD29 (or 0xC9AD29) is unknown color: approx Metallic Gold. HEX triplet: C9, AD and 29. RGB value is (201,173,41). Sum of RGB (Red+Green+Blue) = 201+173+41=415 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.43% from 415); Green value is 173 (67.97% from 255 or 41.69% from 415); Blue value is 41 (16.41% from 255 or 9.88% from 415); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AD29 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9AD29 is #3652D6. Grayscale: #A6A6A6. Windows color (decimal): -3560151 or 2731465. OLE color: 2731465.

HSL color Cylindrical-coordinate representation of color #C9AD29: hue angle of 49.5º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C9AD29 is Cyan = 0, Magento = 0.14, Yellow = 0.80 and Black (K on CMYK) = 0.21.

Color convert

RGB20117341-
CMYK00.140.800.21
HSL49.5º66.12%47.45%-
HSV(B)49.5º79.6%78.82%-
XYZ39.4342.468.22-
YUV166.3257.28152.73-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 48.43%
GREEN value IS 173 (67.97% from 255) = 41.69%
BLUE value IS 41 (16.41% from 255) = 9.88%
R=48.43%
G=41.69%
B=9.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.80
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011734100.140.800.2149.566.1247.45
HexC9AD290E501532422f
Octal31125551016120256210257
Binary1100100110101101101001011101010000101011100101000010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9AD29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9AD29; }

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

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

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

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

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

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

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

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