Color Hex Logo

#dc9558 Color Hex

#DC9558
(220,149,88)
0 Favorites   0 Comments

Color spaces of #dc9558

RGB 22014988
HSL0.080.650.60
HSV28°60°86°
CMYK 0.000.320.60   0.14
XYZ42.024137.415114.2394
Yxy37.41510.44860.3994
Hunter Lab61.167915.590929.0153
CIE-Lab67.587320.620842.5986

#dc9558 color RGB value is (220,149,88).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10010101 01011000
Octal 334 225 130
Decimal 220 149 88
Hex DC 95 58

RGB Percentages of Color #dc9558

%48.14
%32.60
%19.26

CMYK Percentages of Color #dc9558

%0
%32
%60
%14

Triadic Colors of #dc9558

#dc9558 #58dc95 #9558dc

Analogous Colors of #dc9558

#dc9558 #dcd758 #dc585d

Monochromatic Colors of #dc9558

#dc9558

Complementary Color

#dc9558 #589fdc

#dc9558 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc9558 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc9558 Color CSS Codes

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

#dc9558 Text Font Color

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

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


#dc9558 Background Color

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

This div background color is #dc9558


#dc9558 Border Color

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

This div border color is #dc9558


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc9558


Comments

No comments written yet.

Please login to write comment.