#D5B042

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

Shades of Metallic Gold #D5B042

Tints of Metallic Gold #D5B042

Color information

#D5B042 (or 0xD5B042) is unknown color: approx Metallic Gold. HEX triplet: D5, B0 and 42. RGB value is (213,176,66). Sum of RGB (Red+Green+Blue) = 213+176+66=455 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.81% from 455); Green value is 176 (69.14% from 255 or 38.68% from 455); Blue value is 66 (26.17% from 255 or 14.51% from 455); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B042 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5B042 is #2A4FBD. Grayscale: #AEAEAE. Windows color (decimal): -2772926 or 4370645. OLE color: 4370645.

HSL color Cylindrical-coordinate representation of color #D5B042: hue angle of 44.9º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D5B042 is Cyan = 0, Magento = 0.17, Yellow = 0.69 and Black (K on CMYK) = 0.16.

Color convert

RGB21317666-
CMYK00.170.690.16
HSL44.9º63.64%54.71%-
HSV(B)44.9º69.01%83.53%-
XYZ43.9545.5911.64-
YUV174.5266.76155.44-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 46.81%
GREEN value IS 176 (69.14% from 255) = 38.68%
BLUE value IS 66 (26.17% from 255) = 14.51%
R=46.81%
G=38.68%
B=14.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.69
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131766600.170.690.1644.963.6454.71
HexD5B04201145102d4037
Octal325260102021105205510067
Binary110101011011000010000100100011000101100001011011000000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5B042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5B042; }

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

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

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

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

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

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

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

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