Color Hex Logo

#dfb690 Color Hex

#DFB690
(223,182,144)
0 Favorites   0 Comments

Color spaces of #dfb690

RGB 223182144
HSL0.080.550.72
HSV29°35°87°
CMYK 0.000.180.35   0.13
XYZ52.193451.157533.5090
Yxy51.15750.38140.3738
Hunter Lab71.52455.088622.2899
CIE-Lab76.77439.555924.9257

#dfb690 color RGB value is (223,182,144).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10110110 10010000
Octal 337 266 220
Decimal 223 182 144
Hex DF B6 90

RGB Percentages of Color #dfb690

%40.62
%33.15
%26.23

CMYK Percentages of Color #dfb690

%0
%18
%35
%13

Triadic Colors of #dfb690

#dfb690 #90dfb6 #b690df

Analogous Colors of #dfb690

#dfb690 #dfde90 #df9092

Monochromatic Colors of #dfb690

#dfb690

Complementary Color

#dfb690 #90b9df

#dfb690 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb690 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb690 Color CSS Codes

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

#dfb690 Text Font Color

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

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


#dfb690 Background Color

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

This div background color is #dfb690


#dfb690 Border Color

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

This div border color is #dfb690


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfb690


Comments

No comments written yet.

Please login to write comment.