Color Hex Logo

#dd914e Color Hex

#DD914E
(221,145,78)
0 Favorites   0 Comments

Color spaces of #dd914e

RGB 22114578
HSL0.080.680.59
HSV28°65°87°
CMYK 0.000.340.65   0.13
XYZ41.319336.173012.0120
Yxy36.17300.46160.4041
Hunter Lab60.144017.378630.2594
CIE-Lab66.651922.511246.5820

#dd914e color RGB value is (221,145,78).

#dd914e hex color red value is 221, green value is 145 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #dd914e hue: 0.08 , saturation: 0.68 and the lightness value of dd914e is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10010001 01001110
Octal 335 221 116
Decimal 221 145 78
Hex DD 91 4E

RGB Percentages of Color #dd914e

%49.77
%32.66
%17.57

CMYK Percentages of Color #dd914e

%0
%34
%65
%13

Triadic Colors of #dd914e

#dd914e #4edd91 #914edd

Analogous Colors of #dd914e

#dd914e #ddd94e #dd4e52

Monochromatic Colors of #dd914e

#dd914e

Complementary Color

#dd914e #4e9add

#dd914e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd914e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd914e Color CSS Codes

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

#dd914e Text Font Color

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

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


#dd914e Background Color

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

This div background color is #dd914e


#dd914e Border Color

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

This div border color is #dd914e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd914e


Comments

No comments written yet.

Please login to write comment.