#d8b53f

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

Shades of Metallic Gold #D8B53F

Tints of Metallic Gold #D8B53F

Color information

#D8B53F (or 0xD8B53F) is unknown color: approx Metallic Gold. HEX triplet: D8, B5 and 3F. RGB value is (216,181,63). Sum of RGB (Red+Green+Blue) = 216+181+63=460 (60% of max value = 765). Red value is 216 (84.77% from 255 or 46.96% from 460); Green value is 181 (71.09% from 255 or 39.35% from 460); Blue value is 63 (25% from 255 or 13.70% from 460); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B53F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8B53F is #274AC0. Grayscale: #B2B2B2. Windows color (decimal): -2575041 or 4175320. OLE color: 4175320.

HSL color Cylindrical-coordinate representation of color #D8B53F: hue angle of 46.27º degrees, saturation: 0.66, 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 #D8B53F is Cyan = 0, Magento = 0.16, Yellow = 0.71 and Black (K on CMYK) = 0.15.

Color convert

RGB21618163-
CMYK00.160.710.15
HSL46.27º66.23%54.71%-
HSV(B)46.27º70.83%84.71%-
XYZ45.7448.0111.56-
YUV178.0163.1155.09-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 46.96%
GREEN value IS 181 (71.09% from 255) = 39.35%
BLUE value IS 63 (25% from 255) = 13.70%
R=46.96%
G=39.35%
B=13.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.71
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2161816300.160.710.1546.2766.2354.71
HexD8B53F01047F2e4237
Octal33026577020107175610267
Binary1101100010110101111111010000100011111111011101000010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d8b53f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d8b53f; }

 p { color: rgb(216,181,63); }

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

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

 a { background-color: rgb(216,181,63); }

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

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

 span { border-color: rgb(216,181,63); }

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