#D2B52E

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

Shades of Metallic Gold #D2B52E

Tints of Metallic Gold #D2B52E

Color information

#D2B52E (or 0xD2B52E) is unknown color: approx Metallic Gold. HEX triplet: D2, B5 and 2E. RGB value is (210,181,46). Sum of RGB (Red+Green+Blue) = 210+181+46=437 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.05% from 437); Green value is 181 (71.09% from 255 or 41.42% from 437); Blue value is 46 (18.36% from 255 or 10.53% from 437); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B52E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2B52E is #2D4AD1. Grayscale: #AEAEAE. Windows color (decimal): -2968274 or 3061202. OLE color: 3061202.

HSL color Cylindrical-coordinate representation of color #D2B52E: hue angle of 49.39º 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 #D2B52E is Cyan = 0, Magento = 0.14, Yellow = 0.78 and Black (K on CMYK) = 0.18.

Color convert

RGB21018146-
CMYK00.140.780.18
HSL49.39º64.57%50.2%-
HSV(B)49.39º78.1%82.35%-
XYZ43.646.959.35-
YUV174.2855.61153.48-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 48.05%
GREEN value IS 181 (71.09% from 255) = 41.42%
BLUE value IS 46 (18.36% from 255) = 10.53%
R=48.05%
G=41.42%
B=10.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.78
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2101814600.140.780.1849.3964.5750.2
HexD2B52E0E4E12314132
Octal32226556016116226110162
Binary1101001010110101101110011101001110100101100011000001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2B52E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2B52E; }

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

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

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

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

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

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

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

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