Color Hex Logo

#dbac47 Color Hex

#DBAC47
(219,172,71)
0 Favorites   0 Comments

Color spaces of #dbac47

RGB 21917271
HSL0.110.670.57
HSV41°68°86°
CMYK 0.000.210.68   0.14
XYZ45.103345.020012.2738
Yxy45.02000.44050.4397
Hunter Lab67.09692.570036.1222
CIE-Lab72.90516.784456.6714

#dbac47 color RGB value is (219,172,71).

#dbac47 hex color red value is 219, green value is 172 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #dbac47 hue: 0.11 , saturation: 0.67 and the lightness value of dbac47 is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101100 01000111
Octal 333 254 107
Decimal 219 172 71
Hex DB AC 47

RGB Percentages of Color #dbac47

%47.40
%37.23
%15.37

CMYK Percentages of Color #dbac47

%0
%21
%68
%14

Triadic Colors of #dbac47

#dbac47 #47dbac #ac47db

Analogous Colors of #dbac47

#dbac47 #c0db47 #db6247

Monochromatic Colors of #dbac47

#dbac47

Complementary Color

#dbac47 #4776db

#dbac47 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbac47 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbac47 Color CSS Codes

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

#dbac47 Text Font Color

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

This sample text font color is #dbac47
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.


#dbac47 Background Color

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

This div background color is #dbac47


#dbac47 Border Color

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

This div border color is #dbac47


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbac47


Comments

No comments written yet.

Please login to write comment.