Color Hex Logo

#dba08d Color Hex

#DBA08D
(219,160,141)
0 Favorites   0 Comments

Color spaces of #dba08d

RGB 219160141
HSL0.040.520.71
HSV15°36°86°
CMYK 0.000.270.36   0.14
XYZ46.591942.124830.8745
Yxy42.12480.38960.3522
Hunter Lab64.903614.557217.2284
CIE-Lab70.956919.425918.5313

#dba08d color RGB value is (219,160,141).

#dba08d hex color red value is 219, green value is 160 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #dba08d hue: 0.04 , saturation: 0.52 and the lightness value of dba08d is 0.71.

The process color (four color CMYK) of #dba08d color hex is 0.00, 0.27, 0.36, 0.14. Web safe color of #dba08d is #cc9999. Color #dba08d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10100000 10001101
Octal 333 240 215
Decimal 219 160 141
Hex DB A0 8D

RGB Percentages of Color #dba08d

%42.12
%30.77
%27.12

CMYK Percentages of Color #dba08d

%0
%27
%36
%14

Triadic Colors of #dba08d

#dba08d #8ddba0 #a08ddb

Analogous Colors of #dba08d

#dba08d #dbc78d #db8da1

Monochromatic Colors of #dba08d

#dba08d

Complementary Color

#dba08d #8dc8db

#dba08d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dba08d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dba08d Color CSS Codes

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

#dba08d Text Font Color

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

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


#dba08d Background Color

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

This div background color is #dba08d


#dba08d Border Color

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

This div border color is #dba08d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dba08d


Comments

No comments written yet.

Please login to write comment.