#D8A935

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

Shades of Metallic Gold #D8A935

Tints of Metallic Gold #D8A935

Color information

#D8A935 (or 0xD8A935) is unknown color: approx Metallic Gold. HEX triplet: D8, A9 and 35. RGB value is (216,169,53). Sum of RGB (Red+Green+Blue) = 216+169+53=438 (58% of max value = 765). Red value is 216 (84.77% from 255 or 49.32% from 438); Green value is 169 (66.41% from 255 or 38.58% from 438); Blue value is 53 (21.09% from 255 or 12.10% from 438); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A935 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8A935 is #2756CA. Grayscale: #AAAAAA. Windows color (decimal): -2578123 or 3516888. OLE color: 3516888.

HSL color Cylindrical-coordinate representation of color #D8A935: hue angle of 42.7º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D8A935 is Cyan = 0, Magento = 0.22, Yellow = 0.75 and Black (K on CMYK) = 0.15.

Color convert

RGB21616953-
CMYK00.220.750.15
HSL42.7º67.63%52.75%-
HSV(B)42.7º75.46%84.71%-
XYZ43.1543.239.44-
YUV169.8362.07160.93-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 49.32%
GREEN value IS 169 (66.41% from 255) = 38.58%
BLUE value IS 53 (21.09% from 255) = 12.10%
R=49.32%
G=38.58%
B=12.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.75
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2161695300.220.750.1542.767.6352.75
HexD8A9350164BF2b4435
Octal33025165026113175310465
Binary1101100010101001110101010110100101111111010111000100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8A935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8A935; }

 p { color: rgb(216,169,53); }

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

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

 a { background-color: rgb(216,169,53); }

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

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

 span { border-color: rgb(216,169,53); }

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