Color Hex Logo

#dba399 Color Hex

#DBA399
(219,163,153)
3 Favorites   0 Comments

Color spaces of #dba399

RGB 219163153
HSL0.030.480.73
HSV30°86°
CMYK 0.000.260.30   0.14
XYZ48.060443.554436.0108
Yxy43.55440.37660.3413
Hunter Lab65.995814.497313.8452
CIE-Lab71.929619.332013.2926

#dba399 color RGB value is (219,163,153).

#dba399 hex color red value is 219, green value is 163 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #dba399 hue: 0.03 , saturation: 0.48 and the lightness value of dba399 is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10100011 10011001
Octal 333 243 231
Decimal 219 163 153
Hex DB A3 99

RGB Percentages of Color #dba399

%40.93
%30.47
%28.60

CMYK Percentages of Color #dba399

%0
%26
%30
%14

Triadic Colors of #dba399

#dba399 #99dba3 #a399db

Analogous Colors of #dba399

#dba399 #dbc499 #db99b0

Monochromatic Colors of #dba399

#dba399

Complementary Color

#dba399 #99d1db

#dba399 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dba399 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dba399 Color CSS Codes

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

#dba399 Text Font Color

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

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


#dba399 Background Color

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

This div background color is #dba399


#dba399 Border Color

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

This div border color is #dba399


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dba399


Comments

No comments written yet.

Please login to write comment.