Color Hex Logo

#dd965e Color Hex

#DD965E
(221,150,94)
0 Favorites   0 Comments

Color spaces of #dd965e

RGB 22115094
HSL0.070.650.62
HSV26°57°87°
CMYK 0.000.320.57   0.13
XYZ42.745537.993015.6701
Yxy37.99300.44340.3941
Hunter Lab61.638515.920228.0739
CIE-Lab68.015520.942540.0448

#dd965e color RGB value is (221,150,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10010110 01011110
Octal 335 226 136
Decimal 221 150 94
Hex DD 96 5E

RGB Percentages of Color #dd965e

%47.53
%32.26
%20.22

CMYK Percentages of Color #dd965e

%0
%32
%57
%13

Triadic Colors of #dd965e

#dd965e #5edd96 #965edd

Analogous Colors of #dd965e

#dd965e #ddd65e #dd5e66

Monochromatic Colors of #dd965e

#dd965e

Complementary Color

#dd965e #5ea5dd

#dd965e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd965e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd965e Color CSS Codes

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

#dd965e Text Font Color

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

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


#dd965e Background Color

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

This div background color is #dd965e


#dd965e Border Color

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

This div border color is #dd965e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd965e


Comments

No comments written yet.

Please login to write comment.