Html Css Color HEX #C5A639 Metallic Gold

📋 copy color: '#C5A639'

red 197 ◦ green 166 ◦ blue 57

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

Shades of Metallic Gold #C5A639

Tints of Metallic Gold #C5A639

RGB

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

 GREEN value IS 166 (65.23% from 255) = 39.52%

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

R = 46.9%
G = 39.52%
B = 13.57%

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

#C5A639 (or 0xC5A639) is known color: Metallic Gold. HEX triplet: C5, A6 and 39. RGB value is (197,166,57). Sum of RGB (Red+Green+Blue) = 197+166+57=420 (55% of max value = 765). Red value is 197 (77.34% from 255 or 46.90% from 420); Green value is 166 (65.23% from 255 or 39.52% from 420); Blue value is 57 (22.66% from 255 or 13.57% from 420); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A639 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5A639 is #3A59C6. Grayscale: #A3A3A3. Windows color (decimal): -3824071 or 3778245. OLE color: 3778245.

HSL color Cylindrical-coordinate representation of color #C5A639: hue angle of 46.71º 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 #C5A639 is Cyan = 0, Magento = 0.16, Yellow = 0.71 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 166 57 -
CMYK 0 0.16 0.71 0.23
HSL 46.71º 0.55% 0.5% -
HSV(B) 46.71º 0.71% 0.77% -
XYZ 37.4 39.44 9.51 -
YUV 162.84 68.27 152.36 -
System Red Green Blue C M Y K H S L
Decimal 197 166 57 0 0.16 0.71 0.23 46.71 0.55 0.5
Hex C5 A6 39 0 10 47 17 2F 37 32
Octal 305 246 71 0 20 107 27 57 67 62
Binary 11000101 10100110 111001 0 10000 1000111 10111 101111 110111 110010

Color Harmonies of #C5A639

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5A639

Black with #C5A639

Text Example


Text Example

White with #C5A639

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5A639; }

 p { color: rgb(197,166,57); }

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

background-color css

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

 a { background-color: rgb(197,166,57); }

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

border-color css

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

 span { border-color: rgb(197,166,57); }

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