Html Css Color HEX #C5A53A Metallic Gold

📋 copy color: '#C5A53A'

red 197 ◦ green 165 ◦ blue 58

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

Shades of Metallic Gold #C5A53A

Tints of Metallic Gold #C5A53A

RGB

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

 GREEN value IS 165 (64.84% from 255) = 39.29%

 BLUE value IS 58 (23.05% from 255) = 13.81%

R = 46.9%
G = 39.29%
B = 13.81%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.71

 K value IS 0.23

RGB Variations

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

Color information

#C5A53A (or 0xC5A53A) is known color: Metallic Gold. HEX triplet: C5, A5 and 3A. RGB value is (197,165,58). Sum of RGB (Red+Green+Blue) = 197+165+58=420 (55% of max value = 765). Red value is 197 (77.34% from 255 or 46.90% from 420); Green value is 165 (64.84% from 255 or 39.29% from 420); Blue value is 58 (23.05% from 255 or 13.81% from 420); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A53A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5A53A is #3A5AC5. Grayscale: #A2A2A2. Windows color (decimal): -3824326 or 3843525. OLE color: 3843525.

HSL color Cylindrical-coordinate representation of color #C5A53A: hue angle of 46.19º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C5A53A is Cyan = 0, Magento = 0.16, Yellow = 0.71 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 165 58 -
CMYK 0 0.16 0.71 0.23
HSL 46.19º 0.55% 0.5% -
HSV(B) 46.19º 0.71% 0.77% -
XYZ 37.24 39.09 9.58 -
YUV 162.37 69.1 152.7 -
System Red Green Blue C M Y K H S L
Decimal 197 165 58 0 0.16 0.71 0.23 46.19 0.55 0.5
Hex C5 A5 3A 0 10 47 17 2E 37 32
Octal 305 245 72 0 20 107 27 56 67 62
Binary 11000101 10100101 111010 0 10000 1000111 10111 101110 110111 110010

Color Harmonies of #C5A53A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5A53A

Black with #C5A53A

Text Example


Text Example

White with #C5A53A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5A53A; }

 p { color: rgb(197,165,58); }

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

background-color css

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

 a { background-color: rgb(197,165,58); }

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

border-color css

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

 span { border-color: rgb(197,165,58); }

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