Color Hex Logo

#dc965e Color Hex

#DC965E
(220,150,94)
0 Favorites   0 Comments

Color spaces of #dc965e

RGB 22015094
HSL0.070.640.62
HSV27°57°86°
CMYK 0.000.320.57   0.14
XYZ42.441937.836515.6559
Yxy37.83650.44240.3944
Hunter Lab61.511415.517327.9675
CIE-Lab67.899920.531339.8773

#dc965e color RGB value is (220,150,94).

#dc965e hex color red value is 220, green value is 150 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #dc965e hue: 0.07 , saturation: 0.64 and the lightness value of dc965e is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10010110 01011110
Octal 334 226 136
Decimal 220 150 94
Hex DC 96 5E

RGB Percentages of Color #dc965e

%47.41
%32.33
%20.26

CMYK Percentages of Color #dc965e

%0
%32
%57
%14

Triadic Colors of #dc965e

#dc965e #5edc96 #965edc

Analogous Colors of #dc965e

#dc965e #dcd55e #dc5e65

Monochromatic Colors of #dc965e

#dc965e

Complementary Color

#dc965e #5ea4dc

#dc965e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc965e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc965e Color CSS Codes

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

#dc965e Text Font Color

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

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


#dc965e Background Color

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

This div background color is #dc965e


#dc965e Border Color

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

This div border color is #dc965e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc965e


Comments

No comments written yet.

Please login to write comment.