Color Hex Logo

#dd965a Color Hex

#DD965A
(221,150,90)
0 Favorites   0 Comments

Color spaces of #dd965a

RGB 22115090
HSL0.080.660.61
HSV27°59°87°
CMYK 0.000.320.59   0.13
XYZ42.570637.923014.7490
Yxy37.92300.44700.3982
Hunter Lab61.581715.626828.9070
CIE-Lab67.963820.641942.0509

#dd965a color RGB value is (221,150,90).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10010110 01011010
Octal 335 226 132
Decimal 221 150 90
Hex DD 96 5A

RGB Percentages of Color #dd965a

%47.94
%32.54
%19.52

CMYK Percentages of Color #dd965a

%0
%32
%59
%13

Triadic Colors of #dd965a

#dd965a #5add96 #965add

Analogous Colors of #dd965a

#dd965a #ddd85a #dd5a5f

Monochromatic Colors of #dd965a

#dd965a

Complementary Color

#dd965a #5aa1dd

#dd965a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd965a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd965a Color CSS Codes

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

#dd965a Text Font Color

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

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


#dd965a Background Color

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

This div background color is #dd965a


#dd965a Border Color

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

This div border color is #dd965a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd965a


Comments

No comments written yet.

Please login to write comment.