#C8AC34

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

Shades of Metallic Gold #C8AC34

Tints of Metallic Gold #C8AC34

Color information

#C8AC34 (or 0xC8AC34) is unknown color: approx Metallic Gold. HEX triplet: C8, AC and 34. RGB value is (200,172,52). Sum of RGB (Red+Green+Blue) = 200+172+52=424 (56% of max value = 765). Red value is 200 (78.52% from 255 or 47.17% from 424); Green value is 172 (67.58% from 255 or 40.57% from 424); Blue value is 52 (20.70% from 255 or 12.26% from 424); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AC34 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8AC34 is #3753CB. Grayscale: #A7A7A7. Windows color (decimal): -3625932 or 3452104. OLE color: 3452104.

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

Color convert

RGB20017252-
CMYK00.140.740.22
HSL48.65º58.73%49.41%-
HSV(B)48.65º74%78.43%-
XYZ39.1942.039.3-
YUV166.6963.28151.76-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 47.17%
GREEN value IS 172 (67.58% from 255) = 40.57%
BLUE value IS 52 (20.70% from 255) = 12.26%
R=47.17%
G=40.57%
B=12.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.74
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001725200.140.740.2248.6558.7349.41
HexC8AC340E4A16313b31
Octal3102546401611226617361
Binary110010001010110011010001110100101010110110001111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8AC34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8AC34; }

 p { color: rgb(200,172,52); }

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

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

 a { background-color: rgb(200,172,52); }

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

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

 span { border-color: rgb(200,172,52); }

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