Color Hex Logo

#dfb17f Color Hex

#DFB17F
(223,177,127)
0 Favorites   0 Comments

Color spaces of #dfb17f

RGB 223177127
HSL0.090.600.69
HSV31°43°87°
CMYK 0.000.210.43   0.13
XYZ49.984348.664626.8374
Yxy48.66460.39830.3878
Hunter Lab69.76005.818426.0225
CIE-Lab75.242210.299731.9163

#dfb17f color RGB value is (223,177,127).

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

The process color (four color CMYK) of #dfb17f color hex is 0.00, 0.21, 0.43, 0.13. Web safe color of #dfb17f is #cc9966. Color #dfb17f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10110001 01111111
Octal 337 261 177
Decimal 223 177 127
Hex DF B1 7F

RGB Percentages of Color #dfb17f

%42.31
%33.59
%24.10

CMYK Percentages of Color #dfb17f

%0
%21
%43
%13

Triadic Colors of #dfb17f

#dfb17f #7fdfb1 #b17fdf

Analogous Colors of #dfb17f

#dfb17f #dddf7f #df817f

Monochromatic Colors of #dfb17f

#dfb17f

Complementary Color

#dfb17f #7faddf

#dfb17f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb17f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb17f Color CSS Codes

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

#dfb17f Text Font Color

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

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


#dfb17f Background Color

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

This div background color is #dfb17f


#dfb17f Border Color

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

This div border color is #dfb17f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfb17f


Comments

No comments written yet.

Please login to write comment.