Color Hex Logo

#dba990 Color Hex

#DBA990
(219,169,144)
0 Favorites   0 Comments

Color spaces of #dba990

RGB 219169144
HSL0.060.510.71
HSV20°34°86°
CMYK 0.000.230.34   0.14
XYZ48.435445.449632.6054
Yxy45.44960.38290.3593
Hunter Lab67.416310.265218.5163
CIE-Lab73.187014.946019.9654

#dba990 color RGB value is (219,169,144).

#dba990 hex color red value is 219, green value is 169 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #dba990 hue: 0.06 , saturation: 0.51 and the lightness value of dba990 is 0.71.

The process color (four color CMYK) of #dba990 color hex is 0.00, 0.23, 0.34, 0.14. Web safe color of #dba990 is #cc9999. Color #dba990 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101001 10010000
Octal 333 251 220
Decimal 219 169 144
Hex DB A9 90

RGB Percentages of Color #dba990

%41.17
%31.77
%27.07

CMYK Percentages of Color #dba990

%0
%23
%34
%14

Triadic Colors of #dba990

#dba990 #90dba9 #a990db

Analogous Colors of #dba990

#dba990 #dbcf90 #db909d

Monochromatic Colors of #dba990

#dba990

Complementary Color

#dba990 #90c2db

#dba990 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dba990 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dba990 Color CSS Codes

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

#dba990 Text Font Color

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

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


#dba990 Background Color

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

This div background color is #dba990


#dba990 Border Color

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

This div border color is #dba990


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dba990


Comments

No comments written yet.

Please login to write comment.