Color Hex Logo

#dfb277 Color Hex

#DFB277
(223,178,119)
0 Favorites   0 Comments

Color spaces of #dfb277

RGB 223178119
HSL0.090.620.67
HSV34°47°87°
CMYK 0.000.200.47   0.13
XYZ49.681648.860724.2653
Yxy48.86070.40450.3979
Hunter Lab69.90044.542828.3483
CIE-Lab75.36468.955836.2686

#dfb277 color RGB value is (223,178,119).

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

The process color (four color CMYK) of #dfb277 color hex is 0.00, 0.20, 0.47, 0.13. Web safe color of #dfb277 is #cc9966. Color #dfb277 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10110010 01110111
Octal 337 262 167
Decimal 223 178 119
Hex DF B2 77

RGB Percentages of Color #dfb277

%42.88
%34.23
%22.88

CMYK Percentages of Color #dfb277

%0
%20
%47
%13

Triadic Colors of #dfb277

#dfb277 #77dfb2 #b277df

Analogous Colors of #dfb277

#dfb277 #d8df77 #df7e77

Monochromatic Colors of #dfb277

#dfb277

Complementary Color

#dfb277 #77a4df

#dfb277 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb277 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb277 Color CSS Codes

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

#dfb277 Text Font Color

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

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


#dfb277 Background Color

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

This div background color is #dfb277


#dfb277 Border Color

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

This div border color is #dfb277


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfb277


Comments

No comments written yet.

Please login to write comment.