#D6A135

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

Shades of Metallic Gold #D6A135

Tints of Metallic Gold #D6A135

Color information

#D6A135 (or 0xD6A135) is unknown color: approx Metallic Gold. HEX triplet: D6, A1 and 35. RGB value is (214,161,53). Sum of RGB (Red+Green+Blue) = 214+161+53=428 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50% from 428); Green value is 161 (63.28% from 255 or 37.62% from 428); Blue value is 53 (21.09% from 255 or 12.38% from 428); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A135 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6A135 is #295ECA. Grayscale: #A5A5A5. Windows color (decimal): -2711243 or 3514838. OLE color: 3514838.

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

Color convert

RGB21416153-
CMYK00.250.750.16
HSL40.25º66.26%52.35%-
HSV(B)40.25º75.23%83.92%-
XYZ41.1240.048.93-
YUV164.5465.06163.28-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 50%
GREEN value IS 161 (63.28% from 255) = 37.62%
BLUE value IS 53 (21.09% from 255) = 12.38%
R=50%
G=37.62%
B=12.38%

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
Decimal2141615300.250.750.1640.2566.2652.35
HexD6A1350194B10284234
Octal32624165031113205010264
Binary11010110101000011101010110011001011100001010001000010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6A135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6A135; }

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

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

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

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

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

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

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

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