Color Hex Logo

#dc8967 Color Hex

#DC8967
(220,137,103)
0 Favorites   0 Comments

Color spaces of #dc8967

RGB 220137103
HSL0.050.630.63
HSV17°53°86°
CMYK 0.000.380.53   0.14
XYZ40.909034.086217.2551
Yxy34.08620.44350.3695
Hunter Lab58.383422.903323.3453
CIE-Lab65.030928.240231.4781

#dc8967 color RGB value is (220,137,103).

#dc8967 hex color red value is 220, green value is 137 and the blue value of its RGB is 103. Cylindrical-coordinate representations (also known as HSL) of color #dc8967 hue: 0.05 , saturation: 0.63 and the lightness value of dc8967 is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10001001 01100111
Octal 334 211 147
Decimal 220 137 103
Hex DC 89 67

RGB Percentages of Color #dc8967

%47.83
%29.78
%22.39

CMYK Percentages of Color #dc8967

%0
%38
%53
%14

Triadic Colors of #dc8967

#dc8967 #67dc89 #8967dc

Analogous Colors of #dc8967

#dc8967 #dcc467 #dc6780

Monochromatic Colors of #dc8967

#dc8967

Complementary Color

#dc8967 #67badc

#dc8967 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc8967 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc8967 Color CSS Codes

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

#dc8967 Text Font Color

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

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


#dc8967 Background Color

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

This div background color is #dc8967


#dc8967 Border Color

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

This div border color is #dc8967


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc8967


Comments

No comments written yet.

Please login to write comment.