Color Hex Logo

#dd986b Color Hex

#DD986B
(221,152,107)
0 Favorites   0 Comments

Color spaces of #dd986b

RGB 221152107
HSL0.070.630.64
HSV24°52°87°
CMYK 0.000.310.52   0.13
XYZ43.700938.890219.1132
Yxy38.89020.42970.3824
Hunter Lab62.362015.952425.4817
CIE-Lab68.671720.947134.0020

#dd986b color RGB value is (221,152,107).

#dd986b hex color red value is 221, green value is 152 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #dd986b hue: 0.07 , saturation: 0.63 and the lightness value of dd986b is 0.64.

The process color (four color CMYK) of #dd986b color hex is 0.00, 0.31, 0.52, 0.13. Web safe color of #dd986b is #cc9966. Color #dd986b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10011000 01101011
Octal 335 230 153
Decimal 221 152 107
Hex DD 98 6B

RGB Percentages of Color #dd986b

%46.04
%31.67
%22.29

CMYK Percentages of Color #dd986b

%0
%31
%52
%13

Triadic Colors of #dd986b

#dd986b #6bdd98 #986bdd

Analogous Colors of #dd986b

#dd986b #ddd16b #dd6b77

Monochromatic Colors of #dd986b

#dd986b

Complementary Color

#dd986b #6bb0dd

#dd986b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd986b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd986b Color CSS Codes

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

#dd986b Text Font Color

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

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


#dd986b Background Color

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

This div background color is #dd986b


#dd986b Border Color

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

This div border color is #dd986b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd986b


Comments

No comments written yet.

Please login to write comment.