Color Hex Logo

#dba679 Color Hex

#DBA679
(219,166,121)
0 Favorites   0 Comments

Color spaces of #dba679

RGB 219166121
HSL0.080.580.67
HSV28°45°86°
CMYK 0.000.240.45   0.14
XYZ46.300843.713024.0863
Yxy43.71300.40580.3831
Hunter Lab66.11589.300624.6814
CIE-Lab72.036213.950630.8290

#dba679 color RGB value is (219,166,121).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10100110 01111001
Octal 333 246 171
Decimal 219 166 121
Hex DB A6 79

RGB Percentages of Color #dba679

%43.28
%32.81
%23.91

CMYK Percentages of Color #dba679

%0
%24
%45
%14

Triadic Colors of #dba679

#dba679 #79dba6 #a679db

Analogous Colors of #dba679

#dba679 #dbd779 #db797d

Monochromatic Colors of #dba679

#dba679

Complementary Color

#dba679 #79aedb

#dba679 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dba679 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dba679 Color CSS Codes

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

#dba679 Text Font Color

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

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


#dba679 Background Color

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

This div background color is #dba679


#dba679 Border Color

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

This div border color is #dba679


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dba679


Comments

No comments written yet.

Please login to write comment.