#D0B328

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

Shades of Metallic Gold #D0B328

Tints of Metallic Gold #D0B328

Color information

#D0B328 (or 0xD0B328) is unknown color: approx Metallic Gold. HEX triplet: D0, B3 and 28. RGB value is (208,179,40). Sum of RGB (Red+Green+Blue) = 208+179+40=427 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.71% from 427); Green value is 179 (70.31% from 255 or 41.92% from 427); Blue value is 40 (16.02% from 255 or 9.37% from 427); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B328 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0B328 is #2F4CD7. Grayscale: #ACACAC. Windows color (decimal): -3099864 or 2667472. OLE color: 2667472.

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

Color convert

RGB20817940-
CMYK00.140.810.18
HSL49.64º67.74%48.63%-
HSV(B)49.64º80.77%81.57%-
XYZ42.5245.88.61-
YUV171.8253.61153.8-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 48.71%
GREEN value IS 179 (70.31% from 255) = 41.92%
BLUE value IS 40 (16.02% from 255) = 9.37%
R=48.71%
G=41.92%
B=9.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.81
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081794000.140.810.1849.6467.7448.63
HexD0B3280E5112324431
Octal32026350016121226210461
Binary1101000010110011101000011101010001100101100101000100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0B328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0B328; }

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

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

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

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

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

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

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

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