Color Hex Logo

#dd9755 Color Hex

#DD9755
(221,151,85)
0 Favorites   0 Comments

Color spaces of #dd9755

RGB 22115185
HSL0.080.670.60
HSV29°62°87°
CMYK 0.000.320.62   0.13
XYZ42.525138.161213.7189
Yxy38.16120.45050.4042
Hunter Lab61.774814.771730.0752
CIE-Lab68.139319.749444.8026

#dd9755 color RGB value is (221,151,85).

#dd9755 hex color red value is 221, green value is 151 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #dd9755 hue: 0.08 , saturation: 0.67 and the lightness value of dd9755 is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10010111 01010101
Octal 335 227 125
Decimal 221 151 85
Hex DD 97 55

RGB Percentages of Color #dd9755

%48.36
%33.04
%18.60

CMYK Percentages of Color #dd9755

%0
%32
%62
%13

Triadic Colors of #dd9755

#dd9755 #55dd97 #9755dd

Analogous Colors of #dd9755

#dd9755 #dddb55 #dd5557

Monochromatic Colors of #dd9755

#dd9755

Complementary Color

#dd9755 #559bdd

#dd9755 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd9755 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd9755 Color CSS Codes

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

#dd9755 Text Font Color

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

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


#dd9755 Background Color

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

This div background color is #dd9755


#dd9755 Border Color

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

This div border color is #dd9755


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd9755

#dd9755 Color Palettes


Comments

No comments written yet.

Please login to write comment.