Color Hex Logo

#dd662c Color Hex

#DD662C
(221,102,44)
0 Favorites   0 Comments

Color spaces of #dd662c

RGB 22110244
HSL0.050.720.52
HSV20°80°87°
CMYK 0.000.540.80   0.13
XYZ35.024825.05675.3733
Yxy25.05670.53510.3828
Hunter Lab50.056737.297828.6752
CIE-Lab57.130643.248752.7277

#dd662c color RGB value is (221,102,44).

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

The process color (four color CMYK) of #dd662c color hex is 0.00, 0.54, 0.80, 0.13. Web safe color of #dd662c is #cc6633. Color #dd662c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 01100110 00101100
Octal 335 146 54
Decimal 221 102 44
Hex DD 66 2C

RGB Percentages of Color #dd662c

%60.22
%27.79
%11.99

CMYK Percentages of Color #dd662c

%0
%54
%80
%13

Triadic Colors of #dd662c

#dd662c #2cdd66 #662cdd

Analogous Colors of #dd662c

#dd662c #ddbf2c #dd2c4b

Monochromatic Colors of #dd662c

#dd662c

Complementary Color

#dd662c #2ca3dd

#dd662c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd662c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd662c Color CSS Codes

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

#dd662c Text Font Color

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

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


#dd662c Background Color

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

This div background color is #dd662c


#dd662c Border Color

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

This div border color is #dd662c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd662c


Comments

No comments written yet.

Please login to write comment.