#D6B22D

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

Shades of Metallic Gold #D6B22D

Tints of Metallic Gold #D6B22D

Color information

#D6B22D (or 0xD6B22D) is unknown color: approx Metallic Gold. HEX triplet: D6, B2 and 2D. RGB value is (214,178,45). Sum of RGB (Red+Green+Blue) = 214+178+45=437 (57% of max value = 765). Red value is 214 (83.98% from 255 or 48.97% from 437); Green value is 178 (69.92% from 255 or 40.73% from 437); Blue value is 45 (17.97% from 255 or 10.30% from 437); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B22D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6B22D is #294DD2. Grayscale: #AEAEAE. Windows color (decimal): -2706899 or 2994902. OLE color: 2994902.

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

Color convert

RGB21417845-
CMYK00.170.790.16
HSL47.22º67.33%50.78%-
HSV(B)47.22º78.97%83.92%-
XYZ44.1346.339.1-
YUV173.655.43156.81-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 48.97%
GREEN value IS 178 (69.92% from 255) = 40.73%
BLUE value IS 45 (17.97% from 255) = 10.30%
R=48.97%
G=40.73%
B=10.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.79
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141784500.170.790.1647.2267.3350.78
HexD6B22D0114F102f4333
Octal32626255021117205710363
Binary11010110101100101011010100011001111100001011111000011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6B22D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6B22D; }

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

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

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

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

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

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

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

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