Color spaces of #dd794e
RGB | 221 | 121 | 78 |
---|---|---|---|
HSL | 0.05 | 0.68 | 0.59 |
HSV | 18° | 65° | 87° |
CMYK | 0.00 | 0.45 | 0.65 0.13 |
XYZ | 38.0313 | 29.5970 | 10.9160 |
Yxy | 29.5970 | 0.4842 | 0.3768 |
Hunter Lab | 54.4031 | 29.5776 | 26.1856 |
CIE-Lab | 61.3049 | 35.2326 | 40.3739 |
#dd794e color RGB value is (221,121,78).
#dd794e hex color red value is 221, green value is 121 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #dd794e hue: 0.05 , saturation: 0.68 and the lightness value of dd794e is 0.59.
The process color (four color CMYK) of #dd794e color hex is 0.00, 0.45, 0.65, 0.13. Web safe color of #dd794e is #cc6666. Color #dd794e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011101 | 01111001 | 01001110 |
Octal | 335 | 171 | 116 |
Decimal | 221 | 121 | 78 |
Hex | DD | 79 | 4E |
Shades of #dd794e
Tints of #dd794e
RGB Percentages of Color #dd794e
CMYK Percentages of Color #dd794e
Complementary Color
#dd794e | #4eb2dd |
#dd794e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dd794e Color Preview on White Background
Lorem ipsum dolor sit amet.
#dd794e Color CSS Codes
.mybgcolor {background-color:#dd794e; } .myforecolor {color:#dd794e; } .mybordercolor {border:3px solid #dd794e; }
#dd794e Text Font Color
<p style="color:#dd794e">Text here</p>
This sample text font color is #dd794e
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.
#dd794e Background Color
<div style="background-color:#dd794e">
Div content here</div>
This div background color is #dd794e
#dd794e Border Color
<div style="border:3px solid #dd794e">
Div here</div>
This div border color is #dd794e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(221,121,78, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dd794e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dd794e; -webkit-box-shadow: 1px 1px 3px 2px #dd794e; box-shadow: 1px 1px 3px 2px #dd794e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(221,121,78, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dd794e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dd794e; -webkit-box-shadow: 1px 1px 3px 2px #dd794e; box-shadow: 1px 1px 3px 2px #dd794e;">
Div content here</div>
This div box has shadow with color #dd794e
Comments
No comments written yet.
Please login to write comment.