Html Css Color HEX #C4A438 Metallic Gold

📋 copy color: '#C4A438'

red 196 ◦ green 164 ◦ blue 56

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

Shades of Metallic Gold #C4A438

Tints of Metallic Gold #C4A438

RGB

 RED value IS 196 (76.95% from 255) = 47.12%

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

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

R = 47.12%
G = 39.42%
B = 13.46%

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

#C4A438 (or 0xC4A438) is known color: Metallic Gold. HEX triplet: C4, A4 and 38. RGB value is (196,164,56). Sum of RGB (Red+Green+Blue) = 196+164+56=416 (55% of max value = 765). Red value is 196 (76.95% from 255 or 47.12% from 416); Green value is 164 (64.45% from 255 or 39.42% from 416); Blue value is 56 (22.27% from 255 or 13.46% from 416); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A438 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4A438 is #3B5BC7. Grayscale: #A1A1A1. Windows color (decimal): -3890120 or 3712196. OLE color: 3712196.

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

Color convert

RGB 196 164 56 -
CMYK 0 0.16 0.71 0.23
HSL 46.29º 0.56% 0.49% -
HSV(B) 46.29º 0.71% 0.77% -
XYZ 36.75 38.57 9.25 -
YUV 161.26 68.6 152.78 -
System Red Green Blue C M Y K H S L
Decimal 196 164 56 0 0.16 0.71 0.23 46.29 0.56 0.49
Hex C4 A4 38 0 10 47 17 2E 38 31
Octal 304 244 70 0 20 107 27 56 70 61
Binary 11000100 10100100 111000 0 10000 1000111 10111 101110 111000 110001

Color Harmonies of #C4A438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4A438

Black with #C4A438

Text Example


Text Example

White with #C4A438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4A438; }

 p { color: rgb(196,164,56); }

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

background-color css

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

 a { background-color: rgb(196,164,56); }

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

border-color css

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

 span { border-color: rgb(196,164,56); }

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