Color Hex Logo

#dbac3e Color Hex

#DBAC3E
(219,172,62)
0 Favorites   0 Comments

Color spaces of #dbac3e

RGB 21917262
HSL0.120.690.55
HSV42°72°86°
CMYK 0.000.210.72   0.14
XYZ44.835444.912910.8634
Yxy44.91290.44560.4464
Hunter Lab67.01712.139237.3011
CIE-Lab72.83456.314860.4020

#dbac3e color RGB value is (219,172,62).

#dbac3e hex color red value is 219, green value is 172 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #dbac3e hue: 0.12 , saturation: 0.69 and the lightness value of dbac3e is 0.55.

The process color (four color CMYK) of #dbac3e color hex is 0.00, 0.21, 0.72, 0.14. Web safe color of #dbac3e is #cc9933. Color #dbac3e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101100 00111110
Octal 333 254 76
Decimal 219 172 62
Hex DB AC 3E

RGB Percentages of Color #dbac3e

%48.34
%37.97
%13.69

CMYK Percentages of Color #dbac3e

%0
%21
%72
%14

Triadic Colors of #dbac3e

#dbac3e #3edbac #ac3edb

Analogous Colors of #dbac3e

#dbac3e #bcdb3e #db5e3e

Monochromatic Colors of #dbac3e

#dbac3e

Complementary Color

#dbac3e #3e6ddb

#dbac3e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbac3e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbac3e Color CSS Codes

.mybgcolor {background-color:#dbac3e; } 
.myforecolor {color:#dbac3e; }
.mybordercolor {border:3px solid #dbac3e; }

#dbac3e Text Font Color

<p style="color:#dbac3e">Text here</p>

This sample text font color is #dbac3e
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#dbac3e Background Color

<div style="background-color:#dbac3e">
Div content here</div>

This div background color is #dbac3e


#dbac3e Border Color

<div style="border:3px solid #dbac3e">
Div here</div>

This div border color is #dbac3e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(219,172,62, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #dbac3e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #dbac3e;
  -webkit-box-shadow: 1px 1px 3px 2px #dbac3e;
  box-shadow:         1px 1px 3px 2px #dbac3e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,172,62, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #dbac3e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #dbac3e;
  -webkit-box-shadow: 1px 1px 3px 2px #dbac3e;
  box-shadow:         1px 1px 3px 2px #dbac3e;">
Div content here</div>

This div box has shadow with color #dbac3e

#dbac3e Color Palettes


Comments

No comments written yet.

Please login to write comment.