#D0B32B

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

Shades of Metallic Gold #D0B32B

Tints of Metallic Gold #D0B32B

Color information

#D0B32B (or 0xD0B32B) is unknown color: approx Metallic Gold. HEX triplet: D0, B3 and 2B. RGB value is (208,179,43). Sum of RGB (Red+Green+Blue) = 208+179+43=430 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.37% from 430); Green value is 179 (70.31% from 255 or 41.63% from 430); Blue value is 43 (17.19% from 255 or 10% from 430); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B32B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0B32B is #2F4CD4. Grayscale: #ACACAC. Windows color (decimal): -3099861 or 2864080. OLE color: 2864080.

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

Color convert

RGB20817943-
CMYK00.140.790.18
HSL49.45º65.74%49.22%-
HSV(B)49.45º79.33%81.57%-
XYZ42.5745.828.89-
YUV172.1755.11153.56-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 48.37%
GREEN value IS 179 (70.31% from 255) = 41.63%
BLUE value IS 43 (17.19% from 255) = 10%
R=48.37%
G=41.63%
B=10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.79
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081794300.140.790.1849.4565.7449.22
HexD0B32B0E4F12314231
Octal32026353016117226110261
Binary1101000010110011101011011101001111100101100011000010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0B32B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0B32B; }

 p { color: rgb(208,179,43); }

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

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

 a { background-color: rgb(208,179,43); }

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

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

 span { border-color: rgb(208,179,43); }

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