#d2b62e

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

Shades of Metallic Gold #D2B62E

Tints of Metallic Gold #D2B62E

Color information

#D2B62E (or 0xD2B62E) is unknown color: approx Metallic Gold. HEX triplet: D2, B6 and 2E. RGB value is (210,182,46). Sum of RGB (Red+Green+Blue) = 210+182+46=438 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.95% from 438); Green value is 182 (71.48% from 255 or 41.55% from 438); Blue value is 46 (18.36% from 255 or 10.50% from 438); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B62E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2B62E is #2D49D1. Grayscale: #AFAFAF. Windows color (decimal): -2968018 or 3061458. OLE color: 3061458.

HSL color Cylindrical-coordinate representation of color #D2B62E: hue angle of 49.76º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D2B62E is Cyan = 0, Magento = 0.13, Yellow = 0.78 and Black (K on CMYK) = 0.18.

Color convert

RGB21018246-
CMYK00.130.780.18
HSL49.76º64.57%50.2%-
HSV(B)49.76º78.1%82.35%-
XYZ43.847.359.42-
YUV174.8755.28153.06-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 47.95%
GREEN value IS 182 (71.48% from 255) = 41.55%
BLUE value IS 46 (18.36% from 255) = 10.50%
R=47.95%
G=41.55%
B=10.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.78
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2101824600.130.780.1849.7664.5750.2
HexD2B62E0D4E12324132
Octal32226656015116226210162
Binary1101001010110110101110011011001110100101100101000001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d2b62e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d2b62e; }

 p { color: rgb(210,182,46); }

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

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

 a { background-color: rgb(210,182,46); }

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

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

 span { border-color: rgb(210,182,46); }

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