Color Hex Logo

#dc866b Color Hex

#DC866B
(220,134,107)
0 Favorites   0 Comments

Color spaces of #dc866b

RGB 220134107
HSL0.040.620.64
HSV14°51°86°
CMYK 0.000.390.51   0.14
XYZ40.694133.327418.1979
Yxy33.32740.44130.3614
Hunter Lab57.729924.798321.7212
CIE-Lab64.425130.189228.4973

#dc866b color RGB value is (220,134,107).

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

The process color (four color CMYK) of #dc866b color hex is 0.00, 0.39, 0.51, 0.14. Web safe color of #dc866b is #cc9966. Color #dc866b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10000110 01101011
Octal 334 206 153
Decimal 220 134 107
Hex DC 86 6B

RGB Percentages of Color #dc866b

%47.72
%29.07
%23.21

CMYK Percentages of Color #dc866b

%0
%39
%51
%14

Triadic Colors of #dc866b

#dc866b #6bdc86 #866bdc

Analogous Colors of #dc866b

#dc866b #dcbf6b #dc6b89

Monochromatic Colors of #dc866b

#dc866b

Complementary Color

#dc866b #6bc1dc

#dc866b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc866b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc866b Color CSS Codes

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

#dc866b Text Font Color

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

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


#dc866b Background Color

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

This div background color is #dc866b


#dc866b Border Color

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

This div border color is #dc866b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc866b


Comments

No comments written yet.

Please login to write comment.