Color Hex Logo

#dd623f Color Hex

#DD623F
(221,98,63)
0 Favorites   0 Comments

Color spaces of #dd623f

RGB 2219863
HSL0.040.700.56
HSV13°71°87°
CMYK 0.000.560.71   0.13
XYZ35.083724.46647.5760
Yxy24.46640.52270.3645
Hunter Lab49.463540.046125.5434
CIE-Lab56.551845.944642.8290

#dd623f color RGB value is (221,98,63).

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

The process color (four color CMYK) of #dd623f color hex is 0.00, 0.56, 0.71, 0.13. Web safe color of #dd623f is #cc6633. Color #dd623f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 01100010 00111111
Octal 335 142 77
Decimal 221 98 63
Hex DD 62 3F

RGB Percentages of Color #dd623f

%57.85
%25.65
%16.49

CMYK Percentages of Color #dd623f

%0
%56
%71
%13

Triadic Colors of #dd623f

#dd623f #3fdd62 #623fdd

Analogous Colors of #dd623f

#dd623f #ddb13f #dd3f6b

Monochromatic Colors of #dd623f

#dd623f

Complementary Color

#dd623f #3fbadd

#dd623f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd623f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd623f Color CSS Codes

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

#dd623f Text Font Color

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

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


#dd623f Background Color

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

This div background color is #dd623f


#dd623f Border Color

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

This div border color is #dd623f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd623f


Comments

No comments written yet.

Please login to write comment.