Color Hex Logo

#dd964e Color Hex

#DD964E
(221,150,78)
0 Favorites   0 Comments

Color spaces of #dd964e

RGB 22115078
HSL0.080.680.59
HSV30°65°87°
CMYK 0.000.320.65   0.13
XYZ42.100337.734912.2724
Yxy37.73490.45710.4097
Hunter Lab61.428714.835031.1550
CIE-Lab67.824819.827347.9160

#dd964e color RGB value is (221,150,78).

#dd964e hex color red value is 221, green value is 150 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #dd964e hue: 0.08 , saturation: 0.68 and the lightness value of dd964e is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10010110 01001110
Octal 335 226 116
Decimal 221 150 78
Hex DD 96 4E

RGB Percentages of Color #dd964e

%49.22
%33.41
%17.37

CMYK Percentages of Color #dd964e

%0
%32
%65
%13

Triadic Colors of #dd964e

#dd964e #4edd96 #964edd

Analogous Colors of #dd964e

#dd964e #dddd4e #dd4f4e

Monochromatic Colors of #dd964e

#dd964e

Complementary Color

#dd964e #4e95dd

#dd964e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd964e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd964e Color CSS Codes

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

#dd964e Text Font Color

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

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


#dd964e Background Color

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

This div background color is #dd964e


#dd964e Border Color

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

This div border color is #dd964e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd964e


Comments

No comments written yet.

Please login to write comment.