#DBB740

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

Shades of Metallic Gold #DBB740

Tints of Metallic Gold #DBB740

Color information

#DBB740 (or 0xDBB740) is unknown color: approx Metallic Gold. HEX triplet: DB, B7 and 40. RGB value is (219,183,64). Sum of RGB (Red+Green+Blue) = 219+183+64=466 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.00% from 466); Green value is 183 (71.88% from 255 or 39.27% from 466); Blue value is 64 (25.39% from 255 or 13.73% from 466); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB740 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBB740 is #2448BF. Grayscale: #B4B4B4. Windows color (decimal): -2377920 or 4241371. OLE color: 4241371.

HSL color Cylindrical-coordinate representation of color #DBB740: hue angle of 46.06º 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 #DBB740 is Cyan = 0, Magento = 0.16, Yellow = 0.71 and Black (K on CMYK) = 0.14.

Color convert

RGB21918364-
CMYK00.160.710.14
HSL46.06º68.28%55.49%-
HSV(B)46.06º70.78%85.88%-
XYZ47.0749.311.88-
YUV180.262.43155.68-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 47.00%
GREEN value IS 183 (71.88% from 255) = 39.27%
BLUE value IS 64 (25.39% from 255) = 13.73%
R=47.00%
G=39.27%
B=13.73%

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
Decimal2191836400.160.710.1446.0668.2855.49
HexDBB74001047E2e4437
Octal333267100020107165610467
Binary11011011101101111000000010000100011111101011101000100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB740; }

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

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

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

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

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

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

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

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