#D6A93E

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

Shades of Metallic Gold #D6A93E

Tints of Metallic Gold #D6A93E

Color information

#D6A93E (or 0xD6A93E) is unknown color: approx Metallic Gold. HEX triplet: D6, A9 and 3E. RGB value is (214,169,62). Sum of RGB (Red+Green+Blue) = 214+169+62=445 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.09% from 445); Green value is 169 (66.41% from 255 or 37.98% from 445); Blue value is 62 (24.61% from 255 or 13.93% from 445); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A93E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6A93E is #2956C1. Grayscale: #AAAAAA. Windows color (decimal): -2709186 or 4106710. OLE color: 4106710.

HSL color Cylindrical-coordinate representation of color #D6A93E: hue angle of 42.24º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D6A93E is Cyan = 0, Magento = 0.21, Yellow = 0.71 and Black (K on CMYK) = 0.16.

Color convert

RGB21416962-
CMYK00.210.710.16
HSL42.24º64.96%54.12%-
HSV(B)42.24º71.03%83.92%-
XYZ42.7943.0210.61-
YUV170.2666.91159.2-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 48.09%
GREEN value IS 169 (66.41% from 255) = 37.98%
BLUE value IS 62 (24.61% from 255) = 13.93%
R=48.09%
G=37.98%
B=13.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.71
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141696200.210.710.1642.2464.9654.12
HexD6A93E01547102a4136
Octal32625176025107205210166
Binary11010110101010011111100101011000111100001010101000001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6A93E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6A93E; }

 p { color: rgb(214,169,62); }

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

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

 a { background-color: rgb(214,169,62); }

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

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

 span { border-color: rgb(214,169,62); }

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