Html Css Color HEX #C9A239 Metallic Gold

📋 copy color: '#C9A239'

red 201 ◦ green 162 ◦ blue 57

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

Shades of Metallic Gold #C9A239

Tints of Metallic Gold #C9A239

RGB

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

 GREEN value IS 162 (63.67% from 255) = 38.57%

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

R = 47.86%
G = 38.57%
B = 13.57%

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

#C9A239 (or 0xC9A239) is known color: Metallic Gold. HEX triplet: C9, A2 and 39. RGB value is (201,162,57). Sum of RGB (Red+Green+Blue) = 201+162+57=420 (55% of max value = 765). Red value is 201 (78.91% from 255 or 47.86% from 420); Green value is 162 (63.67% from 255 or 38.57% from 420); Blue value is 57 (22.66% from 255 or 13.57% from 420); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A239 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9A239 is #365DC6. Grayscale: #A2A2A2. Windows color (decimal): -3562951 or 3777225. OLE color: 3777225.

HSL color Cylindrical-coordinate representation of color #C9A239: hue angle of 43.75º 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 #C9A239 is Cyan = 0, Magento = 0.19, Yellow = 0.72 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 162 57 -
CMYK 0 0.19 0.72 0.21
HSL 43.75º 0.57% 0.51% -
HSV(B) 43.75º 0.72% 0.79% -
XYZ 37.75 38.55 9.32 -
YUV 161.69 68.92 156.04 -
System Red Green Blue C M Y K H S L
Decimal 201 162 57 0 0.19 0.72 0.21 43.75 0.57 0.51
Hex C9 A2 39 0 13 48 15 2C 39 33
Octal 311 242 71 0 23 110 25 54 71 63
Binary 11001001 10100010 111001 0 10011 1001000 10101 101100 111001 110011

Color Harmonies of #C9A239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9A239

Black with #C9A239

Text Example


Text Example

White with #C9A239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9A239; }

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

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

background-color css

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

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

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

border-color css

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

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

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