Color Hex Logo

#dd795a Color Hex

#DD795A
(221,121,90)
0 Favorites   0 Comments

Color spaces of #dd795a

RGB 22112190
HSL0.040.660.61
HSV14°59°87°
CMYK 0.000.450.59   0.13
XYZ38.501629.785113.3927
Yxy29.78510.47140.3647
Hunter Lab54.575730.419123.6534
CIE-Lab61.468436.040734.1021

#dd795a color RGB value is (221,121,90).

#dd795a hex color red value is 221, green value is 121 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #dd795a hue: 0.04 , saturation: 0.66 and the lightness value of dd795a is 0.61.

The process color (four color CMYK) of #dd795a color hex is 0.00, 0.45, 0.59, 0.13. Web safe color of #dd795a is #cc6666. Color #dd795a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 01111001 01011010
Octal 335 171 132
Decimal 221 121 90
Hex DD 79 5A

RGB Percentages of Color #dd795a

%51.16
%28.01
%20.83

CMYK Percentages of Color #dd795a

%0
%45
%59
%13

Triadic Colors of #dd795a

#dd795a #5add79 #795add

Analogous Colors of #dd795a

#dd795a #ddbb5a #dd5a7d

Monochromatic Colors of #dd795a

#dd795a

Complementary Color

#dd795a #5abedd

#dd795a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd795a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd795a Color CSS Codes

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

#dd795a Text Font Color

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

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


#dd795a Background Color

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

This div background color is #dd795a


#dd795a Border Color

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

This div border color is #dd795a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd795a


Comments

No comments written yet.

Please login to write comment.