Color Hex Logo

#df976e Color Hex

#DF976E
(223,151,110)
0 Favorites   0 Comments

Color spaces of #df976e

RGB 223151110
HSL0.060.640.65
HSV22°51°87°
CMYK 0.000.320.51   0.13
XYZ44.312538.947019.9338
Yxy38.94700.42940.3774
Hunter Lab62.407517.530824.7473
CIE-Lab68.712922.561532.4928

#df976e color RGB value is (223,151,110).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10010111 01101110
Octal 337 227 156
Decimal 223 151 110
Hex DF 97 6E

RGB Percentages of Color #df976e

%46.07
%31.20
%22.73

CMYK Percentages of Color #df976e

%0
%32
%51
%13

Triadic Colors of #df976e

#df976e #6edf97 #976edf

Analogous Colors of #df976e

#df976e #dfd06e #df6e7e

Monochromatic Colors of #df976e

#df976e

Complementary Color

#df976e #6eb6df

#df976e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df976e Color Preview on White Background

Lorem ipsum dolor sit amet.

#df976e Color CSS Codes

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

#df976e Text Font Color

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

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


#df976e Background Color

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

This div background color is #df976e


#df976e Border Color

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

This div border color is #df976e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(223,151,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 #df976e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df976e


Comments

No comments written yet.

Please login to write comment.