Color Hex Logo

#dd836b Color Hex

#DD836B
(221,131,107)
0 Favorites   0 Comments

Color spaces of #dd836b

RGB 221131107
HSL0.040.630.64
HSV13°52°87°
CMYK 0.000.410.52   0.13
XYZ40.588932.666318.0759
Yxy32.66630.44440.3577
Hunter Lab57.154426.743621.2568
CIE-Lab63.889832.171727.8211

#dd836b color RGB value is (221,131,107).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10000011 01101011
Octal 335 203 153
Decimal 221 131 107
Hex DD 83 6B

RGB Percentages of Color #dd836b

%48.15
%28.54
%23.31

CMYK Percentages of Color #dd836b

%0
%41
%52
%13

Triadic Colors of #dd836b

#dd836b #6bdd83 #836bdd

Analogous Colors of #dd836b

#dd836b #ddbc6b #dd6b8c

Monochromatic Colors of #dd836b

#dd836b

Complementary Color

#dd836b #6bc5dd

#dd836b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd836b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd836b Color CSS Codes

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

#dd836b Text Font Color

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

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


#dd836b Background Color

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

This div background color is #dd836b


#dd836b Border Color

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

This div border color is #dd836b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd836b


Comments

No comments written yet.

Please login to write comment.