#D9AC3B

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

Shades of Metallic Gold #D9AC3B

Tints of Metallic Gold #D9AC3B

Color information

#D9AC3B (or 0xD9AC3B) is unknown color: approx Metallic Gold. HEX triplet: D9, AC and 3B. RGB value is (217,172,59). Sum of RGB (Red+Green+Blue) = 217+172+59=448 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.44% from 448); Green value is 172 (67.58% from 255 or 38.39% from 448); Blue value is 59 (23.44% from 255 or 13.17% from 448); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AC3B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D9AC3B is #2653C4. Grayscale: #ADADAD. Windows color (decimal): -2511813 or 3910873. OLE color: 3910873.

HSL color Cylindrical-coordinate representation of color #D9AC3B: hue angle of 42.91º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D9AC3B is Cyan = 0, Magento = 0.21, Yellow = 0.73 and Black (K on CMYK) = 0.15.

Color convert

RGB21717259-
CMYK00.210.730.15
HSL42.91º67.52%54.12%-
HSV(B)42.91º72.81%85.1%-
XYZ44.1644.5710.41-
YUV172.5763.91159.69-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 48.44%
GREEN value IS 172 (67.58% from 255) = 38.39%
BLUE value IS 59 (23.44% from 255) = 13.17%
R=48.44%
G=38.39%
B=13.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.73
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2171725900.210.730.1542.9167.5254.12
HexD9AC3B01549F2b4436
Octal33125473025111175310466
Binary1101100110101100111011010101100100111111010111000100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9AC3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9AC3B; }

 p { color: rgb(217,172,59); }

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

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

 a { background-color: rgb(217,172,59); }

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

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

 span { border-color: rgb(217,172,59); }

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