#D0A134

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

Shades of Metallic Gold #D0A134

Tints of Metallic Gold #D0A134

Color information

#D0A134 (or 0xD0A134) is unknown color: approx Metallic Gold. HEX triplet: D0, A1 and 34. RGB value is (208,161,52). Sum of RGB (Red+Green+Blue) = 208+161+52=421 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.41% from 421); Green value is 161 (63.28% from 255 or 38.24% from 421); Blue value is 52 (20.70% from 255 or 12.35% from 421); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A134 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0A134 is #2F5ECB. Grayscale: #A3A3A3. Windows color (decimal): -3104460 or 3449296. OLE color: 3449296.

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

Color convert

RGB20816152-
CMYK00.230.750.18
HSL41.92º62.4%50.98%-
HSV(B)41.92º75%81.57%-
XYZ39.3839.158.73-
YUV162.6365.57160.36-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 49.41%
GREEN value IS 161 (63.28% from 255) = 38.24%
BLUE value IS 52 (20.70% from 255) = 12.35%
R=49.41%
G=38.24%
B=12.35%

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
Decimal2081615200.230.750.1841.9262.450.98
HexD0A1340174B122a3e33
Octal3202416402711322527663
Binary1101000010100001110100010111100101110010101010111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0A134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0A134; }

 p { color: rgb(208,161,52); }

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

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

 a { background-color: rgb(208,161,52); }

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

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

 span { border-color: rgb(208,161,52); }

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