Color Hex Logo

#dd911f Color Hex

#DD911F
(221,145,31)
0 Favorites   0 Comments

Color spaces of #dd911f

RGB 22114531
HSL0.100.750.49
HSV36°86°87°
CMYK 0.000.340.86   0.13
XYZ40.191535.72196.0730
Yxy35.72190.49020.4357
Hunter Lab59.767815.440635.8130
CIE-Lab66.306920.520365.4936

#dd911f color RGB value is (221,145,31).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10010001 00011111
Octal 335 221 37
Decimal 221 145 31
Hex DD 91 1F

RGB Percentages of Color #dd911f

%55.67
%36.52
%7.81

CMYK Percentages of Color #dd911f

%0
%34
%86
%13

Triadic Colors of #dd911f

#dd911f #1fdd91 #911fdd

Analogous Colors of #dd911f

#dd911f #cadd1f #dd321f

Monochromatic Colors of #dd911f

#dd911f

Complementary Color

#dd911f #1f6bdd

#dd911f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd911f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd911f Color CSS Codes

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

#dd911f Text Font Color

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

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


#dd911f Background Color

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

This div background color is #dd911f


#dd911f Border Color

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

This div border color is #dd911f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd911f

#dd911f Color Palettes


Comments

No comments written yet.

Please login to write comment.