Color Hex Logo

#dbab47 Color Hex

#DBAB47
(219,171,71)
0 Favorites   0 Comments

Color spaces of #dbab47

RGB 21917171
HSL0.110.670.57
HSV41°68°86°
CMYK 0.000.220.68   0.14
XYZ44.913744.640812.2106
Yxy44.64080.44130.4387
Hunter Lab66.81383.067635.9341
CIE-Lab72.65477.316156.4060

#dbab47 color RGB value is (219,171,71).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101011 01000111
Octal 333 253 107
Decimal 219 171 71
Hex DB AB 47

RGB Percentages of Color #dbab47

%47.51
%37.09
%15.40

CMYK Percentages of Color #dbab47

%0
%22
%68
%14

Triadic Colors of #dbab47

#dbab47 #47dbab #ab47db

Analogous Colors of #dbab47

#dbab47 #c1db47 #db6147

Monochromatic Colors of #dbab47

#dbab47

Complementary Color

#dbab47 #4777db

#dbab47 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbab47 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbab47 Color CSS Codes

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

#dbab47 Text Font Color

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

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


#dbab47 Background Color

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

This div background color is #dbab47


#dbab47 Border Color

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

This div border color is #dbab47


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,171,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 #dbab47">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbab47


Comments

No comments written yet.

Please login to write comment.