Color Hex Logo

#dc655b Color Hex

#DC655B
(220,101,91)
0 Favorites   0 Comments

Color spaces of #dc655b

RGB 22010191
HSL0.010.650.61
HSV59°86°
CMYK 0.000.540.59   0.14
XYZ36.057225.278312.8763
Yxy25.27830.48590.3406
Hunter Lab50.277540.028020.0098
CIE-Lab57.345645.810228.2891

#dc655b color RGB value is (220,101,91).

#dc655b hex color red value is 220, green value is 101 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #dc655b hue: 0.01 , saturation: 0.65 and the lightness value of dc655b is 0.61.

The process color (four color CMYK) of #dc655b color hex is 0.00, 0.54, 0.59, 0.14. Web safe color of #dc655b is #cc6666. Color #dc655b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 01100101 01011011
Octal 334 145 133
Decimal 220 101 91
Hex DC 65 5B

RGB Percentages of Color #dc655b

%53.40
%24.51
%22.09

CMYK Percentages of Color #dc655b

%0
%54
%59
%14

Triadic Colors of #dc655b

#dc655b #5bdc65 #655bdc

Analogous Colors of #dc655b

#dc655b #dca65b #dc5b92

Monochromatic Colors of #dc655b

#dc655b

Complementary Color

#dc655b #5bd2dc

#dc655b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc655b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc655b Color CSS Codes

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

#dc655b Text Font Color

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

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


#dc655b Background Color

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

This div background color is #dc655b


#dc655b Border Color

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

This div border color is #dc655b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc655b


Comments

No comments written yet.

Please login to write comment.