color codes Logo

#dc755c color codes

#DC755C
(220,117,92)
0 Favorites   0 Comments

Color spaces of #dc755c

RGB 22011792
HSL0.030.650.61
HSV12°58°86°
CMYK 0.000.470.58   0.14
XYZ37.808328.710913.6743
Yxy28.71090.47150.3580
Hunter Lab53.582632.181622.3769
CIE-Lab60.525637.870131.7844

#dc755c color RGB value is (220,117,92).

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

The process color (four color CMYK) of #dc755c color code is 0.00, 0.47, 0.58, 0.14. Web safe color of #dc755c is #cc6666. Color #dc755c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 01110101 01011100
Octal 334 165 134
Decimal 220 117 92
Hex DC 75 5C

RGB Percentages of Color #dc755c

%51.28
%27.27
%21.45

CMYK Percentages of Color #dc755c

%0
%47
%58
%14

Triadic Colors of #dc755c

#dc755c #5cdc75 #755cdc

Analogous Colors of #dc755c

#dc755c #dcb55c #dc5c83

Monochromatic Colors of #dc755c

#dc755c

Complementary Color

#dc755c #5cc3dc

#dc755c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc755c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc755c Color CSS Codes

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

#dc755c Text Font Color

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

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


#dc755c Background Color

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

This div background color is #dc755c


#dc755c Border Color

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

This div border color is #dc755c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc755c


Comments

No comments written yet.

Please login to write comment.