Html Css Color HEX #C9AE2C Metallic Gold

📋 copy color: '#C9AE2C'

red 201 ◦ green 174 ◦ blue 44

#C9AE2C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Metallic Gold #C9AE2C

Tints of Metallic Gold #C9AE2C

RGB

 RED value IS 201 (78.91% from 255) = 47.97%

 GREEN value IS 174 (68.36% from 255) = 41.53%

 BLUE value IS 44 (17.58% from 255) = 10.5%

R = 47.97%
G = 41.53%
B = 10.5%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.78

 K value IS 0.21

RGB Variations

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

Color information

#C9AE2C (or 0xC9AE2C) is known color: Metallic Gold. HEX triplet: C9, AE and 2C. RGB value is (201,174,44). Sum of RGB (Red+Green+Blue) = 201+174+44=419 (55% of max value = 765). Red value is 201 (78.91% from 255 or 47.97% from 419); Green value is 174 (68.36% from 255 or 41.53% from 419); Blue value is 44 (17.58% from 255 or 10.50% from 419); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AE2C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9AE2C is #3651D3. Grayscale: #A7A7A7. Windows color (decimal): -3559892 or 2928329. OLE color: 2928329.

HSL color Cylindrical-coordinate representation of color #C9AE2C: hue angle of 49.68º degrees, saturation: 0.64, 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 #C9AE2C is Cyan = 0, Magento = 0.13, Yellow = 0.78 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 174 44 -
CMYK 0 0.13 0.78 0.21
HSL 49.68º 0.64% 0.48% -
HSV(B) 49.68º 0.78% 0.79% -
XYZ 39.68 42.87 8.57 -
YUV 167.25 58.45 152.07 -
System Red Green Blue C M Y K H S L
Decimal 201 174 44 0 0.13 0.78 0.21 49.68 0.64 0.48
Hex C9 AE 2C 0 D 4E 15 32 40 30
Octal 311 256 54 0 15 116 25 62 100 60
Binary 11001001 10101110 101100 0 1101 1001110 10101 110010 1000000 110000

Color Harmonies of #C9AE2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9AE2C

Black with #C9AE2C

Text Example


Text Example

White with #C9AE2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9AE2C; }

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

 H1.HeaderClassName
 {
   color: #C9AE2C;
 }
 .AnyTagClassName
 {
   color: #C9AE2C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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