#D8B33F

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

Shades of Metallic Gold #D8B33F

Tints of Metallic Gold #D8B33F

Color information

#D8B33F (or 0xD8B33F) is unknown color: approx Metallic Gold. HEX triplet: D8, B3 and 3F. RGB value is (216,179,63). Sum of RGB (Red+Green+Blue) = 216+179+63=458 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.16% from 458); Green value is 179 (70.31% from 255 or 39.08% from 458); Blue value is 63 (25% from 255 or 13.76% from 458); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B33F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8B33F is #274CC0. Grayscale: #B1B1B1. Windows color (decimal): -2575553 or 4174808. OLE color: 4174808.

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

Color convert

RGB21617963-
CMYK00.170.710.15
HSL45.49º66.23%54.71%-
HSV(B)45.49º70.83%84.71%-
XYZ45.3447.211.42-
YUV176.8463.76155.93-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 47.16%
GREEN value IS 179 (70.31% from 255) = 39.08%
BLUE value IS 63 (25% from 255) = 13.76%
R=47.16%
G=39.08%
B=13.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.71
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2161796300.170.710.1545.4966.2354.71
HexD8B33F01147F2d4237
Octal33026377021107175510267
Binary1101100010110011111111010001100011111111011011000010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8B33F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8B33F; }

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

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

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

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

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

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

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

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