Color spaces of #dd652c
RGB | 221 | 101 | 44 |
---|---|---|---|
HSL | 0.05 | 0.72 | 0.52 |
HSV | 19° | 80° | 87° |
CMYK | 0.00 | 0.54 | 0.80 0.13 |
XYZ | 34.9271 | 24.8614 | 5.3407 |
Yxy | 24.8614 | 0.5363 | 0.3817 |
Hunter Lab | 49.8612 | 37.7797 | 28.5522 |
CIE-Lab | 56.9401 | 43.7362 | 52.5479 |
#dd652c color RGB value is (221,101,44).
#dd652c hex color red value is 221, green value is 101 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #dd652c hue: 0.05 , saturation: 0.72 and the lightness value of dd652c is 0.52.
The process color (four color CMYK) of #dd652c color hex is 0.00, 0.54, 0.80, 0.13. Web safe color of #dd652c is #cc6633. Color #dd652c contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011101 | 01100101 | 00101100 |
Octal | 335 | 145 | 54 |
Decimal | 221 | 101 | 44 |
Hex | DD | 65 | 2C |
Shades of #dd652c
Tints of #dd652c
RGB Percentages of Color #dd652c
CMYK Percentages of Color #dd652c
Complementary Color
#dd652c | #2ca4dd |
#dd652c Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dd652c Color Preview on White Background
Lorem ipsum dolor sit amet.
#dd652c Color CSS Codes
.mybgcolor {background-color:#dd652c; } .myforecolor {color:#dd652c; } .mybordercolor {border:3px solid #dd652c; }
#dd652c Text Font Color
<p style="color:#dd652c">Text here</p>
This sample text font color is #dd652c
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.
#dd652c Background Color
<div style="background-color:#dd652c">
Div content here</div>
This div background color is #dd652c
#dd652c Border Color
<div style="border:3px solid #dd652c">
Div here</div>
This div border color is #dd652c
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(221,101,44, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dd652c; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dd652c; -webkit-box-shadow: 1px 1px 3px 2px #dd652c; box-shadow: 1px 1px 3px 2px #dd652c; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(221,101,44, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dd652c">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dd652c; -webkit-box-shadow: 1px 1px 3px 2px #dd652c; box-shadow: 1px 1px 3px 2px #dd652c;">
Div content here</div>
This div box has shadow with color #dd652c
Comments
No comments written yet.
Please login to write comment.