Color spaces of #dd936f
RGB | 221 | 147 | 111 |
---|---|---|---|
HSL | 0.05 | 0.62 | 0.65 |
HSV | 20° | 50° | 87° |
CMYK | 0.00 | 0.33 | 0.50 0.13 |
XYZ | 43.1218 | 37.3873 | 19.9826 |
Yxy | 37.3873 | 0.4291 | 0.3720 |
Hunter Lab | 61.1452 | 18.8807 | 23.4253 |
CIE-Lab | 67.5666 | 23.9981 | 30.4239 |
#dd936f color RGB value is (221,147,111).
#dd936f hex color red value is 221, green value is 147 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #dd936f hue: 0.05 , saturation: 0.62 and the lightness value of dd936f is 0.65.
The process color (four color CMYK) of #dd936f color hex is 0.00, 0.33, 0.50, 0.13. Web safe color of #dd936f is #cc9966. Color #dd936f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011101 | 10010011 | 01101111 |
Octal | 335 | 223 | 157 |
Decimal | 221 | 147 | 111 |
Hex | DD | 93 | 6F |
Shades of #dd936f
Tints of #dd936f
RGB Percentages of Color #dd936f
CMYK Percentages of Color #dd936f
Complementary Color
#dd936f | #6fb9dd |
#dd936f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dd936f Color Preview on White Background
Lorem ipsum dolor sit amet.
#dd936f Color CSS Codes
.mybgcolor {background-color:#dd936f; } .myforecolor {color:#dd936f; } .mybordercolor {border:3px solid #dd936f; }
#dd936f Text Font Color
<p style="color:#dd936f">Text here</p>
This sample text font color is #dd936f
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.
#dd936f Background Color
<div style="background-color:#dd936f">
Div content here</div>
This div background color is #dd936f
#dd936f Border Color
<div style="border:3px solid #dd936f">
Div here</div>
This div border color is #dd936f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(221,147,111, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dd936f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dd936f; -webkit-box-shadow: 1px 1px 3px 2px #dd936f; box-shadow: 1px 1px 3px 2px #dd936f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(221,147,111, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dd936f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dd936f; -webkit-box-shadow: 1px 1px 3px 2px #dd936f; box-shadow: 1px 1px 3px 2px #dd936f;">
Div content here</div>
This div box has shadow with color #dd936f
Comments
No comments written yet.
Please login to write comment.