#D8B43F

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

Shades of Metallic Gold #D8B43F

Tints of Metallic Gold #D8B43F

Color information

#D8B43F (or 0xD8B43F) is unknown color: approx Metallic Gold. HEX triplet: D8, B4 and 3F. RGB value is (216,180,63). Sum of RGB (Red+Green+Blue) = 216+180+63=459 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.06% from 459); Green value is 180 (70.70% from 255 or 39.22% from 459); Blue value is 63 (25% from 255 or 13.73% from 459); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B43F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8B43F is #274BC0. Grayscale: #B1B1B1. Windows color (decimal): -2575297 or 4175064. OLE color: 4175064.

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

Color convert

RGB21618063-
CMYK00.170.710.15
HSL45.88º66.23%54.71%-
HSV(B)45.88º70.83%84.71%-
XYZ45.5447.611.49-
YUV177.4363.43155.51-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 47.06%
GREEN value IS 180 (70.70% from 255) = 39.22%
BLUE value IS 63 (25% from 255) = 13.73%
R=47.06%
G=39.22%
B=13.73%

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
Decimal2161806300.170.710.1545.8866.2354.71
HexD8B43F01147F2e4237
Octal33026477021107175610267
Binary1101100010110100111111010001100011111111011101000010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8B43F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8B43F; }

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

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

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

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

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

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

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

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