#dbb73f

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

Shades of Metallic Gold #DBB73F

Tints of Metallic Gold #DBB73F

Color information

#DBB73F (or 0xDBB73F) is unknown color: approx Metallic Gold. HEX triplet: DB, B7 and 3F. RGB value is (219,183,63). Sum of RGB (Red+Green+Blue) = 219+183+63=465 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.10% from 465); Green value is 183 (71.88% from 255 or 39.35% from 465); Blue value is 63 (25% from 255 or 13.55% from 465); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB73F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBB73F is #2448C0. Grayscale: #B4B4B4. Windows color (decimal): -2377921 or 4175835. OLE color: 4175835.

HSL color Cylindrical-coordinate representation of color #DBB73F: hue angle of 46.15º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DBB73F is Cyan = 0, Magento = 0.16, Yellow = 0.71 and Black (K on CMYK) = 0.14.

Color convert

RGB21918363-
CMYK00.160.710.14
HSL46.15º68.42%55.29%-
HSV(B)46.15º71.23%85.88%-
XYZ47.0449.2911.74-
YUV180.0861.93155.76-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 47.10%
GREEN value IS 183 (71.88% from 255) = 39.35%
BLUE value IS 63 (25% from 255) = 13.55%
R=47.10%
G=39.35%
B=13.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.71
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2191836300.160.710.1446.1568.4255.29
HexDBB73F01047E2e4437
Octal33326777020107165610467
Binary1101101110110111111111010000100011111101011101000100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dbb73f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dbb73f; }

 p { color: rgb(219,183,63); }

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

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

 a { background-color: rgb(219,183,63); }

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

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

 span { border-color: rgb(219,183,63); }

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