Color Hex Logo

#dfb691 Color Hex

#DFB691
(223,182,145)
0 Favorites   0 Comments

Color spaces of #dfb691

RGB 223182145
HSL0.080.550.72
HSV28°35°87°
CMYK 0.000.180.35   0.13
XYZ52.270251.188233.9134
Yxy51.18820.38050.3726
Hunter Lab71.54595.203621.9782
CIE-Lab76.79299.676624.4166

#dfb691 color RGB value is (223,182,145).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10110110 10010001
Octal 337 266 221
Decimal 223 182 145
Hex DF B6 91

RGB Percentages of Color #dfb691

%40.55
%33.09
%26.36

CMYK Percentages of Color #dfb691

%0
%18
%35
%13

Triadic Colors of #dfb691

#dfb691 #91dfb6 #b691df

Analogous Colors of #dfb691

#dfb691 #dfdd91 #df9193

Monochromatic Colors of #dfb691

#dfb691

Complementary Color

#dfb691 #91badf

#dfb691 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb691 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb691 Color CSS Codes

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

#dfb691 Text Font Color

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

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


#dfb691 Background Color

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

This div background color is #dfb691


#dfb691 Border Color

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

This div border color is #dfb691


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(223,182,145, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfb691


Comments

No comments written yet.

Please login to write comment.