Color Hex Logo

#dc964e Color Hex

#DC964E
(220,150,78)
0 Favorites   0 Comments

Color spaces of #dc964e

RGB 22015078
HSL0.080.670.58
HSV30°65°86°
CMYK 0.000.320.65   0.14
XYZ41.796737.578412.2582
Yxy37.57840.45610.4101
Hunter Lab61.301214.428631.0548
CIE-Lab67.708719.409147.7532

#dc964e color RGB value is (220,150,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10010110 01001110
Octal 334 226 116
Decimal 220 150 78
Hex DC 96 4E

RGB Percentages of Color #dc964e

%49.11
%33.48
%17.41

CMYK Percentages of Color #dc964e

%0
%32
%65
%14

Triadic Colors of #dc964e

#dc964e #4edc96 #964edc

Analogous Colors of #dc964e

#dc964e #dbdc4e #dc4f4e

Monochromatic Colors of #dc964e

#dc964e

Complementary Color

#dc964e #4e94dc

#dc964e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc964e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc964e Color CSS Codes

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

#dc964e Text Font Color

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

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


#dc964e Background Color

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

This div background color is #dc964e


#dc964e Border Color

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

This div border color is #dc964e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc964e


Comments

No comments written yet.

Please login to write comment.