#D9B333

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

Shades of Metallic Gold #D9B333

Tints of Metallic Gold #D9B333

Color information

#D9B333 (or 0xD9B333) is unknown color: approx Metallic Gold. HEX triplet: D9, B3 and 33. RGB value is (217,179,51). Sum of RGB (Red+Green+Blue) = 217+179+51=447 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.55% from 447); Green value is 179 (70.31% from 255 or 40.04% from 447); Blue value is 51 (20.31% from 255 or 11.41% from 447); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B333 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9B333 is #264CCC. Grayscale: #B0B0B0. Windows color (decimal): -2510029 or 3388377. OLE color: 3388377.

HSL color Cylindrical-coordinate representation of color #D9B333: hue angle of 46.27º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D9B333 is Cyan = 0, Magento = 0.18, Yellow = 0.76 and Black (K on CMYK) = 0.15.

Color convert

RGB21717951-
CMYK00.180.760.15
HSL46.27º68.6%52.55%-
HSV(B)46.27º76.5%85.1%-
XYZ45.3347.239.86-
YUV175.7757.59157.41-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 48.55%
GREEN value IS 179 (70.31% from 255) = 40.04%
BLUE value IS 51 (20.31% from 255) = 11.41%
R=48.55%
G=40.04%
B=11.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.76
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2171795100.180.760.1546.2768.652.55
HexD9B3330124CF2e4535
Octal33126363022114175610565
Binary1101100110110011110011010010100110011111011101000101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9B333

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9B333; }

 p { color: rgb(217,179,51); }

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

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

 a { background-color: rgb(217,179,51); }

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

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

 span { border-color: rgb(217,179,51); }

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