Color Hex Logo

#dc735e Color Hex

#DC735E
(220,115,94)
0 Favorites   0 Comments

Color spaces of #dc735e

RGB 22011594
HSL0.030.640.62
HSV10°57°86°
CMYK 0.000.480.57   0.14
XYZ37.666328.285314.0640
Yxy28.28530.47070.3535
Hunter Lab53.183933.346721.5501
CIE-Lab60.145639.047230.1867

#dc735e color RGB value is (220,115,94).

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

The process color (four color CMYK) of #dc735e color hex is 0.00, 0.48, 0.57, 0.14. Web safe color of #dc735e is #cc6666. Color #dc735e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 01110011 01011110
Octal 334 163 136
Decimal 220 115 94
Hex DC 73 5E

RGB Percentages of Color #dc735e

%51.28
%26.81
%21.91

CMYK Percentages of Color #dc735e

%0
%48
%57
%14

Triadic Colors of #dc735e

#dc735e #5edc73 #735edc

Analogous Colors of #dc735e

#dc735e #dcb25e #dc5e88

Monochromatic Colors of #dc735e

#dc735e

Complementary Color

#dc735e #5ec7dc

#dc735e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc735e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc735e Color CSS Codes

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

#dc735e Text Font Color

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

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


#dc735e Background Color

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

This div background color is #dc735e


#dc735e Border Color

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

This div border color is #dc735e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc735e


Comments

No comments written yet.

Please login to write comment.