Color Hex Logo

#dba773 Color Hex

#DBA773
(219,167,115)
0 Favorites   0 Comments

Color spaces of #dba773

RGB 219167115
HSL0.080.590.65
HSV30°47°86°
CMYK 0.000.240.47   0.14
XYZ46.126643.935322.2689
Yxy43.93530.41060.3911
Hunter Lab66.28378.221026.4793
CIE-Lab72.185212.814534.2080

#dba773 color RGB value is (219,167,115).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10100111 01110011
Octal 333 247 163
Decimal 219 167 115
Hex DB A7 73

RGB Percentages of Color #dba773

%43.71
%33.33
%22.95

CMYK Percentages of Color #dba773

%0
%24
%47
%14

Triadic Colors of #dba773

#dba773 #73dba7 #a773db

Analogous Colors of #dba773

#dba773 #dbdb73 #db7373

Monochromatic Colors of #dba773

#dba773

Complementary Color

#dba773 #73a7db

#dba773 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dba773 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dba773 Color CSS Codes

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

#dba773 Text Font Color

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

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


#dba773 Background Color

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

This div background color is #dba773


#dba773 Border Color

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

This div border color is #dba773


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dba773

#dba773 Color Palettes


Comments

No comments written yet.

Please login to write comment.