Color Hex Logo

#dd835b Color Hex

#DD835B
(221,131,91)
0 Favorites   0 Comments

Color spaces of #dd835b

RGB 22113191
HSL0.050.660.61
HSV18°59°87°
CMYK 0.000.410.59   0.13
XYZ39.823432.360114.0447
Yxy32.36010.46180.3753
Hunter Lab56.885925.409825.1819
CIE-Lab63.639430.868936.2567

#dd835b color RGB value is (221,131,91).

#dd835b hex color red value is 221, green value is 131 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #dd835b hue: 0.05 , saturation: 0.66 and the lightness value of dd835b is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10000011 01011011
Octal 335 203 133
Decimal 221 131 91
Hex DD 83 5B

RGB Percentages of Color #dd835b

%49.89
%29.57
%20.54

CMYK Percentages of Color #dd835b

%0
%41
%59
%13

Triadic Colors of #dd835b

#dd835b #5bdd83 #835bdd

Analogous Colors of #dd835b

#dd835b #ddc45b #dd5b74

Monochromatic Colors of #dd835b

#dd835b

Complementary Color

#dd835b #5bb5dd

#dd835b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd835b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd835b Color CSS Codes

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

#dd835b Text Font Color

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

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


#dd835b Background Color

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

This div background color is #dd835b


#dd835b Border Color

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

This div border color is #dd835b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd835b


Comments

No comments written yet.

Please login to write comment.