#D6A235

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

Shades of Metallic Gold #D6A235

Tints of Metallic Gold #D6A235

Color information

#D6A235 (or 0xD6A235) is unknown color: approx Metallic Gold. HEX triplet: D6, A2 and 35. RGB value is (214,162,53). Sum of RGB (Red+Green+Blue) = 214+162+53=429 (56% of max value = 765). Red value is 214 (83.98% from 255 or 49.88% from 429); Green value is 162 (63.67% from 255 or 37.76% from 429); Blue value is 53 (21.09% from 255 or 12.35% from 429); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A235 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6A235 is #295DCA. Grayscale: #A5A5A5. Windows color (decimal): -2710987 or 3515094. OLE color: 3515094.

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

Color convert

RGB21416253-
CMYK00.240.750.16
HSL40.62º66.26%52.35%-
HSV(B)40.62º75.23%83.92%-
XYZ41.2940.398.99-
YUV165.1264.73162.86-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 49.88%
GREEN value IS 162 (63.67% from 255) = 37.76%
BLUE value IS 53 (21.09% from 255) = 12.35%
R=49.88%
G=37.76%
B=12.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.75
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141625300.240.750.1640.6266.2652.35
HexD6A2350184B10294234
Octal32624265030113205110264
Binary11010110101000101101010110001001011100001010011000010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6A235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6A235; }

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

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

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

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

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

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

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

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