Color Hex Logo

#dfb990 Color Hex

#DFB990
(223,185,144)
0 Favorites   0 Comments

Color spaces of #dfb990

RGB 223185144
HSL0.090.550.72
HSV31°35°87°
CMYK 0.000.170.35   0.13
XYZ52.814452.399533.7161
Yxy52.39950.38020.3772
Hunter Lab72.38753.556723.0556
CIE-Lab77.51917.963025.9322

#dfb990 color RGB value is (223,185,144).

#dfb990 hex color red value is 223, green value is 185 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #dfb990 hue: 0.09 , saturation: 0.55 and the lightness value of dfb990 is 0.72.

The process color (four color CMYK) of #dfb990 color hex is 0.00, 0.17, 0.35, 0.13. Web safe color of #dfb990 is #cccc99. Color #dfb990 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10111001 10010000
Octal 337 271 220
Decimal 223 185 144
Hex DF B9 90

RGB Percentages of Color #dfb990

%40.40
%33.51
%26.09

CMYK Percentages of Color #dfb990

%0
%17
%35
%13

Triadic Colors of #dfb990

#dfb990 #90dfb9 #b990df

Analogous Colors of #dfb990

#dfb990 #dedf90 #df9290

Monochromatic Colors of #dfb990

#dfb990

Complementary Color

#dfb990 #90b6df

#dfb990 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb990 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb990 Color CSS Codes

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

#dfb990 Text Font Color

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

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


#dfb990 Background Color

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

This div background color is #dfb990


#dfb990 Border Color

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

This div border color is #dfb990


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfb990


Comments

No comments written yet.

Please login to write comment.