#D2B235

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

Shades of Metallic Gold #D2B235

Tints of Metallic Gold #D2B235

Color information

#D2B235 (or 0xD2B235) is unknown color: approx Metallic Gold. HEX triplet: D2, B2 and 35. RGB value is (210,178,53). Sum of RGB (Red+Green+Blue) = 210+178+53=441 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.62% from 441); Green value is 178 (69.92% from 255 or 40.36% from 441); Blue value is 53 (21.09% from 255 or 12.02% from 441); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B235 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2B235 is #2D4DCA. Grayscale: #ADADAD. Windows color (decimal): -2969035 or 3519186. OLE color: 3519186.

HSL color Cylindrical-coordinate representation of color #D2B235: hue angle of 47.77º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D2B235 is Cyan = 0, Magento = 0.15, Yellow = 0.75 and Black (K on CMYK) = 0.18.

Color convert

RGB21017853-
CMYK00.150.750.18
HSL47.77º63.56%51.57%-
HSV(B)47.77º74.76%82.35%-
XYZ43.1445.89.93-
YUV173.3260.1154.16-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 47.62%
GREEN value IS 178 (69.92% from 255) = 40.36%
BLUE value IS 53 (21.09% from 255) = 12.02%
R=47.62%
G=40.36%
B=12.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.75
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2101785300.150.750.1847.7763.5651.57
HexD2B2350F4B12304034
Octal32226265017113226010064
Binary1101001010110010110101011111001011100101100001000000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2B235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2B235; }

 p { color: rgb(210,178,53); }

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

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

 a { background-color: rgb(210,178,53); }

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

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

 span { border-color: rgb(210,178,53); }

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