Color spaces of #dd621e
RGB | 221 | 98 | 30 |
---|---|---|---|
HSL | 0.06 | 0.76 | 0.49 |
HSV | 21° | 86° | 87° |
CMYK | 0.00 | 0.56 | 0.86 0.13 |
XYZ | 34.4208 | 24.2013 | 4.0854 |
Yxy | 24.2013 | 0.5489 | 0.3859 |
Hunter Lab | 49.1948 | 38.8026 | 29.5126 |
CIE-Lab | 56.2888 | 44.8048 | 57.6800 |
#dd621e color RGB value is (221,98,30).
#dd621e hex color red value is 221, green value is 98 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #dd621e hue: 0.06 , saturation: 0.76 and the lightness value of dd621e is 0.49.
The process color (four color CMYK) of #dd621e color hex is 0.00, 0.56, 0.86, 0.13. Web safe color of #dd621e is #cc6633. Color #dd621e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011101 | 01100010 | 00011110 |
Octal | 335 | 142 | 36 |
Decimal | 221 | 98 | 30 |
Hex | DD | 62 | 1E |
Shades of #dd621e
Tints of #dd621e
RGB Percentages of Color #dd621e
CMYK Percentages of Color #dd621e
Complementary Color
#dd621e | #1e99dd |
#dd621e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dd621e Color Preview on White Background
Lorem ipsum dolor sit amet.
#dd621e Color CSS Codes
.mybgcolor {background-color:#dd621e; } .myforecolor {color:#dd621e; } .mybordercolor {border:3px solid #dd621e; }
#dd621e Text Font Color
<p style="color:#dd621e">Text here</p>
This sample text font color is #dd621e
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.
#dd621e Background Color
<div style="background-color:#dd621e">
Div content here</div>
This div background color is #dd621e
#dd621e Border Color
<div style="border:3px solid #dd621e">
Div here</div>
This div border color is #dd621e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(221,98,30, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dd621e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dd621e; -webkit-box-shadow: 1px 1px 3px 2px #dd621e; box-shadow: 1px 1px 3px 2px #dd621e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(221,98,30, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dd621e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dd621e; -webkit-box-shadow: 1px 1px 3px 2px #dd621e; box-shadow: 1px 1px 3px 2px #dd621e;">
Div content here</div>
This div box has shadow with color #dd621e
Comments
No comments written yet.
Please login to write comment.