Color Hex Logo

#dfb96e Color Hex

#DFB96E
(223,185,110)
0 Favorites   0 Comments

Color spaces of #dfb96e

RGB 223185110
HSL0.110.640.65
HSV40°51°87°
CMYK 0.000.170.51   0.13
XYZ50.594951.511722.0280
Yxy51.51170.40760.4150
Hunter Lab71.77170.231932.0430
CIE-Lab76.98794.411742.9150

#dfb96e color RGB value is (223,185,110).

#dfb96e hex color red value is 223, green value is 185 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #dfb96e hue: 0.11 , saturation: 0.64 and the lightness value of dfb96e is 0.65.

The process color (four color CMYK) of #dfb96e color hex is 0.00, 0.17, 0.51, 0.13. Web safe color of #dfb96e is #cccc66. Color #dfb96e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10111001 01101110
Octal 337 271 156
Decimal 223 185 110
Hex DF B9 6E

RGB Percentages of Color #dfb96e

%43.05
%35.71
%21.24

CMYK Percentages of Color #dfb96e

%0
%17
%51
%13

Triadic Colors of #dfb96e

#dfb96e #6edfb9 #b96edf

Analogous Colors of #dfb96e

#dfb96e #cddf6e #df816e

Monochromatic Colors of #dfb96e

#dfb96e

Complementary Color

#dfb96e #6e94df

#dfb96e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb96e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb96e Color CSS Codes

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

#dfb96e Text Font Color

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

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


#dfb96e Background Color

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

This div background color is #dfb96e


#dfb96e Border Color

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

This div border color is #dfb96e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfb96e


Comments

No comments written yet.

Please login to write comment.