Color Hex Logo

#dbab73 Color Hex

#DBAB73
(219,171,115)
0 Favorites   0 Comments

Color spaces of #dbab73

RGB 219171115
HSL0.090.590.65
HSV32°47°86°
CMYK 0.000.220.47   0.14
XYZ46.870845.423722.5169
Yxy45.42370.40820.3956
Hunter Lab67.39716.191527.3696
CIE-Lab73.170010.671635.4701

#dbab73 color RGB value is (219,171,115).

#dbab73 hex color red value is 219, green value is 171 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #dbab73 hue: 0.09 , saturation: 0.59 and the lightness value of dbab73 is 0.65.

The process color (four color CMYK) of #dbab73 color hex is 0.00, 0.22, 0.47, 0.14. Web safe color of #dbab73 is #cc9966. Color #dbab73 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101011 01110011
Octal 333 253 163
Decimal 219 171 115
Hex DB AB 73

RGB Percentages of Color #dbab73

%43.37
%33.86
%22.77

CMYK Percentages of Color #dbab73

%0
%22
%47
%14

Triadic Colors of #dbab73

#dbab73 #73dbab #ab73db

Analogous Colors of #dbab73

#dbab73 #d7db73 #db7773

Monochromatic Colors of #dbab73

#dbab73

Complementary Color

#dbab73 #73a3db

#dbab73 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbab73 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbab73 Color CSS Codes

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

#dbab73 Text Font Color

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

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


#dbab73 Background Color

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

This div background color is #dbab73


#dbab73 Border Color

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

This div border color is #dbab73


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbab73


Comments

No comments written yet.

Please login to write comment.