Html Css Color HEX #C4A433 Metallic Gold

📋 copy color: '#C4A433'

red 196 ◦ green 164 ◦ blue 51

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

Shades of Metallic Gold #C4A433

Tints of Metallic Gold #C4A433

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 12.41%

R = 47.69%
G = 39.9%
B = 12.41%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.74

 K value IS 0.23

RGB Variations

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

Color information

#C4A433 (or 0xC4A433) is known color: Metallic Gold. HEX triplet: C4, A4 and 33. RGB value is (196,164,51). Sum of RGB (Red+Green+Blue) = 196+164+51=411 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.69% from 411); Green value is 164 (64.45% from 255 or 39.90% from 411); Blue value is 51 (20.31% from 255 or 12.41% from 411); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A433 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4A433 is #3B5BCC. Grayscale: #A1A1A1. Windows color (decimal): -3890125 or 3384516. OLE color: 3384516.

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

Color convert

RGB 196 164 51 -
CMYK 0 0.16 0.74 0.23
HSL 46.76º 0.59% 0.48% -
HSV(B) 46.76º 0.74% 0.77% -
XYZ 36.64 38.53 8.64 -
YUV 160.69 66.1 153.19 -
System Red Green Blue C M Y K H S L
Decimal 196 164 51 0 0.16 0.74 0.23 46.76 0.59 0.48
Hex C4 A4 33 0 10 4A 17 2F 3B 30
Octal 304 244 63 0 20 112 27 57 73 60
Binary 11000100 10100100 110011 0 10000 1001010 10111 101111 111011 110000

Color Harmonies of #C4A433

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4A433

Black with #C4A433

Text Example


Text Example

White with #C4A433

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4A433; }

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

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

background-color css

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

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

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

border-color css

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

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

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