#DBAD39

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

Shades of Metallic Gold #DBAD39

Tints of Metallic Gold #DBAD39

Color information

#DBAD39 (or 0xDBAD39) is unknown color: approx Metallic Gold. HEX triplet: DB, AD and 39. RGB value is (219,173,57). Sum of RGB (Red+Green+Blue) = 219+173+57=449 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.78% from 449); Green value is 173 (67.97% from 255 or 38.53% from 449); Blue value is 57 (22.66% from 255 or 12.69% from 449); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAD39 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBAD39 is #2452C6. Grayscale: #AEAEAE. Windows color (decimal): -2380487 or 3780059. OLE color: 3780059.

HSL color Cylindrical-coordinate representation of color #DBAD39: hue angle of 42.96º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DBAD39 is Cyan = 0, Magento = 0.21, Yellow = 0.74 and Black (K on CMYK) = 0.14.

Color convert

RGB21917357-
CMYK00.210.740.14
HSL42.96º69.23%54.12%-
HSV(B)42.96º73.97%85.88%-
XYZ44.945.2410.24-
YUV173.5362.24160.43-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 48.78%
GREEN value IS 173 (67.97% from 255) = 38.53%
BLUE value IS 57 (22.66% from 255) = 12.69%
R=48.78%
G=38.53%
B=12.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.74
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2191735700.210.740.1442.9669.2354.12
HexDBAD390154AE2b4536
Octal33325571025112165310566
Binary1101101110101101111001010101100101011101010111000101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBAD39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBAD39; }

 p { color: rgb(219,173,57); }

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

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

 a { background-color: rgb(219,173,57); }

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

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

 span { border-color: rgb(219,173,57); }

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