#D2B52B

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

Shades of Metallic Gold #D2B52B

Tints of Metallic Gold #D2B52B

Color information

#D2B52B (or 0xD2B52B) is unknown color: approx Metallic Gold. HEX triplet: D2, B5 and 2B. RGB value is (210,181,43). Sum of RGB (Red+Green+Blue) = 210+181+43=434 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.39% from 434); Green value is 181 (71.09% from 255 or 41.71% from 434); Blue value is 43 (17.19% from 255 or 9.91% from 434); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B52B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2B52B is #2D4AD4. Grayscale: #AEAEAE. Windows color (decimal): -2968277 or 2864594. OLE color: 2864594.

HSL color Cylindrical-coordinate representation of color #D2B52B: hue angle of 49.58º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D2B52B is Cyan = 0, Magento = 0.14, Yellow = 0.80 and Black (K on CMYK) = 0.18.

Color convert

RGB21018143-
CMYK00.140.800.18
HSL49.58º66.01%49.61%-
HSV(B)49.58º79.52%82.35%-
XYZ43.5446.929.05-
YUV173.9454.11153.72-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 48.39%
GREEN value IS 181 (71.09% from 255) = 41.71%
BLUE value IS 43 (17.19% from 255) = 9.91%
R=48.39%
G=41.71%
B=9.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.80
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2101814300.140.800.1849.5866.0149.61
HexD2B52B0E5012324232
Octal32226553016120226210262
Binary1101001010110101101011011101010000100101100101000010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2B52B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2B52B; }

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

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

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

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

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

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

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

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