Color Hex Logo

#dd782a Color Hex

#DD782A
(221,120,42)
0 Favorites   0 Comments

Color spaces of #dd782a

RGB 22112042
HSL0.070.720.52
HSV26°81°87°
CMYK 0.000.460.81   0.13
XYZ36.953228.97235.8350
Yxy28.97230.51500.4037
Hunter Lab53.825928.350531.2508
CIE-Lab60.757234.078756.9367

#dd782a color RGB value is (221,120,42).

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

The process color (four color CMYK) of #dd782a color hex is 0.00, 0.46, 0.81, 0.13. Web safe color of #dd782a is #cc6633. Color #dd782a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 01111000 00101010
Octal 335 170 52
Decimal 221 120 42
Hex DD 78 2A

RGB Percentages of Color #dd782a

%57.70
%31.33
%10.97

CMYK Percentages of Color #dd782a

%0
%46
%81
%13

Triadic Colors of #dd782a

#dd782a #2add78 #782add

Analogous Colors of #dd782a

#dd782a #ddd22a #dd2a35

Monochromatic Colors of #dd782a

#dd782a

Complementary Color

#dd782a #2a8fdd

#dd782a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd782a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd782a Color CSS Codes

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

#dd782a Text Font Color

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

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


#dd782a Background Color

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

This div background color is #dd782a


#dd782a Border Color

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

This div border color is #dd782a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd782a


Comments

No comments written yet.

Please login to write comment.