Color spaces of #dd711c
RGB | 221 | 113 | 28 |
---|---|---|---|
HSL | 0.07 | 0.78 | 0.49 |
HSV | 26° | 87° | 87° |
CMYK | 0.00 | 0.49 | 0.87 0.13 |
XYZ | 35.9335 | 27.2662 | 4.4676 |
Yxy | 27.2662 | 0.5310 | 0.4029 |
Hunter Lab | 52.2170 | 31.4561 | 31.4792 |
CIE-Lab | 59.2199 | 37.3168 | 60.7077 |
#dd711c color RGB value is (221,113,28).
#dd711c hex color red value is 221, green value is 113 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #dd711c hue: 0.07 , saturation: 0.78 and the lightness value of dd711c is 0.49.
The process color (four color CMYK) of #dd711c color hex is 0.00, 0.49, 0.87, 0.13. Web safe color of #dd711c is #cc6633. Color #dd711c contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011101 | 01110001 | 00011100 |
Octal | 335 | 161 | 34 |
Decimal | 221 | 113 | 28 |
Hex | DD | 71 | 1C |
Shades of #dd711c
Tints of #dd711c
RGB Percentages of Color #dd711c
CMYK Percentages of Color #dd711c
Complementary Color
#dd711c | #1c88dd |
#dd711c Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dd711c Color Preview on White Background
Lorem ipsum dolor sit amet.
#dd711c Color CSS Codes
.mybgcolor {background-color:#dd711c; } .myforecolor {color:#dd711c; } .mybordercolor {border:3px solid #dd711c; }
#dd711c Text Font Color
<p style="color:#dd711c">Text here</p>
This sample text font color is #dd711c
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.
#dd711c Background Color
<div style="background-color:#dd711c">
Div content here</div>
This div background color is #dd711c
#dd711c Border Color
<div style="border:3px solid #dd711c">
Div here</div>
This div border color is #dd711c
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(221,113,28, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dd711c; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dd711c; -webkit-box-shadow: 1px 1px 3px 2px #dd711c; box-shadow: 1px 1px 3px 2px #dd711c; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(221,113,28, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dd711c">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dd711c; -webkit-box-shadow: 1px 1px 3px 2px #dd711c; box-shadow: 1px 1px 3px 2px #dd711c;">
Div content here</div>
This div box has shadow with color #dd711c
Comments
No comments written yet.
Please login to write comment.