Html Css Color HEX #C9A43D Metallic Gold

📋 copy color: '#C9A43D'

red 201 ◦ green 164 ◦ blue 61

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

Shades of Metallic Gold #C9A43D

Tints of Metallic Gold #C9A43D

RGB

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

 GREEN value IS 164 (64.45% from 255) = 38.5%

 BLUE value IS 61 (24.22% from 255) = 14.32%

R = 47.18%
G = 38.5%
B = 14.32%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.70

 K value IS 0.21

RGB Variations

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

Color information

#C9A43D (or 0xC9A43D) is known color: Metallic Gold. HEX triplet: C9, A4 and 3D. RGB value is (201,164,61). Sum of RGB (Red+Green+Blue) = 201+164+61=426 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.18% from 426); Green value is 164 (64.45% from 255 or 38.50% from 426); Blue value is 61 (24.22% from 255 or 14.32% from 426); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A43D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9A43D is #365BC2. Grayscale: #A3A3A3. Windows color (decimal): -3562435 or 4039881. OLE color: 4039881.

HSL color Cylindrical-coordinate representation of color #C9A43D: hue angle of 44.14º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C9A43D is Cyan = 0, Magento = 0.18, Yellow = 0.70 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 164 61 -
CMYK 0 0.18 0.70 0.21
HSL 44.14º 0.56% 0.51% -
HSV(B) 44.14º 0.7% 0.79% -
XYZ 38.21 39.31 9.99 -
YUV 163.32 70.26 154.88 -
System Red Green Blue C M Y K H S L
Decimal 201 164 61 0 0.18 0.70 0.21 44.14 0.56 0.51
Hex C9 A4 3D 0 12 46 15 2C 38 33
Octal 311 244 75 0 22 106 25 54 70 63
Binary 11001001 10100100 111101 0 10010 1000110 10101 101100 111000 110011

Color Harmonies of #C9A43D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9A43D

Black with #C9A43D

Text Example


Text Example

White with #C9A43D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9A43D; }

 p { color: rgb(201,164,61); }

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

background-color css

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

 a { background-color: rgb(201,164,61); }

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

border-color css

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

 span { border-color: rgb(201,164,61); }

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