Color Hex Logo

#dfb299 Color Hex

#DFB299
(223,178,153)
0 Favorites   0 Comments

Color spaces of #dfb299

RGB 223178153
HSL0.060.520.74
HSV21°31°87°
CMYK 0.000.200.31   0.13
XYZ52.101649.828737.0088
Yxy49.82870.37500.3586
Hunter Lab70.58948.218118.3279
CIE-Lab75.964012.808418.9823

#dfb299 color RGB value is (223,178,153).

#dfb299 hex color red value is 223, green value is 178 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #dfb299 hue: 0.06 , saturation: 0.52 and the lightness value of dfb299 is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10110010 10011001
Octal 337 262 231
Decimal 223 178 153
Hex DF B2 99

RGB Percentages of Color #dfb299

%40.25
%32.13
%27.62

CMYK Percentages of Color #dfb299

%0
%20
%31
%13

Triadic Colors of #dfb299

#dfb299 #99dfb2 #b299df

Analogous Colors of #dfb299

#dfb299 #dfd599 #df99a3

Monochromatic Colors of #dfb299

#dfb299

Complementary Color

#dfb299 #99c6df

#dfb299 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb299 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb299 Color CSS Codes

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

#dfb299 Text Font Color

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

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


#dfb299 Background Color

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

This div background color is #dfb299


#dfb299 Border Color

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

This div border color is #dfb299


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfb299


Comments

No comments written yet.

Please login to write comment.