Color Hex Logo

#dd836f Color Hex

#DD836F
(221,131,111)
0 Favorites   0 Comments

Color spaces of #dd836f

RGB 221131111
HSL0.030.620.65
HSV11°50°87°
CMYK 0.000.410.50   0.13
XYZ40.804332.752419.2102
Yxy32.75240.43990.3531
Hunter Lab57.229727.117020.1590
CIE-Lab63.959932.534325.6892

#dd836f color RGB value is (221,131,111).

#dd836f hex color red value is 221, green value is 131 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #dd836f hue: 0.03 , saturation: 0.62 and the lightness value of dd836f is 0.65.

The process color (four color CMYK) of #dd836f color hex is 0.00, 0.41, 0.50, 0.13. Web safe color of #dd836f is #cc9966. Color #dd836f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10000011 01101111
Octal 335 203 157
Decimal 221 131 111
Hex DD 83 6F

RGB Percentages of Color #dd836f

%47.73
%28.29
%23.97

CMYK Percentages of Color #dd836f

%0
%41
%50
%13

Triadic Colors of #dd836f

#dd836f #6fdd83 #836fdd

Analogous Colors of #dd836f

#dd836f #ddba6f #dd6f92

Monochromatic Colors of #dd836f

#dd836f

Complementary Color

#dd836f #6fc9dd

#dd836f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd836f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd836f Color CSS Codes

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

#dd836f Text Font Color

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

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


#dd836f Background Color

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

This div background color is #dd836f


#dd836f Border Color

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

This div border color is #dd836f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,131,111, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd836f


Comments

No comments written yet.

Please login to write comment.