Color Hex Logo

#dba381 Color Hex

#DBA381
(219,163,129)
0 Favorites   0 Comments

Color spaces of #dba381

RGB 219163129
HSL0.060.560.68
HSV23°41°86°
CMYK 0.000.260.41   0.14
XYZ46.273142.839426.5989
Yxy42.83940.39990.3702
Hunter Lab65.451811.655221.7215
CIE-Lab71.445816.417125.7434

#dba381 color RGB value is (219,163,129).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10100011 10000001
Octal 333 243 201
Decimal 219 163 129
Hex DB A3 81

RGB Percentages of Color #dba381

%42.86
%31.90
%25.24

CMYK Percentages of Color #dba381

%0
%26
%41
%14

Triadic Colors of #dba381

#dba381 #81dba3 #a381db

Analogous Colors of #dba381

#dba381 #dbd081 #db818c

Monochromatic Colors of #dba381

#dba381

Complementary Color

#dba381 #81b9db

#dba381 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dba381 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dba381 Color CSS Codes

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

#dba381 Text Font Color

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

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


#dba381 Background Color

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

This div background color is #dba381


#dba381 Border Color

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

This div border color is #dba381


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dba381


Comments

No comments written yet.

Please login to write comment.