Color Hex Logo

#dc975c Color Hex

#DC975C
(220,151,92)
0 Favorites   0 Comments

Color spaces of #dc975c

RGB 22015192
HSL0.080.650.61
HSV28°58°86°
CMYK 0.000.310.58   0.14
XYZ42.513638.121615.2427
Yxy38.12160.44340.3976
Hunter Lab61.742714.858428.5827
CIE-Lab68.110119.840441.1697

#dc975c color RGB value is (220,151,92).

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

The process color (four color CMYK) of #dc975c color hex is 0.00, 0.31, 0.58, 0.14. Web safe color of #dc975c is #cc9966. Color #dc975c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10010111 01011100
Octal 334 227 134
Decimal 220 151 92
Hex DC 97 5C

RGB Percentages of Color #dc975c

%47.52
%32.61
%19.87

CMYK Percentages of Color #dc975c

%0
%31
%58
%14

Triadic Colors of #dc975c

#dc975c #5cdc97 #975cdc

Analogous Colors of #dc975c

#dc975c #dcd75c #dc5c61

Monochromatic Colors of #dc975c

#dc975c

Complementary Color

#dc975c #5ca1dc

#dc975c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc975c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc975c Color CSS Codes

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

#dc975c Text Font Color

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

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


#dc975c Background Color

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

This div background color is #dc975c


#dc975c Border Color

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

This div border color is #dc975c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc975c


Comments

No comments written yet.

Please login to write comment.