Color Hex Logo

#dd874a Color Hex

#DD874A
(221,135,74)
0 Favorites   0 Comments

Color spaces of #dd874a

RGB 22113574
HSL0.070.680.58
HSV25°67°87°
CMYK 0.000.390.67   0.13
XYZ39.718833.194510.7923
Yxy33.19450.47450.3966
Hunter Lab57.614722.229929.2241
CIE-Lab64.318127.615645.9213

#dd874a color RGB value is (221,135,74).

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

The process color (four color CMYK) of #dd874a color hex is 0.00, 0.39, 0.67, 0.13. Web safe color of #dd874a is #cc9933. Color #dd874a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10000111 01001010
Octal 335 207 112
Decimal 221 135 74
Hex DD 87 4A

RGB Percentages of Color #dd874a

%51.40
%31.40
%17.21

CMYK Percentages of Color #dd874a

%0
%39
%67
%13

Triadic Colors of #dd874a

#dd874a #4add87 #874add

Analogous Colors of #dd874a

#dd874a #ddd14a #dd4a57

Monochromatic Colors of #dd874a

#dd874a

Complementary Color

#dd874a #4aa0dd

#dd874a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd874a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd874a Color CSS Codes

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

#dd874a Text Font Color

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

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


#dd874a Background Color

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

This div background color is #dd874a


#dd874a Border Color

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

This div border color is #dd874a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd874a


Comments

No comments written yet.

Please login to write comment.