Color Hex Logo

#dd945f Color Hex

#DD945F
(221,148,95)
0 Favorites   0 Comments

Color spaces of #dd945f

RGB 22114895
HSL0.070.650.62
HSV25°57°87°
CMYK 0.000.330.57   0.13
XYZ42.474337.378215.8025
Yxy37.37820.44400.3908
Hunter Lab61.137717.018627.4715
CIE-Lab67.559822.094638.9648

#dd945f color RGB value is (221,148,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10010100 01011111
Octal 335 224 137
Decimal 221 148 95
Hex DD 94 5F

RGB Percentages of Color #dd945f

%47.63
%31.90
%20.47

CMYK Percentages of Color #dd945f

%0
%33
%57
%13

Triadic Colors of #dd945f

#dd945f #5fdd94 #945fdd

Analogous Colors of #dd945f

#dd945f #ddd35f #dd5f69

Monochromatic Colors of #dd945f

#dd945f

Complementary Color

#dd945f #5fa8dd

#dd945f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd945f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd945f Color CSS Codes

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

#dd945f Text Font Color

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

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


#dd945f Background Color

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

This div background color is #dd945f


#dd945f Border Color

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

This div border color is #dd945f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd945f


Comments

No comments written yet.

Please login to write comment.