#C8A733

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

Shades of Metallic Gold #C8A733

Tints of Metallic Gold #C8A733

Color information

#C8A733 (or 0xC8A733) is unknown color: approx Metallic Gold. HEX triplet: C8, A7 and 33. RGB value is (200,167,51). Sum of RGB (Red+Green+Blue) = 200+167+51=418 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.85% from 418); Green value is 167 (65.62% from 255 or 39.95% from 418); Blue value is 51 (20.31% from 255 or 12.20% from 418); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A733 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8A733 is #3758CC. Grayscale: #A4A4A4. Windows color (decimal): -3627213 or 3385288. OLE color: 3385288.

HSL color Cylindrical-coordinate representation of color #C8A733: hue angle of 46.71º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C8A733 is Cyan = 0, Magento = 0.16, Yellow = 0.74 and Black (K on CMYK) = 0.22.

Color convert

RGB20016751-
CMYK00.160.740.22
HSL46.71º59.36%49.22%-
HSV(B)46.71º74.5%78.43%-
XYZ38.2440.168.87-
YUV163.6464.43153.93-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 47.85%
GREEN value IS 167 (65.62% from 255) = 39.95%
BLUE value IS 51 (20.31% from 255) = 12.20%
R=47.85%
G=39.95%
B=12.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.74
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001675100.160.740.2246.7159.3649.22
HexC8A7330104A162f3b31
Octal3102476302011226577361
Binary1100100010100111110011010000100101010110101111111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8A733

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8A733; }

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

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

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

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

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

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

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

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