Html Css Color HEX #C6AA31 Metallic Gold

📋 copy color: '#C6AA31'

red 198 ◦ green 170 ◦ blue 49

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

Shades of Metallic Gold #C6AA31

Tints of Metallic Gold #C6AA31

RGB

 RED value IS 198 (77.73% from 255) = 47.48%

 GREEN value IS 170 (66.8% from 255) = 40.77%

 BLUE value IS 49 (19.53% from 255) = 11.75%

R = 47.48%
G = 40.77%
B = 11.75%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.75

 K value IS 0.22

RGB Variations

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

Color information

#C6AA31 (or 0xC6AA31) is known color: Metallic Gold. HEX triplet: C6, AA and 31. RGB value is (198,170,49). Sum of RGB (Red+Green+Blue) = 198+170+49=417 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.48% from 417); Green value is 170 (66.80% from 255 or 40.77% from 417); Blue value is 49 (19.53% from 255 or 11.75% from 417); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AA31 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6AA31 is #3955CE. Grayscale: #A5A5A5. Windows color (decimal): -3757519 or 3254982. OLE color: 3254982.

HSL color Cylindrical-coordinate representation of color #C6AA31: hue angle of 48.72º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C6AA31 is Cyan = 0, Magento = 0.14, Yellow = 0.75 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 170 49 -
CMYK 0 0.14 0.75 0.22
HSL 48.72º 0.6% 0.48% -
HSV(B) 48.72º 0.75% 0.78% -
XYZ 38.22 40.98 8.8 -
YUV 164.58 62.78 151.84 -
System Red Green Blue C M Y K H S L
Decimal 198 170 49 0 0.14 0.75 0.22 48.72 0.6 0.48
Hex C6 AA 31 0 E 4B 16 31 3C 30
Octal 306 252 61 0 16 113 26 61 74 60
Binary 11000110 10101010 110001 0 1110 1001011 10110 110001 111100 110000

Color Harmonies of #C6AA31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6AA31

Black with #C6AA31

Text Example


Text Example

White with #C6AA31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6AA31; }

 p { color: rgb(198,170,49); }

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

background-color css

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

 a { background-color: rgb(198,170,49); }

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

border-color css

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

 span { border-color: rgb(198,170,49); }

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