Color Hex Logo

#dd674d Color Hex

#DD674D
(221,103,77)
0 Favorites   0 Comments

Color spaces of #dd674d

RGB 22110377
HSL0.030.680.58
HSV11°65°87°
CMYK 0.000.530.65   0.13
XYZ36.008625.608510.0662
Yxy25.60850.50230.3572
Hunter Lab50.604838.455823.6296
CIE-Lab57.663644.276936.5721

#dd674d color RGB value is (221,103,77).

#dd674d hex color red value is 221, green value is 103 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #dd674d hue: 0.03 , saturation: 0.68 and the lightness value of dd674d is 0.58.

The process color (four color CMYK) of #dd674d color hex is 0.00, 0.53, 0.65, 0.13. Web safe color of #dd674d is #cc6666. Color #dd674d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 01100111 01001101
Octal 335 147 115
Decimal 221 103 77
Hex DD 67 4D

RGB Percentages of Color #dd674d

%55.11
%25.69
%19.20

CMYK Percentages of Color #dd674d

%0
%53
%65
%13

Triadic Colors of #dd674d

#dd674d #4ddd67 #674ddd

Analogous Colors of #dd674d

#dd674d #ddaf4d #dd4d7b

Monochromatic Colors of #dd674d

#dd674d

Complementary Color

#dd674d #4dc3dd

#dd674d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd674d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd674d Color CSS Codes

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

#dd674d Text Font Color

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

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


#dd674d Background Color

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

This div background color is #dd674d


#dd674d Border Color

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

This div border color is #dd674d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd674d


Comments

No comments written yet.

Please login to write comment.