Color Hex Logo

#dba779 Color Hex

#DBA779
(219,167,121)
0 Favorites   0 Comments

Color spaces of #dba779

RGB 219167121
HSL0.080.580.67
HSV28°45°86°
CMYK 0.000.240.45   0.14
XYZ46.483344.078024.1471
Yxy44.07800.40520.3843
Hunter Lab66.39138.790624.9096
CIE-Lab72.280613.413631.1486

#dba779 color RGB value is (219,167,121).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10100111 01111001
Octal 333 247 171
Decimal 219 167 121
Hex DB A7 79

RGB Percentages of Color #dba779

%43.20
%32.94
%23.87

CMYK Percentages of Color #dba779

%0
%24
%45
%14

Triadic Colors of #dba779

#dba779 #79dba7 #a779db

Analogous Colors of #dba779

#dba779 #dbd879 #db797c

Monochromatic Colors of #dba779

#dba779

Complementary Color

#dba779 #79addb

#dba779 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dba779 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dba779 Color CSS Codes

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

#dba779 Text Font Color

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

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


#dba779 Background Color

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

This div background color is #dba779


#dba779 Border Color

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

This div border color is #dba779


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dba779


Comments

No comments written yet.

Please login to write comment.