Color Hex Logo

#df986d Color Hex

#DF986D
(223,152,109)
0 Favorites   0 Comments

Color spaces of #df986d

RGB 223152109
HSL0.060.640.65
HSV23°51°87°
CMYK 0.000.320.51   0.13
XYZ44.420039.248619.7025
Yxy39.24860.42970.3797
Hunter Lab62.648716.927225.2079
CIE-Lab68.931021.934633.3098

#df986d color RGB value is (223,152,109).

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

The process color (four color CMYK) of #df986d color hex is 0.00, 0.32, 0.51, 0.13. Web safe color of #df986d is #cc9966. Color #df986d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10011000 01101101
Octal 337 230 155
Decimal 223 152 109
Hex DF 98 6D

RGB Percentages of Color #df986d

%46.07
%31.40
%22.52

CMYK Percentages of Color #df986d

%0
%32
%51
%13

Triadic Colors of #df986d

#df986d #6ddf98 #986ddf

Analogous Colors of #df986d

#df986d #dfd16d #df6d7b

Monochromatic Colors of #df986d

#df986d

Complementary Color

#df986d #6db4df

#df986d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df986d Color Preview on White Background

Lorem ipsum dolor sit amet.

#df986d Color CSS Codes

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

#df986d Text Font Color

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

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


#df986d Background Color

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

This div background color is #df986d


#df986d Border Color

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

This div border color is #df986d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df986d


Comments

No comments written yet.

Please login to write comment.