color codes Logo

#dd531f color codes

#DD531F
(221,83,31)
0 Favorites   0 Comments

Color spaces of #dd531f

RGB 2218331
HSL0.050.750.49
HSV16°86°87°
CMYK 0.000.620.86   0.13
XYZ33.159421.65763.7290
Yxy21.65760.56640.3699
Hunter Lab46.537745.745127.8256
CIE-Lab53.661851.720155.1573

#dd531f color RGB value is (221,83,31).

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

The process color (four color CMYK) of #dd531f color code is 0.00, 0.62, 0.86, 0.13. Web safe color of #dd531f is #cc6633. Color #dd531f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 01010011 00011111
Octal 335 123 37
Decimal 221 83 31
Hex DD 53 1F

RGB Percentages of Color #dd531f

%65.97
%24.78
%9.25

CMYK Percentages of Color #dd531f

%0
%62
%86
%13

Triadic Colors of #dd531f

#dd531f #1fdd53 #531fdd

Analogous Colors of #dd531f

#dd531f #ddb21f #dd1f4a

Monochromatic Colors of #dd531f

#dd531f

Complementary Color

#dd531f #1fa9dd

#dd531f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd531f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd531f Color CSS Codes

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

#dd531f Text Font Color

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

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


#dd531f Background Color

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

This div background color is #dd531f


#dd531f Border Color

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

This div border color is #dd531f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd531f


Comments

No comments written yet.

Please login to write comment.