#d8a838

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

Shades of Metallic Gold #D8A838

Tints of Metallic Gold #D8A838

Color information

#D8A838 (or 0xD8A838) is unknown color: approx Metallic Gold. HEX triplet: D8, A8 and 38. RGB value is (216,168,56). Sum of RGB (Red+Green+Blue) = 216+168+56=440 (58% of max value = 765). Red value is 216 (84.77% from 255 or 49.09% from 440); Green value is 168 (66.02% from 255 or 38.18% from 440); Blue value is 56 (22.27% from 255 or 12.73% from 440); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A838 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8A838 is #2757C7. Grayscale: #AAAAAA. Windows color (decimal): -2578376 or 3713240. OLE color: 3713240.

HSL color Cylindrical-coordinate representation of color #D8A838: hue angle of 42º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D8A838 is Cyan = 0, Magento = 0.22, Yellow = 0.74 and Black (K on CMYK) = 0.15.

Color convert

RGB21616856-
CMYK00.220.740.15
HSL42º67.23%53.33%-
HSV(B)42º74.07%84.71%-
XYZ43.0442.899.75-
YUV169.5863.9161.11-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 49.09%
GREEN value IS 168 (66.02% from 255) = 38.18%
BLUE value IS 56 (22.27% from 255) = 12.73%
R=49.09%
G=38.18%
B=12.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.74
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2161685600.220.740.154267.2353.33
HexD8A8380164AF2a4335
Octal33025070026112175210365
Binary1101100010101000111000010110100101011111010101000011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d8a838

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d8a838; }

 p { color: rgb(216,168,56); }

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

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

 a { background-color: rgb(216,168,56); }

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

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

 span { border-color: rgb(216,168,56); }

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