#DBB541

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

Shades of Metallic Gold #DBB541

Tints of Metallic Gold #DBB541

Color information

#DBB541 (or 0xDBB541) is unknown color: approx Metallic Gold. HEX triplet: DB, B5 and 41. RGB value is (219,181,65). Sum of RGB (Red+Green+Blue) = 219+181+65=465 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.10% from 465); Green value is 181 (71.09% from 255 or 38.92% from 465); Blue value is 65 (25.78% from 255 or 13.98% from 465); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB541 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBB541 is #244ABE. Grayscale: #B3B3B3. Windows color (decimal): -2378431 or 4306395. OLE color: 4306395.

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

Color convert

RGB21918165-
CMYK00.170.700.14
HSL45.19º68.14%55.69%-
HSV(B)45.19º70.32%85.88%-
XYZ46.6948.4911.9-
YUV179.1463.59156.43-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 47.10%
GREEN value IS 181 (71.09% from 255) = 38.92%
BLUE value IS 65 (25.78% from 255) = 13.98%
R=47.10%
G=38.92%
B=13.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.70
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2191816500.170.700.1445.1968.1455.69
HexDBB54101146E2d4438
Octal333265101021106165510470
Binary11011011101101011000001010001100011011101011011000100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB541; }

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

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

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

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

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

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

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

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