#D6B32D

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

Shades of Metallic Gold #D6B32D

Tints of Metallic Gold #D6B32D

Color information

#D6B32D (or 0xD6B32D) is unknown color: approx Metallic Gold. HEX triplet: D6, B3 and 2D. RGB value is (214,179,45). Sum of RGB (Red+Green+Blue) = 214+179+45=438 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.86% from 438); Green value is 179 (70.31% from 255 or 40.87% from 438); Blue value is 45 (17.97% from 255 or 10.27% from 438); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B32D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6B32D is #294CD2. Grayscale: #AEAEAE. Windows color (decimal): -2706643 or 2995158. OLE color: 2995158.

HSL color Cylindrical-coordinate representation of color #D6B32D: hue angle of 47.57º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D6B32D is Cyan = 0, Magento = 0.16, Yellow = 0.79 and Black (K on CMYK) = 0.16.

Color convert

RGB21417945-
CMYK00.160.790.16
HSL47.57º67.33%50.78%-
HSV(B)47.57º78.97%83.92%-
XYZ44.3346.739.17-
YUV174.1955.1156.4-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 48.86%
GREEN value IS 179 (70.31% from 255) = 40.87%
BLUE value IS 45 (17.97% from 255) = 10.27%
R=48.86%
G=40.87%
B=10.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.79
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141794500.160.790.1647.5767.3350.78
HexD6B32D0104F10304333
Octal32626355020117206010363
Binary11010110101100111011010100001001111100001100001000011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6B32D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6B32D; }

 p { color: rgb(214,179,45); }

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

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

 a { background-color: rgb(214,179,45); }

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

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

 span { border-color: rgb(214,179,45); }

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