Color Hex Logo

#dd911b Color Hex

#DD911B
(221,145,27)
0 Favorites   0 Comments

Color spaces of #dd911b

RGB 22114527
HSL0.100.780.49
HSV36°88°87°
CMYK 0.000.340.88   0.13
XYZ40.142035.70215.8124
Yxy35.70210.49160.4372
Hunter Lab59.751215.355036.0583
CIE-Lab66.291720.431866.5764

#dd911b color RGB value is (221,145,27).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10010001 00011011
Octal 335 221 33
Decimal 221 145 27
Hex DD 91 1B

RGB Percentages of Color #dd911b

%56.23
%36.90
%6.87

CMYK Percentages of Color #dd911b

%0
%34
%88
%13

Triadic Colors of #dd911b

#dd911b #1bdd91 #911bdd

Analogous Colors of #dd911b

#dd911b #c8dd1b #dd301b

Monochromatic Colors of #dd911b

#dd911b

Complementary Color

#dd911b #1b67dd

#dd911b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd911b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd911b Color CSS Codes

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

#dd911b Text Font Color

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

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


#dd911b Background Color

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

This div background color is #dd911b


#dd911b Border Color

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

This div border color is #dd911b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,145,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 #dd911b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd911b


Comments

No comments written yet.

Please login to write comment.