Color Hex Logo

#dfb091 Color Hex

#DFB091
(223,176,145)
0 Favorites   0 Comments

Color spaces of #dfb091

RGB 223176145
HSL0.070.550.72
HSV24°35°87°
CMYK 0.000.210.35   0.13
XYZ51.067648.783033.5126
Yxy48.78300.38290.3658
Hunter Lab69.84488.283220.4431
CIE-Lab75.316112.875822.4067

#dfb091 color RGB value is (223,176,145).

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

The process color (four color CMYK) of #dfb091 color hex is 0.00, 0.21, 0.35, 0.13. Web safe color of #dfb091 is #cc9999. Color #dfb091 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10110000 10010001
Octal 337 260 221
Decimal 223 176 145
Hex DF B0 91

RGB Percentages of Color #dfb091

%40.99
%32.35
%26.65

CMYK Percentages of Color #dfb091

%0
%21
%35
%13

Triadic Colors of #dfb091

#dfb091 #91dfb0 #b091df

Analogous Colors of #dfb091

#dfb091 #dfd791 #df9199

Monochromatic Colors of #dfb091

#dfb091

Complementary Color

#dfb091 #91c0df

#dfb091 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb091 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb091 Color CSS Codes

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

#dfb091 Text Font Color

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

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


#dfb091 Background Color

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

This div background color is #dfb091


#dfb091 Border Color

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

This div border color is #dfb091


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfb091


Comments

No comments written yet.

Please login to write comment.