Color Hex Logo

#dd935f Color Hex

#DD935F
(221,147,95)
0 Favorites   0 Comments

Color spaces of #dd935f

RGB 22114795
HSL0.070.650.62
HSV25°57°87°
CMYK 0.000.330.57   0.13
XYZ42.318137.065815.7505
Yxy37.06580.44480.3896
Hunter Lab60.881717.530227.2785
CIE-Lab67.326422.631738.6777

#dd935f color RGB value is (221,147,95).

#dd935f hex color red value is 221, green value is 147 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #dd935f hue: 0.07 , saturation: 0.65 and the lightness value of dd935f is 0.62.

The process color (four color CMYK) of #dd935f color hex is 0.00, 0.33, 0.57, 0.13. Web safe color of #dd935f is #cc9966. Color #dd935f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10010011 01011111
Octal 335 223 137
Decimal 221 147 95
Hex DD 93 5F

RGB Percentages of Color #dd935f

%47.73
%31.75
%20.52

CMYK Percentages of Color #dd935f

%0
%33
%57
%13

Triadic Colors of #dd935f

#dd935f #5fdd93 #935fdd

Analogous Colors of #dd935f

#dd935f #ddd25f #dd5f6a

Monochromatic Colors of #dd935f

#dd935f

Complementary Color

#dd935f #5fa9dd

#dd935f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd935f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd935f Color CSS Codes

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

#dd935f Text Font Color

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

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


#dd935f Background Color

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

This div background color is #dd935f


#dd935f Border Color

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

This div border color is #dd935f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(221,147,95, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #dd935f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #dd935f;
  -webkit-box-shadow: 1px 1px 3px 2px #dd935f;
  box-shadow:         1px 1px 3px 2px #dd935f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,147,95, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd935f


Comments

No comments written yet.

Please login to write comment.