Color Hex Logo

#dd831c Color Hex

#DD831C
(221,131,28)
1 Favorites   0 Comments

Color spaces of #dd831c

RGB 22113128
HSL0.090.780.49
HSV32°87°87°
CMYK 0.000.410.87   0.13
XYZ38.144731.68865.2047
Yxy31.68860.50830.4223
Hunter Lab56.292622.442133.9230
CIE-Lab63.084727.927163.7687

#dd831c color RGB value is (221,131,28).

#dd831c hex color red value is 221, green value is 131 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #dd831c hue: 0.09 , saturation: 0.78 and the lightness value of dd831c is 0.49.

The process color (four color CMYK) of #dd831c color hex is 0.00, 0.41, 0.87, 0.13. Web safe color of #dd831c is #cc9933. Color #dd831c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10000011 00011100
Octal 335 203 34
Decimal 221 131 28
Hex DD 83 1C

RGB Percentages of Color #dd831c

%58.16
%34.47
%7.37

CMYK Percentages of Color #dd831c

%0
%41
%87
%13

Triadic Colors of #dd831c

#dd831c #1cdd83 #831cdd

Analogous Colors of #dd831c

#dd831c #d7dd1c #dd221c

Monochromatic Colors of #dd831c

#dd831c

Complementary Color

#dd831c #1c76dd

#dd831c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd831c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd831c Color CSS Codes

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

#dd831c Text Font Color

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

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


#dd831c Background Color

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

This div background color is #dd831c


#dd831c Border Color

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

This div border color is #dd831c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd831c


Comments

No comments written yet.

Please login to write comment.