#D3AD3A

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

Shades of Metallic Gold #D3AD3A

Tints of Metallic Gold #D3AD3A

Color information

#D3AD3A (or 0xD3AD3A) is unknown color: approx Metallic Gold. HEX triplet: D3, AD and 3A. RGB value is (211,173,58). Sum of RGB (Red+Green+Blue) = 211+173+58=442 (58% of max value = 765). Red value is 211 (82.81% from 255 or 47.74% from 442); Green value is 173 (67.97% from 255 or 39.14% from 442); Blue value is 58 (23.05% from 255 or 13.12% from 442); Max value from RGB is 211 - color contains mainly: red. Hex color #D3AD3A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D3AD3A is #2C52C5. Grayscale: #ABABAB. Windows color (decimal): -2904774 or 3845587. OLE color: 3845587.

HSL color Cylindrical-coordinate representation of color #D3AD3A: hue angle of 45.1º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D3AD3A is Cyan = 0, Magento = 0.18, Yellow = 0.73 and Black (K on CMYK) = 0.17.

Color convert

RGB21117358-
CMYK00.180.730.17
HSL45.1º63.49%52.75%-
HSV(B)45.1º72.51%82.75%-
XYZ42.5744.0410.26-
YUV171.2564.09156.35-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 47.74%
GREEN value IS 173 (67.97% from 255) = 39.14%
BLUE value IS 58 (23.05% from 255) = 13.12%
R=47.74%
G=39.14%
B=13.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.73
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2111735800.180.730.1745.163.4952.75
HexD3AD3A01249112d3f35
Octal3232557202211121557765
Binary1101001110101101111010010010100100110001101101111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3AD3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3AD3A; }

 p { color: rgb(211,173,58); }

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

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

 a { background-color: rgb(211,173,58); }

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

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

 span { border-color: rgb(211,173,58); }

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