Color Hex Logo

#dc874d Color Hex

#DC874D
(220,135,77)
0 Favorites   0 Comments

Color spaces of #dc874d

RGB 22013577
HSL0.070.670.58
HSV24°65°86°
CMYK 0.000.390.65   0.14
XYZ39.518733.079411.3233
Yxy33.07940.47090.3942
Hunter Lab57.514721.997728.5875
CIE-Lab64.225127.387444.2673

#dc874d color RGB value is (220,135,77).

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

The process color (four color CMYK) of #dc874d color hex is 0.00, 0.39, 0.65, 0.14. Web safe color of #dc874d is #cc9966. Color #dc874d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10000111 01001101
Octal 334 207 115
Decimal 220 135 77
Hex DC 87 4D

RGB Percentages of Color #dc874d

%50.93
%31.25
%17.82

CMYK Percentages of Color #dc874d

%0
%39
%65
%14

Triadic Colors of #dc874d

#dc874d #4ddc87 #874ddc

Analogous Colors of #dc874d

#dc874d #dccf4d #dc4d5b

Monochromatic Colors of #dc874d

#dc874d

Complementary Color

#dc874d #4da2dc

#dc874d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc874d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc874d Color CSS Codes

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

#dc874d Text Font Color

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

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


#dc874d Background Color

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

This div background color is #dc874d


#dc874d Border Color

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

This div border color is #dc874d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,135,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 #dc874d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc874d


Comments

No comments written yet.

Please login to write comment.