Html Css Color HEX #C5A333 Metallic Gold

📋 copy color: '#C5A333'

red 197 ◦ green 163 ◦ blue 51

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

Shades of Metallic Gold #C5A333

Tints of Metallic Gold #C5A333

RGB

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

 GREEN value IS 163 (64.06% from 255) = 39.66%

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

R = 47.93%
G = 39.66%
B = 12.41%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.74

 K value IS 0.23

RGB Variations

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

Color information

#C5A333 (or 0xC5A333) is known color: Metallic Gold. HEX triplet: C5, A3 and 33. RGB value is (197,163,51). Sum of RGB (Red+Green+Blue) = 197+163+51=411 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.93% from 411); Green value is 163 (64.06% from 255 or 39.66% from 411); Blue value is 51 (20.31% from 255 or 12.41% from 411); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A333 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5A333 is #3A5CCC. Grayscale: #A0A0A0. Windows color (decimal): -3824845 or 3384261. OLE color: 3384261.

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

Color convert

RGB 197 163 51 -
CMYK 0 0.17 0.74 0.23
HSL 46.03º 0.59% 0.49% -
HSV(B) 46.03º 0.74% 0.77% -
XYZ 36.72 38.3 8.59 -
YUV 160.4 66.26 154.11 -
System Red Green Blue C M Y K H S L
Decimal 197 163 51 0 0.17 0.74 0.23 46.03 0.59 0.49
Hex C5 A3 33 0 11 4A 17 2E 3B 31
Octal 305 243 63 0 21 112 27 56 73 61
Binary 11000101 10100011 110011 0 10001 1001010 10111 101110 111011 110001

Color Harmonies of #C5A333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5A333

Black with #C5A333

Text Example


Text Example

White with #C5A333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5A333; }

 p { color: rgb(197,163,51); }

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

background-color css

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

 a { background-color: rgb(197,163,51); }

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

border-color css

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

 span { border-color: rgb(197,163,51); }

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