Html Css Color HEX #C4A733 Metallic Gold

📋 copy color: '#C4A733'

red 196 ◦ green 167 ◦ blue 51

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

Shades of Metallic Gold #C4A733

Tints of Metallic Gold #C4A733

RGB

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

 GREEN value IS 167 (65.63% from 255) = 40.34%

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

R = 47.34%
G = 40.34%
B = 12.32%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.74

 K value IS 0.23

RGB Variations

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

Color information

#C4A733 (or 0xC4A733) is known color: Metallic Gold. HEX triplet: C4, A7 and 33. RGB value is (196,167,51). Sum of RGB (Red+Green+Blue) = 196+167+51=414 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.34% from 414); Green value is 167 (65.62% from 255 or 40.34% from 414); Blue value is 51 (20.31% from 255 or 12.32% from 414); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A733 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4A733 is #3B58CC. Grayscale: #A2A2A2. Windows color (decimal): -3889357 or 3385284. OLE color: 3385284.

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

Color convert

RGB 196 167 51 -
CMYK 0 0.15 0.74 0.23
HSL 48º 0.59% 0.48% -
HSV(B) 48º 0.74% 0.77% -
XYZ 37.18 39.61 8.82 -
YUV 162.45 65.11 151.93 -
System Red Green Blue C M Y K H S L
Decimal 196 167 51 0 0.15 0.74 0.23 48 0.59 0.48
Hex C4 A7 33 0 F 4A 17 30 3B 30
Octal 304 247 63 0 17 112 27 60 73 60
Binary 11000100 10100111 110011 0 1111 1001010 10111 110000 111011 110000

Color Harmonies of #C4A733

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4A733

Black with #C4A733

Text Example


Text Example

White with #C4A733

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4A733; }

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

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

background-color css

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

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

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

border-color css

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

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

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