Color Hex Logo

#dc9967 Color Hex

#DC9967
(220,153,103)
0 Favorites   0 Comments

Color spaces of #dc9967

RGB 220153103
HSL0.070.630.63
HSV26°53°86°
CMYK 0.000.300.53   0.14
XYZ43.354638.977418.0703
Yxy38.97740.43180.3882
Hunter Lab62.431914.700026.5414
CIE-Lab68.734919.652536.1860

#dc9967 color RGB value is (220,153,103).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10011001 01100111
Octal 334 231 147
Decimal 220 153 103
Hex DC 99 67

RGB Percentages of Color #dc9967

%46.22
%32.14
%21.64

CMYK Percentages of Color #dc9967

%0
%30
%53
%14

Triadic Colors of #dc9967

#dc9967 #67dc99 #9967dc

Analogous Colors of #dc9967

#dc9967 #dcd467 #dc6770

Monochromatic Colors of #dc9967

#dc9967

Complementary Color

#dc9967 #67aadc

#dc9967 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc9967 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc9967 Color CSS Codes

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

#dc9967 Text Font Color

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

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


#dc9967 Background Color

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

This div background color is #dc9967


#dc9967 Border Color

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

This div border color is #dc9967


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc9967


Comments

No comments written yet.

Please login to write comment.