Html Css Color HEX #C5A238 Metallic Gold

📋 copy color: '#C5A238'

red 197 ◦ green 162 ◦ blue 56

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

Shades of Metallic Gold #C5A238

Tints of Metallic Gold #C5A238

RGB

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

 GREEN value IS 162 (63.67% from 255) = 39.04%

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

R = 47.47%
G = 39.04%
B = 13.49%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.72

 K value IS 0.23

RGB Variations

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

Color information

#C5A238 (or 0xC5A238) is known color: Metallic Gold. HEX triplet: C5, A2 and 38. RGB value is (197,162,56). Sum of RGB (Red+Green+Blue) = 197+162+56=415 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.47% from 415); Green value is 162 (63.67% from 255 or 39.04% from 415); Blue value is 56 (22.27% from 255 or 13.49% from 415); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A238 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5A238 is #3A5DC7. Grayscale: #A0A0A0. Windows color (decimal): -3825096 or 3711685. OLE color: 3711685.

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

Color convert

RGB 197 162 56 -
CMYK 0 0.18 0.72 0.23
HSL 45.11º 0.56% 0.5% -
HSV(B) 45.11º 0.72% 0.77% -
XYZ 36.66 38 9.14 -
YUV 160.38 69.1 154.12 -
System Red Green Blue C M Y K H S L
Decimal 197 162 56 0 0.18 0.72 0.23 45.11 0.56 0.5
Hex C5 A2 38 0 12 48 17 2D 38 32
Octal 305 242 70 0 22 110 27 55 70 62
Binary 11000101 10100010 111000 0 10010 1001000 10111 101101 111000 110010

Color Harmonies of #C5A238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5A238

Black with #C5A238

Text Example


Text Example

White with #C5A238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5A238; }

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

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

background-color css

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

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

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

border-color css

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

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

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