Color Hex Logo

#dd632f Color Hex

#DD632F
(221,99,47)
0 Favorites   0 Comments

Color spaces of #dd632f

RGB 2219947
HSL0.050.720.53
HSV18°79°87°
CMYK 0.000.550.79   0.13
XYZ34.793724.50115.5847
Yxy24.50110.53630.3776
Hunter Lab49.498638.849327.9596
CIE-Lab56.586144.805950.8391

#dd632f color RGB value is (221,99,47).

#dd632f hex color red value is 221, green value is 99 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #dd632f hue: 0.05 , saturation: 0.72 and the lightness value of dd632f is 0.53.

The process color (four color CMYK) of #dd632f color hex is 0.00, 0.55, 0.79, 0.13. Web safe color of #dd632f is #cc6633. Color #dd632f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 01100011 00101111
Octal 335 143 57
Decimal 221 99 47
Hex DD 63 2F

RGB Percentages of Color #dd632f

%60.22
%26.98
%12.81

CMYK Percentages of Color #dd632f

%0
%55
%79
%13

Triadic Colors of #dd632f

#dd632f #2fdd63 #632fdd

Analogous Colors of #dd632f

#dd632f #ddba2f #dd2f52

Monochromatic Colors of #dd632f

#dd632f

Complementary Color

#dd632f #2fa9dd

#dd632f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd632f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd632f Color CSS Codes

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

#dd632f Text Font Color

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

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


#dd632f Background Color

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

This div background color is #dd632f


#dd632f Border Color

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

This div border color is #dd632f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd632f


Comments

No comments written yet.

Please login to write comment.