#D9AF3F

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

Shades of Metallic Gold #D9AF3F

Tints of Metallic Gold #D9AF3F

Color information

#D9AF3F (or 0xD9AF3F) is unknown color: approx Metallic Gold. HEX triplet: D9, AF and 3F. RGB value is (217,175,63). Sum of RGB (Red+Green+Blue) = 217+175+63=455 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.69% from 455); Green value is 175 (68.75% from 255 or 38.46% from 455); Blue value is 63 (25% from 255 or 13.85% from 455); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AF3F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D9AF3F is #2650C0. Grayscale: #AFAFAF. Windows color (decimal): -2511041 or 4173785. OLE color: 4173785.

HSL color Cylindrical-coordinate representation of color #D9AF3F: hue angle of 43.64º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D9AF3F is Cyan = 0, Magento = 0.19, Yellow = 0.71 and Black (K on CMYK) = 0.15.

Color convert

RGB21717563-
CMYK00.190.710.15
HSL43.64º66.96%54.9%-
HSV(B)43.64º70.97%85.1%-
XYZ44.8445.7711.17-
YUV174.7964.91158.11-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 47.69%
GREEN value IS 175 (68.75% from 255) = 38.46%
BLUE value IS 63 (25% from 255) = 13.85%
R=47.69%
G=38.46%
B=13.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.71
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2171756300.190.710.1543.6466.9654.9
HexD9AF3F01347F2c4337
Octal33125777023107175410367
Binary1101100110101111111111010011100011111111011001000011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9AF3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9AF3F; }

 p { color: rgb(217,175,63); }

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

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

 a { background-color: rgb(217,175,63); }

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

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

 span { border-color: rgb(217,175,63); }

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