Color Hex Logo

#dd965c Color Hex

#DD965C
(221,150,92)
0 Favorites   0 Comments

Color spaces of #dd965c

RGB 22115092
HSL0.070.650.61
HSV27°58°87°
CMYK 0.000.320.58   0.13
XYZ42.656937.957615.2035
Yxy37.95760.44520.3961
Hunter Lab61.609715.771528.4958
CIE-Lab67.989420.790241.0505

#dd965c color RGB value is (221,150,92).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10010110 01011100
Octal 335 226 134
Decimal 221 150 92
Hex DD 96 5C

RGB Percentages of Color #dd965c

%47.73
%32.40
%19.87

CMYK Percentages of Color #dd965c

%0
%32
%58
%13

Triadic Colors of #dd965c

#dd965c #5cdd96 #965cdd

Analogous Colors of #dd965c

#dd965c #ddd75c #dd5c63

Monochromatic Colors of #dd965c

#dd965c

Complementary Color

#dd965c #5ca3dd

#dd965c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd965c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd965c Color CSS Codes

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

#dd965c Text Font Color

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

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


#dd965c Background Color

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

This div background color is #dd965c


#dd965c Border Color

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

This div border color is #dd965c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd965c


Comments

No comments written yet.

Please login to write comment.