#D6A035

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

Shades of Metallic Gold #D6A035

Tints of Metallic Gold #D6A035

Color information

#D6A035 (or 0xD6A035) is unknown color: approx Metallic Gold. HEX triplet: D6, A0 and 35. RGB value is (214,160,53). Sum of RGB (Red+Green+Blue) = 214+160+53=427 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.12% from 427); Green value is 160 (62.89% from 255 or 37.47% from 427); Blue value is 53 (21.09% from 255 or 12.41% from 427); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A035 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6A035 is #295FCA. Grayscale: #A4A4A4. Windows color (decimal): -2711499 or 3514582. OLE color: 3514582.

HSL color Cylindrical-coordinate representation of color #D6A035: hue angle of 39.88º 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 #D6A035 is Cyan = 0, Magento = 0.25, Yellow = 0.75 and Black (K on CMYK) = 0.16.

Color convert

RGB21416053-
CMYK00.250.750.16
HSL39.88º66.26%52.35%-
HSV(B)39.88º75.23%83.92%-
XYZ40.9439.698.87-
YUV163.9565.39163.7-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 50.12%
GREEN value IS 160 (62.89% from 255) = 37.47%
BLUE value IS 53 (21.09% from 255) = 12.41%
R=50.12%
G=37.47%
B=12.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.75
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141605300.250.750.1639.8866.2652.35
HexD6A0350194B10284234
Octal32624065031113205010264
Binary11010110101000001101010110011001011100001010001000010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6A035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6A035; }

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

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

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

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

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

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

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

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