#D6B42D

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

Shades of Metallic Gold #D6B42D

Tints of Metallic Gold #D6B42D

Color information

#D6B42D (or 0xD6B42D) is unknown color: approx Metallic Gold. HEX triplet: D6, B4 and 2D. RGB value is (214,180,45). Sum of RGB (Red+Green+Blue) = 214+180+45=439 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.75% from 439); Green value is 180 (70.70% from 255 or 41.00% from 439); Blue value is 45 (17.97% from 255 or 10.25% from 439); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B42D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6B42D is #294BD2. Grayscale: #AFAFAF. Windows color (decimal): -2706387 or 2995414. OLE color: 2995414.

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

Color convert

RGB21418045-
CMYK00.160.790.16
HSL47.93º67.33%50.78%-
HSV(B)47.93º78.97%83.92%-
XYZ44.5347.139.23-
YUV174.7854.76155.98-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 48.75%
GREEN value IS 180 (70.70% from 255) = 41.00%
BLUE value IS 45 (17.97% from 255) = 10.25%
R=48.75%
G=41.00%
B=10.25%

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
Decimal2141804500.160.790.1647.9367.3350.78
HexD6B42D0104F10304333
Octal32626455020117206010363
Binary11010110101101001011010100001001111100001100001000011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6B42D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6B42D; }

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

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

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

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

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

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

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

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