Html Css Color HEX #C3A733 Metallic Gold

📋 copy color: '#C3A733'

red 195 ◦ green 167 ◦ blue 51

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

Shades of Metallic Gold #C3A733

Tints of Metallic Gold #C3A733

RGB

 RED value IS 195 (76.56% from 255) = 47.22%

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

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

R = 47.22%
G = 40.44%
B = 12.35%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.74

 K value IS 0.24

RGB Variations

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

Color information

#C3A733 (or 0xC3A733) is known color: Metallic Gold. HEX triplet: C3, A7 and 33. RGB value is (195,167,51). Sum of RGB (Red+Green+Blue) = 195+167+51=413 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.22% from 413); Green value is 167 (65.62% from 255 or 40.44% from 413); Blue value is 51 (20.31% from 255 or 12.35% from 413); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A733 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3A733 is #3C58CC. Grayscale: #A2A2A2. Windows color (decimal): -3954893 or 3385283. OLE color: 3385283.

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

Color convert

RGB 195 167 51 -
CMYK 0 0.14 0.74 0.24
HSL 48.33º 0.59% 0.48% -
HSV(B) 48.33º 0.74% 0.76% -
XYZ 36.92 39.48 8.81 -
YUV 162.15 65.28 151.43 -
System Red Green Blue C M Y K H S L
Decimal 195 167 51 0 0.14 0.74 0.24 48.33 0.59 0.48
Hex C3 A7 33 0 E 4A 18 30 3B 30
Octal 303 247 63 0 16 112 30 60 73 60
Binary 11000011 10100111 110011 0 1110 1001010 11000 110000 111011 110000

Color Harmonies of #C3A733

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3A733

Black with #C3A733

Text Example


Text Example

White with #C3A733

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3A733; }

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

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

background-color css

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

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

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

border-color css

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

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

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