#D0A035

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

Shades of Metallic Gold #D0A035

Tints of Metallic Gold #D0A035

Color information

#D0A035 (or 0xD0A035) is unknown color: approx Metallic Gold. HEX triplet: D0, A0 and 35. RGB value is (208,160,53). Sum of RGB (Red+Green+Blue) = 208+160+53=421 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.41% from 421); Green value is 160 (62.89% from 255 or 38.00% from 421); Blue value is 53 (21.09% from 255 or 12.59% from 421); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A035 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0A035 is #2F5FCA. Grayscale: #A2A2A2. Windows color (decimal): -3104715 or 3514576. OLE color: 3514576.

HSL color Cylindrical-coordinate representation of color #D0A035: hue angle of 41.42º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D0A035 is Cyan = 0, Magento = 0.23, Yellow = 0.75 and Black (K on CMYK) = 0.18.

Color convert

RGB20816053-
CMYK00.230.750.18
HSL41.42º62.25%51.18%-
HSV(B)41.42º74.52%81.57%-
XYZ39.2338.818.79-
YUV162.1566.4160.7-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 49.41%
GREEN value IS 160 (62.89% from 255) = 38.00%
BLUE value IS 53 (21.09% from 255) = 12.59%
R=49.41%
G=38.00%
B=12.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.75
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081605300.230.750.1841.4262.2551.18
HexD0A0350174B12293e33
Octal3202406502711322517663
Binary1101000010100000110101010111100101110010101001111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0A035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0A035; }

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

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

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

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

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

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

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

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