#D9B042

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

Shades of Metallic Gold #D9B042

Tints of Metallic Gold #D9B042

Color information

#D9B042 (or 0xD9B042) is unknown color: approx Metallic Gold. HEX triplet: D9, B0 and 42. RGB value is (217,176,66). Sum of RGB (Red+Green+Blue) = 217+176+66=459 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.28% from 459); Green value is 176 (69.14% from 255 or 38.34% from 459); Blue value is 66 (26.17% from 255 or 14.38% from 459); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B042 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D9B042 is #264FBD. Grayscale: #B0B0B0. Windows color (decimal): -2510782 or 4370649. OLE color: 4370649.

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

Color convert

RGB21717666-
CMYK00.190.700.15
HSL43.71º66.52%55.49%-
HSV(B)43.71º69.59%85.1%-
XYZ45.1246.211.69-
YUV175.7266.08157.44-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 47.28%
GREEN value IS 176 (69.14% from 255) = 38.34%
BLUE value IS 66 (26.17% from 255) = 14.38%
R=47.28%
G=38.34%
B=14.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.70
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2171766600.190.700.1543.7166.5255.49
HexD9B04201346F2c4337
Octal331260102023106175410367
Binary11011001101100001000010010011100011011111011001000011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9B042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9B042; }

 p { color: rgb(217,176,66); }

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

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

 a { background-color: rgb(217,176,66); }

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

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

 span { border-color: rgb(217,176,66); }

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