Html Css Color HEX #C5A436 Metallic Gold

📋 copy color: '#C5A436'

red 197 ◦ green 164 ◦ blue 54

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

Shades of Metallic Gold #C5A436

Tints of Metallic Gold #C5A436

RGB

 RED value IS 197 (77.34% from 255) = 47.47%

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

 BLUE value IS 54 (21.48% from 255) = 13.01%

R = 47.47%
G = 39.52%
B = 13.01%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.73

 K value IS 0.23

RGB Variations

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

Color information

#C5A436 (or 0xC5A436) is known color: Metallic Gold. HEX triplet: C5, A4 and 36. RGB value is (197,164,54). Sum of RGB (Red+Green+Blue) = 197+164+54=415 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.47% from 415); Green value is 164 (64.45% from 255 or 39.52% from 415); Blue value is 54 (21.48% from 255 or 13.01% from 415); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A436 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5A436 is #3A5BC9. Grayscale: #A1A1A1. Windows color (decimal): -3824586 or 3581125. OLE color: 3581125.

HSL color Cylindrical-coordinate representation of color #C5A436: hue angle of 46.15º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C5A436 is Cyan = 0, Magento = 0.17, Yellow = 0.73 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 164 54 -
CMYK 0 0.17 0.73 0.23
HSL 46.15º 0.57% 0.49% -
HSV(B) 46.15º 0.73% 0.77% -
XYZ 36.97 38.69 9.01 -
YUV 161.33 67.43 153.44 -
System Red Green Blue C M Y K H S L
Decimal 197 164 54 0 0.17 0.73 0.23 46.15 0.57 0.49
Hex C5 A4 36 0 11 49 17 2E 39 31
Octal 305 244 66 0 21 111 27 56 71 61
Binary 11000101 10100100 110110 0 10001 1001001 10111 101110 111001 110001

Color Harmonies of #C5A436

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5A436

Black with #C5A436

Text Example


Text Example

White with #C5A436

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5A436; }

 p { color: rgb(197,164,54); }

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

background-color css

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

 a { background-color: rgb(197,164,54); }

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

border-color css

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

 span { border-color: rgb(197,164,54); }

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