Color Hex Logo

#dba388 Color Hex

#DBA388
(219,163,136)
0 Favorites   0 Comments

Color spaces of #dba388

RGB 219163136
HSL0.050.540.70
HSV20°38°86°
CMYK 0.000.260.38   0.14
XYZ46.754543.032029.1343
Yxy43.03200.39320.3619
Hunter Lab65.598812.425219.5868
CIE-Lab71.576717.212422.1165

#dba388 color RGB value is (219,163,136).

#dba388 hex color red value is 219, green value is 163 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #dba388 hue: 0.05 , saturation: 0.54 and the lightness value of dba388 is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10100011 10001000
Octal 333 243 210
Decimal 219 163 136
Hex DB A3 88

RGB Percentages of Color #dba388

%42.28
%31.47
%26.25

CMYK Percentages of Color #dba388

%0
%26
%38
%14

Triadic Colors of #dba388

#dba388 #88dba3 #a388db

Analogous Colors of #dba388

#dba388 #dbcd88 #db8897

Monochromatic Colors of #dba388

#dba388

Complementary Color

#dba388 #88c0db

#dba388 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dba388 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dba388 Color CSS Codes

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

#dba388 Text Font Color

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

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


#dba388 Background Color

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

This div background color is #dba388


#dba388 Border Color

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

This div border color is #dba388


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dba388


Comments

No comments written yet.

Please login to write comment.