#D0AE3A

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

Shades of Metallic Gold #D0AE3A

Tints of Metallic Gold #D0AE3A

Color information

#D0AE3A (or 0xD0AE3A) is unknown color: approx Metallic Gold. HEX triplet: D0, AE and 3A. RGB value is (208,174,58). Sum of RGB (Red+Green+Blue) = 208+174+58=440 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.27% from 440); Green value is 174 (68.36% from 255 or 39.55% from 440); Blue value is 58 (23.05% from 255 or 13.18% from 440); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AE3A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0AE3A is #2F51C5. Grayscale: #ABABAB. Windows color (decimal): -3101126 or 3845840. OLE color: 3845840.

HSL color Cylindrical-coordinate representation of color #D0AE3A: hue angle of 46.4º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D0AE3A is Cyan = 0, Magento = 0.16, Yellow = 0.72 and Black (K on CMYK) = 0.18.

Color convert

RGB20817458-
CMYK00.160.720.18
HSL46.4º61.48%52.16%-
HSV(B)46.4º72.12%81.57%-
XYZ41.9143.9910.28-
YUV170.9464.26154.43-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 47.27%
GREEN value IS 174 (68.36% from 255) = 39.55%
BLUE value IS 58 (23.05% from 255) = 13.18%
R=47.27%
G=39.55%
B=13.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.72
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081745800.160.720.1846.461.4852.16
HexD0AE3A01048122e3d34
Octal3202567202011022567564
Binary1101000010101110111010010000100100010010101110111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0AE3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0AE3A; }

 p { color: rgb(208,174,58); }

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

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

 a { background-color: rgb(208,174,58); }

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

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

 span { border-color: rgb(208,174,58); }

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