Color Hex Logo

#dba681 Color Hex

#DBA681
(219,166,129)
0 Favorites   0 Comments

Color spaces of #dba681

RGB 219166129
HSL0.070.560.68
HSV25°41°86°
CMYK 0.000.240.41   0.14
XYZ46.812143.917526.7785
Yxy43.91750.39840.3737
Hunter Lab66.270310.116122.4313
CIE-Lab72.173314.802726.7169

#dba681 color RGB value is (219,166,129).

#dba681 hex color red value is 219, green value is 166 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #dba681 hue: 0.07 , saturation: 0.56 and the lightness value of dba681 is 0.68.

The process color (four color CMYK) of #dba681 color hex is 0.00, 0.24, 0.41, 0.14. Web safe color of #dba681 is #cc9999. Color #dba681 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10100110 10000001
Octal 333 246 201
Decimal 219 166 129
Hex DB A6 81

RGB Percentages of Color #dba681

%42.61
%32.30
%25.10

CMYK Percentages of Color #dba681

%0
%24
%41
%14

Triadic Colors of #dba681

#dba681 #81dba6 #a681db

Analogous Colors of #dba681

#dba681 #dbd381 #db8189

Monochromatic Colors of #dba681

#dba681

Complementary Color

#dba681 #81b6db

#dba681 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dba681 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dba681 Color CSS Codes

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

#dba681 Text Font Color

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

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


#dba681 Background Color

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

This div background color is #dba681


#dba681 Border Color

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

This div border color is #dba681


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dba681


Comments

No comments written yet.

Please login to write comment.