Html Css Color HEX #C6A935 Metallic Gold

📋 copy color: '#C6A935'

red 198 ◦ green 169 ◦ blue 53

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

Shades of Metallic Gold #C6A935

Tints of Metallic Gold #C6A935

RGB

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

 GREEN value IS 169 (66.41% from 255) = 40.24%

 BLUE value IS 53 (21.09% from 255) = 12.62%

R = 47.14%
G = 40.24%
B = 12.62%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.73

 K value IS 0.22

RGB Variations

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

Color information

#C6A935 (or 0xC6A935) is known color: Metallic Gold. HEX triplet: C6, A9 and 35. RGB value is (198,169,53). Sum of RGB (Red+Green+Blue) = 198+169+53=420 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.14% from 420); Green value is 169 (66.41% from 255 or 40.24% from 420); Blue value is 53 (21.09% from 255 or 12.62% from 420); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A935 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6A935 is #3956CA. Grayscale: #A4A4A4. Windows color (decimal): -3757771 or 3516870. OLE color: 3516870.

HSL color Cylindrical-coordinate representation of color #C6A935: hue angle of 48º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C6A935 is Cyan = 0, Magento = 0.15, Yellow = 0.73 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 169 53 -
CMYK 0 0.15 0.73 0.22
HSL 48º 0.58% 0.49% -
HSV(B) 48º 0.73% 0.78% -
XYZ 38.12 40.64 9.2 -
YUV 164.45 65.11 151.93 -
System Red Green Blue C M Y K H S L
Decimal 198 169 53 0 0.15 0.73 0.22 48 0.58 0.49
Hex C6 A9 35 0 F 49 16 30 3A 31
Octal 306 251 65 0 17 111 26 60 72 61
Binary 11000110 10101001 110101 0 1111 1001001 10110 110000 111010 110001

Color Harmonies of #C6A935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6A935

Black with #C6A935

Text Example


Text Example

White with #C6A935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6A935; }

 p { color: rgb(198,169,53); }

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

background-color css

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

 a { background-color: rgb(198,169,53); }

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

border-color css

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

 span { border-color: rgb(198,169,53); }

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