Color Hex Logo

#dc8955 Color Hex

#DC8955
(220,137,85)
0 Favorites   0 Comments

Color spaces of #dc8955

RGB 22013785
HSL0.060.660.60
HSV23°61°86°
CMYK 0.000.380.61   0.14
XYZ40.100633.762812.9977
Yxy33.76280.46170.3887
Hunter Lab58.105821.503327.4114
CIE-Lab64.773926.845140.7889

#dc8955 color RGB value is (220,137,85).

#dc8955 hex color red value is 220, green value is 137 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #dc8955 hue: 0.06 , saturation: 0.66 and the lightness value of dc8955 is 0.60.

The process color (four color CMYK) of #dc8955 color hex is 0.00, 0.38, 0.61, 0.14. Web safe color of #dc8955 is #cc9966. Color #dc8955 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10001001 01010101
Octal 334 211 125
Decimal 220 137 85
Hex DC 89 55

RGB Percentages of Color #dc8955

%49.77
%31.00
%19.23

CMYK Percentages of Color #dc8955

%0
%38
%61
%14

Triadic Colors of #dc8955

#dc8955 #55dc89 #8955dc

Analogous Colors of #dc8955

#dc8955 #dccd55 #dc5565

Monochromatic Colors of #dc8955

#dc8955

Complementary Color

#dc8955 #55a8dc

#dc8955 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc8955 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc8955 Color CSS Codes

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

#dc8955 Text Font Color

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

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


#dc8955 Background Color

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

This div background color is #dc8955


#dc8955 Border Color

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

This div border color is #dc8955


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,137,85, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc8955


Comments

No comments written yet.

Please login to write comment.