#DBB441

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

Shades of Metallic Gold #DBB441

Tints of Metallic Gold #DBB441

Color information

#DBB441 (or 0xDBB441) is unknown color: approx Metallic Gold. HEX triplet: DB, B4 and 41. RGB value is (219,180,65). Sum of RGB (Red+Green+Blue) = 219+180+65=464 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.20% from 464); Green value is 180 (70.70% from 255 or 38.79% from 464); Blue value is 65 (25.78% from 255 or 14.01% from 464); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB441 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBB441 is #244BBE. Grayscale: #B3B3B3. Windows color (decimal): -2378687 or 4306139. OLE color: 4306139.

HSL color Cylindrical-coordinate representation of color #DBB441: hue angle of 44.81º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DBB441 is Cyan = 0, Magento = 0.18, Yellow = 0.70 and Black (K on CMYK) = 0.14.

Color convert

RGB21918065-
CMYK00.180.700.14
HSL44.81º68.14%55.69%-
HSV(B)44.81º70.32%85.88%-
XYZ46.4948.0811.83-
YUV178.5563.92156.85-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 47.20%
GREEN value IS 180 (70.70% from 255) = 38.79%
BLUE value IS 65 (25.78% from 255) = 14.01%
R=47.20%
G=38.79%
B=14.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.70
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2191806500.180.700.1444.8168.1455.69
HexDBB44101246E2d4438
Octal333264101022106165510470
Binary11011011101101001000001010010100011011101011011000100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB441

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB441; }

 p { color: rgb(219,180,65); }

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

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

 a { background-color: rgb(219,180,65); }

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

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

 span { border-color: rgb(219,180,65); }

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