Color Hex Logo

#df995d Color Hex

#DF995D
(223,153,93)
0 Favorites   0 Comments

Color spaces of #df995d

RGB 22315393
HSL0.080.670.62
HSV28°58°87°
CMYK 0.000.310.58   0.13
XYZ43.798439.260815.6256
Yxy39.26080.44380.3978
Hunter Lab62.658415.119729.0753
CIE-Lab68.939820.078341.7377

#df995d color RGB value is (223,153,93).

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

The process color (four color CMYK) of #df995d color hex is 0.00, 0.31, 0.58, 0.13. Web safe color of #df995d is #cc9966. Color #df995d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10011001 01011101
Octal 337 231 135
Decimal 223 153 93
Hex DF 99 5D

RGB Percentages of Color #df995d

%47.55
%32.62
%19.83

CMYK Percentages of Color #df995d

%0
%31
%58
%13

Triadic Colors of #df995d

#df995d #5ddf99 #995ddf

Analogous Colors of #df995d

#df995d #dfda5d #df5d62

Monochromatic Colors of #df995d

#df995d

Complementary Color

#df995d #5da3df

#df995d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df995d Color Preview on White Background

Lorem ipsum dolor sit amet.

#df995d Color CSS Codes

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

#df995d Text Font Color

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

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


#df995d Background Color

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

This div background color is #df995d


#df995d Border Color

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

This div border color is #df995d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df995d


Comments

No comments written yet.

Please login to write comment.