Html Css Color HEX #C9A837 Metallic Gold

📋 copy color: '#C9A837'

red 201 ◦ green 168 ◦ blue 55

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

Shades of Metallic Gold #C9A837

Tints of Metallic Gold #C9A837

RGB

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

 GREEN value IS 168 (66.02% from 255) = 39.62%

 BLUE value IS 55 (21.88% from 255) = 12.97%

R = 47.41%
G = 39.62%
B = 12.97%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.73

 K value IS 0.21

RGB Variations

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

Color information

#C9A837 (or 0xC9A837) is known color: Metallic Gold. HEX triplet: C9, A8 and 37. RGB value is (201,168,55). Sum of RGB (Red+Green+Blue) = 201+168+55=424 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.41% from 424); Green value is 168 (66.02% from 255 or 39.62% from 424); Blue value is 55 (21.88% from 255 or 12.97% from 424); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A837 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9A837 is #3657C8. Grayscale: #A5A5A5. Windows color (decimal): -3561417 or 3647689. OLE color: 3647689.

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

Color convert

RGB 201 168 55 -
CMYK 0 0.16 0.73 0.21
HSL 46.44º 0.57% 0.5% -
HSV(B) 46.44º 0.73% 0.79% -
XYZ 38.78 40.7 9.43 -
YUV 164.99 65.93 153.69 -
System Red Green Blue C M Y K H S L
Decimal 201 168 55 0 0.16 0.73 0.21 46.44 0.57 0.5
Hex C9 A8 37 0 10 49 15 2E 39 32
Octal 311 250 67 0 20 111 25 56 71 62
Binary 11001001 10101000 110111 0 10000 1001001 10101 101110 111001 110010

Color Harmonies of #C9A837

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9A837

Black with #C9A837

Text Example


Text Example

White with #C9A837

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9A837; }

 p { color: rgb(201,168,55); }

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

background-color css

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

 a { background-color: rgb(201,168,55); }

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

border-color css

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

 span { border-color: rgb(201,168,55); }

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