#C6A92D

Color #C6A92D Metallic Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Metallic Gold #C6A92D

Tints of Metallic Gold #C6A92D

Color information

#C6A92D (or 0xC6A92D) is unknown color: approx Metallic Gold. HEX triplet: C6, A9 and 2D. RGB value is (198,169,45). Sum of RGB (Red+Green+Blue) = 198+169+45=412 (54% of max value = 765). Red value is 198 (77.73% from 255 or 48.06% from 412); Green value is 169 (66.41% from 255 or 41.02% from 412); Blue value is 45 (17.97% from 255 or 10.92% from 412); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A92D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6A92D is #3956D2. Grayscale: #A4A4A4. Windows color (decimal): -3757779 or 2992582. OLE color: 2992582.

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

Color convert

RGB19816945-
CMYK00.150.770.22
HSL48.63º62.96%47.65%-
HSV(B)48.63º77.27%77.65%-
XYZ37.9540.578.31-
YUV163.5361.11152.58-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 48.06%
GREEN value IS 169 (66.41% from 255) = 41.02%
BLUE value IS 45 (17.97% from 255) = 10.92%
R=48.06%
G=41.02%
B=10.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.77
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981694500.150.770.2248.6362.9647.65
HexC6A92D0F4D16313f30
Octal3062515501711526617760
Binary110001101010100110110101111100110110110110001111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6A92D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6A92D; }

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

 H1.HeaderClassName
 {
   color: #C6A92D;
 }
 .AnyTagClassName
 {
   color: #C6A92D;
 }
</style>
background-color css

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

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

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

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

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

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