#D6AC35

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

Shades of Metallic Gold #D6AC35

Tints of Metallic Gold #D6AC35

Color information

#D6AC35 (or 0xD6AC35) is unknown color: approx Metallic Gold. HEX triplet: D6, AC and 35. RGB value is (214,172,53). Sum of RGB (Red+Green+Blue) = 214+172+53=439 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.75% from 439); Green value is 172 (67.58% from 255 or 39.18% from 439); Blue value is 53 (21.09% from 255 or 12.07% from 439); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AC35 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6AC35 is #2953CA. Grayscale: #ABABAB. Windows color (decimal): -2708427 or 3517654. OLE color: 3517654.

HSL color Cylindrical-coordinate representation of color #D6AC35: hue angle of 44.35º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D6AC35 is Cyan = 0, Magento = 0.20, Yellow = 0.75 and Black (K on CMYK) = 0.16.

Color convert

RGB21417253-
CMYK00.200.750.16
HSL44.35º66.26%52.35%-
HSV(B)44.35º75.23%83.92%-
XYZ43.1344.069.6-
YUV170.9961.41158.68-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 48.75%
GREEN value IS 172 (67.58% from 255) = 39.18%
BLUE value IS 53 (21.09% from 255) = 12.07%
R=48.75%
G=39.18%
B=12.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.75
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141725300.200.750.1644.3566.2652.35
HexD6AC350144B102c4234
Octal32625465024113205410264
Binary11010110101011001101010101001001011100001011001000010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6AC35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6AC35; }

 p { color: rgb(214,172,53); }

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

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

 a { background-color: rgb(214,172,53); }

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

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

 span { border-color: rgb(214,172,53); }

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