Color Hex Logo

#dd834f Color Hex

#DD834F
(221,131,79)
0 Favorites   0 Comments

Color spaces of #dd834f

RGB 22113179
HSL0.060.680.59
HSV22°64°87°
CMYK 0.000.410.64   0.13
XYZ39.346432.169311.5326
Yxy32.16930.47380.3874
Hunter Lab56.718024.572527.6470
CIE-Lab63.482630.045142.4110

#dd834f color RGB value is (221,131,79).

#dd834f hex color red value is 221, green value is 131 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #dd834f hue: 0.06 , saturation: 0.68 and the lightness value of dd834f is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10000011 01001111
Octal 335 203 117
Decimal 221 131 79
Hex DD 83 4F

RGB Percentages of Color #dd834f

%51.28
%30.39
%18.33

CMYK Percentages of Color #dd834f

%0
%41
%64
%13

Triadic Colors of #dd834f

#dd834f #4fdd83 #834fdd

Analogous Colors of #dd834f

#dd834f #ddca4f #dd4f62

Monochromatic Colors of #dd834f

#dd834f

Complementary Color

#dd834f #4fa9dd

#dd834f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd834f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd834f Color CSS Codes

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

#dd834f Text Font Color

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

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


#dd834f Background Color

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

This div background color is #dd834f


#dd834f Border Color

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

This div border color is #dd834f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd834f


Comments

No comments written yet.

Please login to write comment.