#D5B142

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

Shades of Metallic Gold #D5B142

Tints of Metallic Gold #D5B142

Color information

#D5B142 (or 0xD5B142) is unknown color: approx Metallic Gold. HEX triplet: D5, B1 and 42. RGB value is (213,177,66). Sum of RGB (Red+Green+Blue) = 213+177+66=456 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.71% from 456); Green value is 177 (69.53% from 255 or 38.82% from 456); Blue value is 66 (26.17% from 255 or 14.47% from 456); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B142 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5B142 is #2A4EBD. Grayscale: #AFAFAF. Windows color (decimal): -2772670 or 4370901. OLE color: 4370901.

HSL color Cylindrical-coordinate representation of color #D5B142: hue angle of 45.31º 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 #D5B142 is Cyan = 0, Magento = 0.17, Yellow = 0.69 and Black (K on CMYK) = 0.16.

Color convert

RGB21317766-
CMYK00.170.690.16
HSL45.31º63.64%54.71%-
HSV(B)45.31º69.01%83.53%-
XYZ44.1545.9811.7-
YUV175.1166.43155.03-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 46.71%
GREEN value IS 177 (69.53% from 255) = 38.82%
BLUE value IS 66 (26.17% from 255) = 14.47%
R=46.71%
G=38.82%
B=14.47%

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
Decimal2131776600.170.690.1645.3163.6454.71
HexD5B14201145102d4037
Octal325261102021105205510067
Binary110101011011000110000100100011000101100001011011000000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5B142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5B142; }

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

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

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

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

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

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

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

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