Color Hex Logo

#dd9072 Color Hex

#DD9072
(221,144,114)
0 Favorites   0 Comments

Color spaces of #dd9072

RGB 221144114
HSL0.050.610.66
HSV17°48°87°
CMYK 0.000.350.48   0.13
XYZ42.829336.533620.7139
Yxy36.53360.42800.3651
Hunter Lab60.443020.707921.9914
CIE-Lab66.925625.890227.9489

#dd9072 color RGB value is (221,144,114).

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

The process color (four color CMYK) of #dd9072 color hex is 0.00, 0.35, 0.48, 0.13. Web safe color of #dd9072 is #cc9966. Color #dd9072 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10010000 01110010
Octal 335 220 162
Decimal 221 144 114
Hex DD 90 72

RGB Percentages of Color #dd9072

%46.14
%30.06
%23.80

CMYK Percentages of Color #dd9072

%0
%35
%48
%13

Triadic Colors of #dd9072

#dd9072 #72dd90 #9072dd

Analogous Colors of #dd9072

#dd9072 #ddc672 #dd728a

Monochromatic Colors of #dd9072

#dd9072

Complementary Color

#dd9072 #72bfdd

#dd9072 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd9072 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd9072 Color CSS Codes

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

#dd9072 Text Font Color

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

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


#dd9072 Background Color

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

This div background color is #dd9072


#dd9072 Border Color

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

This div border color is #dd9072


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd9072


Comments

No comments written yet.

Please login to write comment.