Html Css Color HEX #C9A339 Metallic Gold

📋 copy color: '#C9A339'

red 201 ◦ green 163 ◦ blue 57

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

Shades of Metallic Gold #C9A339

Tints of Metallic Gold #C9A339

RGB

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

 GREEN value IS 163 (64.06% from 255) = 38.72%

 BLUE value IS 57 (22.66% from 255) = 13.54%

R = 47.74%
G = 38.72%
B = 13.54%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.72

 K value IS 0.21

RGB Variations

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

Color information

#C9A339 (or 0xC9A339) is known color: Metallic Gold. HEX triplet: C9, A3 and 39. RGB value is (201,163,57). Sum of RGB (Red+Green+Blue) = 201+163+57=421 (55% of max value = 765). Red value is 201 (78.91% from 255 or 47.74% from 421); Green value is 163 (64.06% from 255 or 38.72% from 421); Blue value is 57 (22.66% from 255 or 13.54% from 421); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A339 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9A339 is #365CC6. Grayscale: #A2A2A2. Windows color (decimal): -3562695 or 3777481. OLE color: 3777481.

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

Color convert

RGB 201 163 57 -
CMYK 0 0.19 0.72 0.21
HSL 44.17º 0.57% 0.51% -
HSV(B) 44.17º 0.72% 0.79% -
XYZ 37.92 38.91 9.38 -
YUV 162.28 68.59 155.62 -
System Red Green Blue C M Y K H S L
Decimal 201 163 57 0 0.19 0.72 0.21 44.17 0.57 0.51
Hex C9 A3 39 0 13 48 15 2C 39 33
Octal 311 243 71 0 23 110 25 54 71 63
Binary 11001001 10100011 111001 0 10011 1001000 10101 101100 111001 110011

Color Harmonies of #C9A339

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9A339

Black with #C9A339

Text Example


Text Example

White with #C9A339

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9A339; }

 p { color: rgb(201,163,57); }

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

background-color css

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

 a { background-color: rgb(201,163,57); }

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

border-color css

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

 span { border-color: rgb(201,163,57); }

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