Color Hex Logo

#dd841b Color Hex

#DD841B
(221,132,27)
0 Favorites   0 Comments

Color spaces of #dd841b

RGB 22113227
HSL0.090.780.49
HSV32°88°87°
CMYK 0.000.400.88   0.13
XYZ38.267931.95385.1877
Yxy31.95380.50750.4237
Hunter Lab56.527721.916834.1282
CIE-Lab63.304727.375564.2272

#dd841b color RGB value is (221,132,27).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10000100 00011011
Octal 335 204 33
Decimal 221 132 27
Hex DD 84 1B

RGB Percentages of Color #dd841b

%58.16
%34.74
%7.11

CMYK Percentages of Color #dd841b

%0
%40
%88
%13

Triadic Colors of #dd841b

#dd841b #1bdd84 #841bdd

Analogous Colors of #dd841b

#dd841b #d5dd1b #dd231b

Monochromatic Colors of #dd841b

#dd841b

Complementary Color

#dd841b #1b74dd

#dd841b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd841b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd841b Color CSS Codes

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

#dd841b Text Font Color

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

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


#dd841b Background Color

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

This div background color is #dd841b


#dd841b Border Color

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

This div border color is #dd841b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd841b


Comments

No comments written yet.

Please login to write comment.