#D6AC43

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

Shades of Metallic Gold #D6AC43

Tints of Metallic Gold #D6AC43

Color information

#D6AC43 (or 0xD6AC43) is unknown color: approx Metallic Gold. HEX triplet: D6, AC and 43. RGB value is (214,172,67). Sum of RGB (Red+Green+Blue) = 214+172+67=453 (60% of max value = 765). Red value is 214 (83.98% from 255 or 47.24% from 453); Green value is 172 (67.58% from 255 or 37.97% from 453); Blue value is 67 (26.56% from 255 or 14.79% from 453); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AC43 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6AC43 is #2953BC. Grayscale: #ADADAD. Windows color (decimal): -2708413 or 4435158. OLE color: 4435158.

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

Color convert

RGB21417267-
CMYK00.200.690.16
HSL42.86º64.19%55.1%-
HSV(B)42.86º68.69%83.92%-
XYZ43.544.2111.55-
YUV172.5968.41157.54-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 47.24%
GREEN value IS 172 (67.58% from 255) = 37.97%
BLUE value IS 67 (26.56% from 255) = 14.79%
R=47.24%
G=37.97%
B=14.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.69
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141726700.200.690.1642.8664.1955.1
HexD6AC4301445102b4037
Octal326254103024105205310067
Binary110101101010110010000110101001000101100001010111000000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6AC43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6AC43; }

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

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

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

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

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

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

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

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