Color Hex Logo

#dd9667 Color Hex

#DD9667
(221,150,103)
0 Favorites   0 Comments

Color spaces of #dd9667

RGB 221150103
HSL0.070.630.64
HSV24°53°87°
CMYK 0.000.320.53   0.13
XYZ43.173338.164117.9229
Yxy38.16410.43500.3845
Hunter Lab61.777116.635926.0426
CIE-Lab68.141421.673435.4624

#dd9667 color RGB value is (221,150,103).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10010110 01100111
Octal 335 226 147
Decimal 221 150 103
Hex DD 96 67

RGB Percentages of Color #dd9667

%46.62
%31.65
%21.73

CMYK Percentages of Color #dd9667

%0
%32
%53
%13

Triadic Colors of #dd9667

#dd9667 #67dd96 #9667dd

Analogous Colors of #dd9667

#dd9667 #ddd167 #dd6773

Monochromatic Colors of #dd9667

#dd9667

Complementary Color

#dd9667 #67aedd

#dd9667 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd9667 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd9667 Color CSS Codes

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

#dd9667 Text Font Color

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

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


#dd9667 Background Color

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

This div background color is #dd9667


#dd9667 Border Color

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

This div border color is #dd9667


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd9667


Comments

No comments written yet.

Please login to write comment.