Html Css Color HEX #C5A638 Metallic Gold

📋 copy color: '#C5A638'

red 197 ◦ green 166 ◦ blue 56

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

Shades of Metallic Gold #C5A638

Tints of Metallic Gold #C5A638

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 13.37%

R = 47.02%
G = 39.62%
B = 13.37%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.72

 K value IS 0.23

RGB Variations

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

Color information

#C5A638 (or 0xC5A638) is known color: Metallic Gold. HEX triplet: C5, A6 and 38. RGB value is (197,166,56). Sum of RGB (Red+Green+Blue) = 197+166+56=419 (55% of max value = 765). Red value is 197 (77.34% from 255 or 47.02% from 419); Green value is 166 (65.23% from 255 or 39.62% from 419); Blue value is 56 (22.27% from 255 or 13.37% from 419); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A638 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5A638 is #3A59C7. Grayscale: #A3A3A3. Windows color (decimal): -3824072 or 3712709. OLE color: 3712709.

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

Color convert

RGB 197 166 56 -
CMYK 0 0.16 0.72 0.23
HSL 46.81º 0.56% 0.5% -
HSV(B) 46.81º 0.72% 0.77% -
XYZ 37.38 39.43 9.38 -
YUV 162.73 67.77 152.44 -
System Red Green Blue C M Y K H S L
Decimal 197 166 56 0 0.16 0.72 0.23 46.81 0.56 0.5
Hex C5 A6 38 0 10 48 17 2F 38 32
Octal 305 246 70 0 20 110 27 57 70 62
Binary 11000101 10100110 111000 0 10000 1001000 10111 101111 111000 110010

Color Harmonies of #C5A638

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5A638

Black with #C5A638

Text Example


Text Example

White with #C5A638

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5A638; }

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

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

background-color css

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

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

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

border-color css

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

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

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