Color Hex Logo

#dfb281 Color Hex

#DFB281
(223,178,129)
0 Favorites   0 Comments

Color spaces of #dfb281

RGB 223178129
HSL0.090.590.69
HSV31°42°87°
CMYK 0.000.200.42   0.13
XYZ50.314349.113727.5969
Yxy49.11370.39610.3866
Hunter Lab70.08125.510825.7093
CIE-Lab75.52209.979931.2268

#dfb281 color RGB value is (223,178,129).

#dfb281 hex color red value is 223, green value is 178 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #dfb281 hue: 0.09 , saturation: 0.59 and the lightness value of dfb281 is 0.69.

The process color (four color CMYK) of #dfb281 color hex is 0.00, 0.20, 0.42, 0.13. Web safe color of #dfb281 is #cc9999. Color #dfb281 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10110010 10000001
Octal 337 262 201
Decimal 223 178 129
Hex DF B2 81

RGB Percentages of Color #dfb281

%42.08
%33.58
%24.34

CMYK Percentages of Color #dfb281

%0
%20
%42
%13

Triadic Colors of #dfb281

#dfb281 #81dfb2 #b281df

Analogous Colors of #dfb281

#dfb281 #dddf81 #df8381

Monochromatic Colors of #dfb281

#dfb281

Complementary Color

#dfb281 #81aedf

#dfb281 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb281 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb281 Color CSS Codes

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

#dfb281 Text Font Color

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

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


#dfb281 Background Color

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

This div background color is #dfb281


#dfb281 Border Color

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

This div border color is #dfb281


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfb281


Comments

No comments written yet.

Please login to write comment.