Color Hex Logo

#dd852d Color Hex

#DD852D
(221,133,45)
0 Favorites   0 Comments

Color spaces of #dd852d

RGB 22113345
HSL0.080.720.52
HSV30°80°87°
CMYK 0.000.400.80   0.13
XYZ38.680032.33676.6856
Yxy32.33670.49780.4162
Hunter Lab56.865421.901932.8351
CIE-Lab63.620227.336158.3738

#dd852d color RGB value is (221,133,45).

#dd852d hex color red value is 221, green value is 133 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #dd852d hue: 0.08 , saturation: 0.72 and the lightness value of dd852d is 0.52.

The process color (four color CMYK) of #dd852d color hex is 0.00, 0.40, 0.80, 0.13. Web safe color of #dd852d is #cc9933. Color #dd852d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10000101 00101101
Octal 335 205 55
Decimal 221 133 45
Hex DD 85 2D

RGB Percentages of Color #dd852d

%55.39
%33.33
%11.28

CMYK Percentages of Color #dd852d

%0
%40
%80
%13

Triadic Colors of #dd852d

#dd852d #2ddd85 #852ddd

Analogous Colors of #dd852d

#dd852d #dddd2d #dd2d2d

Monochromatic Colors of #dd852d

#dd852d

Complementary Color

#dd852d #2d85dd

#dd852d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd852d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd852d Color CSS Codes

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

#dd852d Text Font Color

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

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


#dd852d Background Color

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

This div background color is #dd852d


#dd852d Border Color

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

This div border color is #dd852d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd852d


Comments

No comments written yet.

Please login to write comment.