Color Hex Logo

#dba777 Color Hex

#DBA777
(219,167,119)
0 Favorites   0 Comments

Color spaces of #dba777

RGB 219167119
HSL0.080.580.66
HSV29°46°86°
CMYK 0.000.240.46   0.14
XYZ46.361944.029423.5078
Yxy44.02940.40700.3866
Hunter Lab66.35478.597025.4433
CIE-Lab72.248113.210332.1706

#dba777 color RGB value is (219,167,119).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10100111 01110111
Octal 333 247 167
Decimal 219 167 119
Hex DB A7 77

RGB Percentages of Color #dba777

%43.37
%33.07
%23.56

CMYK Percentages of Color #dba777

%0
%24
%46
%14

Triadic Colors of #dba777

#dba777 #77dba7 #a777db

Analogous Colors of #dba777

#dba777 #dbd977 #db7779

Monochromatic Colors of #dba777

#dba777

Complementary Color

#dba777 #77abdb

#dba777 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dba777 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dba777 Color CSS Codes

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

#dba777 Text Font Color

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

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


#dba777 Background Color

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

This div background color is #dba777


#dba777 Border Color

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

This div border color is #dba777


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dba777


Comments

No comments written yet.

Please login to write comment.