#D1A33D

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

Shades of Metallic Gold #D1A33D

Tints of Metallic Gold #D1A33D

Color information

#D1A33D (or 0xD1A33D) is unknown color: approx Metallic Gold. HEX triplet: D1, A3 and 3D. RGB value is (209,163,61). Sum of RGB (Red+Green+Blue) = 209+163+61=433 (57% of max value = 765). Red value is 209 (82.03% from 255 or 48.27% from 433); Green value is 163 (64.06% from 255 or 37.64% from 433); Blue value is 61 (24.22% from 255 or 14.09% from 433); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A33D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1A33D is #2E5CC2. Grayscale: #A5A5A5. Windows color (decimal): -3038403 or 4039633. OLE color: 4039633.

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

Color convert

RGB20916361-
CMYK00.220.710.18
HSL41.35º61.67%52.94%-
HSV(B)41.35º70.81%81.96%-
XYZ40.2340.0910.03-
YUV165.1369.24159.29-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 48.27%
GREEN value IS 163 (64.06% from 255) = 37.64%
BLUE value IS 61 (24.22% from 255) = 14.09%
R=48.27%
G=37.64%
B=14.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.71
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091636100.220.710.1841.3561.6752.94
HexD1A33D0164712293e35
Octal3212437502610722517665
Binary1101000110100011111101010110100011110010101001111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1A33D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1A33D; }

 p { color: rgb(209,163,61); }

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

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

 a { background-color: rgb(209,163,61); }

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

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

 span { border-color: rgb(209,163,61); }

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