Color Hex Logo

#dd794a Color Hex

#DD794A
(221,121,74)
0 Favorites   0 Comments

Color spaces of #dd794a

RGB 22112174
HSL0.050.680.58
HSV19°67°87°
CMYK 0.000.450.67   0.13
XYZ37.892229.541310.1835
Yxy29.54130.48820.3806
Hunter Lab54.351929.328026.9376
CIE-Lab61.256434.992042.4168

#dd794a color RGB value is (221,121,74).

#dd794a hex color red value is 221, green value is 121 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #dd794a hue: 0.05 , saturation: 0.68 and the lightness value of dd794a is 0.58.

The process color (four color CMYK) of #dd794a color hex is 0.00, 0.45, 0.67, 0.13. Web safe color of #dd794a is #cc6633. Color #dd794a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 01111001 01001010
Octal 335 171 112
Decimal 221 121 74
Hex DD 79 4A

RGB Percentages of Color #dd794a

%53.13
%29.09
%17.79

CMYK Percentages of Color #dd794a

%0
%45
%67
%13

Triadic Colors of #dd794a

#dd794a #4add79 #794add

Analogous Colors of #dd794a

#dd794a #ddc34a #dd4a65

Monochromatic Colors of #dd794a

#dd794a

Complementary Color

#dd794a #4aaedd

#dd794a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd794a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd794a Color CSS Codes

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

#dd794a Text Font Color

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

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


#dd794a Background Color

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

This div background color is #dd794a


#dd794a Border Color

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

This div border color is #dd794a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd794a


Comments

No comments written yet.

Please login to write comment.