Color Hex Logo

#dfb184 Color Hex

#DFB184
(223,177,132)
0 Favorites   0 Comments

Color spaces of #dfb184

RGB 223177132
HSL0.080.590.70
HSV30°41°87°
CMYK 0.000.210.41   0.13
XYZ50.318448.798228.5967
Yxy48.79820.39400.3821
Hunter Lab69.85576.329524.6276
CIE-Lab75.325610.837429.3778

#dfb184 color RGB value is (223,177,132).

#dfb184 hex color red value is 223, green value is 177 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #dfb184 hue: 0.08 , saturation: 0.59 and the lightness value of dfb184 is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10110001 10000100
Octal 337 261 204
Decimal 223 177 132
Hex DF B1 84

RGB Percentages of Color #dfb184

%41.92
%33.27
%24.81

CMYK Percentages of Color #dfb184

%0
%21
%41
%13

Triadic Colors of #dfb184

#dfb184 #84dfb1 #b184df

Analogous Colors of #dfb184

#dfb184 #dfdf84 #df8485

Monochromatic Colors of #dfb184

#dfb184

Complementary Color

#dfb184 #84b2df

#dfb184 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb184 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb184 Color CSS Codes

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

#dfb184 Text Font Color

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

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


#dfb184 Background Color

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

This div background color is #dfb184


#dfb184 Border Color

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

This div border color is #dfb184


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfb184


Comments

No comments written yet.

Please login to write comment.