#D2AD42

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

Shades of Metallic Gold #D2AD42

Tints of Metallic Gold #D2AD42

Color information

#D2AD42 (or 0xD2AD42) is unknown color: approx Metallic Gold. HEX triplet: D2, AD and 42. RGB value is (210,173,66). Sum of RGB (Red+Green+Blue) = 210+173+66=449 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.77% from 449); Green value is 173 (67.97% from 255 or 38.53% from 449); Blue value is 66 (26.17% from 255 or 14.70% from 449); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AD42 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2AD42 is #2D52BD. Grayscale: #ACACAC. Windows color (decimal): -2970302 or 4369874. OLE color: 4369874.

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

Color convert

RGB21017366-
CMYK00.180.690.18
HSL44.58º61.54%54.12%-
HSV(B)44.58º68.57%82.35%-
XYZ42.5143.9811.4-
YUV171.8668.26155.2-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 46.77%
GREEN value IS 173 (67.97% from 255) = 38.53%
BLUE value IS 66 (26.17% from 255) = 14.70%
R=46.77%
G=38.53%
B=14.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.69
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2101736600.180.690.1844.5861.5454.12
HexD2AD4201245122d3e36
Octal32225510202210522557666
Binary11010010101011011000010010010100010110010101101111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2AD42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2AD42; }

 p { color: rgb(210,173,66); }

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

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

 a { background-color: rgb(210,173,66); }

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

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

 span { border-color: rgb(210,173,66); }

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