Html Css Color HEX #C9A73A Metallic Gold

📋 copy color: '#C9A73A'

red 201 ◦ green 167 ◦ blue 58

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

Shades of Metallic Gold #C9A73A

Tints of Metallic Gold #C9A73A

RGB

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

 GREEN value IS 167 (65.63% from 255) = 39.2%

 BLUE value IS 58 (23.05% from 255) = 13.62%

R = 47.18%
G = 39.2%
B = 13.62%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.71

 K value IS 0.21

RGB Variations

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

Color information

#C9A73A (or 0xC9A73A) is known color: Metallic Gold. HEX triplet: C9, A7 and 3A. RGB value is (201,167,58). Sum of RGB (Red+Green+Blue) = 201+167+58=426 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.18% from 426); Green value is 167 (65.62% from 255 or 39.20% from 426); Blue value is 58 (23.05% from 255 or 13.62% from 426); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A73A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9A73A is #3658C5. Grayscale: #A5A5A5. Windows color (decimal): -3561670 or 3844041. OLE color: 3844041.

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

Color convert

RGB 201 167 58 -
CMYK 0 0.17 0.71 0.21
HSL 45.73º 0.57% 0.51% -
HSV(B) 45.73º 0.71% 0.79% -
XYZ 38.67 40.36 9.76 -
YUV 164.74 67.76 153.86 -
System Red Green Blue C M Y K H S L
Decimal 201 167 58 0 0.17 0.71 0.21 45.73 0.57 0.51
Hex C9 A7 3A 0 11 47 15 2E 39 33
Octal 311 247 72 0 21 107 25 56 71 63
Binary 11001001 10100111 111010 0 10001 1000111 10101 101110 111001 110011

Color Harmonies of #C9A73A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9A73A

Black with #C9A73A

Text Example


Text Example

White with #C9A73A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9A73A; }

 p { color: rgb(201,167,58); }

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

background-color css

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

 a { background-color: rgb(201,167,58); }

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

border-color css

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

 span { border-color: rgb(201,167,58); }

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