Color Hex Logo

#dd913f Color Hex

#DD913F
(221,145,63)
0 Favorites   0 Comments

Color spaces of #dd913f

RGB 22114563
HSL0.090.700.56
HSV31°71°87°
CMYK 0.000.340.71   0.13
XYZ40.841435.98189.4952
Yxy35.98180.47310.4168
Hunter Lab59.984816.560432.6042
CIE-Lab66.506021.674053.5611

#dd913f color RGB value is (221,145,63).

#dd913f hex color red value is 221, green value is 145 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #dd913f hue: 0.09 , saturation: 0.70 and the lightness value of dd913f is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10010001 00111111
Octal 335 221 77
Decimal 221 145 63
Hex DD 91 3F

RGB Percentages of Color #dd913f

%51.52
%33.80
%14.69

CMYK Percentages of Color #dd913f

%0
%34
%71
%13

Triadic Colors of #dd913f

#dd913f #3fdd91 #913fdd

Analogous Colors of #dd913f

#dd913f #dadd3f #dd423f

Monochromatic Colors of #dd913f

#dd913f

Complementary Color

#dd913f #3f8bdd

#dd913f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd913f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd913f Color CSS Codes

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

#dd913f Text Font Color

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

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


#dd913f Background Color

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

This div background color is #dd913f


#dd913f Border Color

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

This div border color is #dd913f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd913f


Comments

No comments written yet.

Please login to write comment.