Color Hex Logo

#dd916d Color Hex

#DD916D
(221,145,109)
0 Favorites   0 Comments

Color spaces of #dd916d

RGB 221145109
HSL0.050.620.65
HSV19°51°87°
CMYK 0.000.340.51   0.13
XYZ42.704536.727119.3063
Yxy36.72710.43250.3720
Hunter Lab60.602919.727023.5340
CIE-Lab67.071824.887630.8678

#dd916d color RGB value is (221,145,109).

#dd916d hex color red value is 221, green value is 145 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #dd916d hue: 0.05 , saturation: 0.62 and the lightness value of dd916d is 0.65.

The process color (four color CMYK) of #dd916d color hex is 0.00, 0.34, 0.51, 0.13. Web safe color of #dd916d is #cc9966. Color #dd916d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10010001 01101101
Octal 335 221 155
Decimal 221 145 109
Hex DD 91 6D

RGB Percentages of Color #dd916d

%46.53
%30.53
%22.95

CMYK Percentages of Color #dd916d

%0
%34
%51
%13

Triadic Colors of #dd916d

#dd916d #6ddd91 #916ddd

Analogous Colors of #dd916d

#dd916d #ddc96d #dd6d81

Monochromatic Colors of #dd916d

#dd916d

Complementary Color

#dd916d #6db9dd

#dd916d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd916d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd916d Color CSS Codes

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

#dd916d Text Font Color

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

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


#dd916d Background Color

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

This div background color is #dd916d


#dd916d Border Color

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

This div border color is #dd916d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd916d


Comments

No comments written yet.

Please login to write comment.