Color spaces of #d7711d
RGB | 215 | 113 | 29 |
---|---|---|---|
HSL | 0.08 | 0.76 | 0.48 |
HSV | 27° | 87° | 84° |
CMYK | 0.00 | 0.47 | 0.87 0.16 |
XYZ | 34.1512 | 26.3460 | 4.4477 |
Yxy | 26.3460 | 0.5258 | 0.4057 |
Hunter Lab | 51.3284 | 28.9399 | 30.7923 |
CIE-Lab | 58.3640 | 34.9269 | 59.3346 |
#d7711d color RGB value is (215,113,29).
#d7711d hex color red value is 215, green value is 113 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #d7711d hue: 0.08 , saturation: 0.76 and the lightness value of d7711d is 0.48.
The process color (four color CMYK) of #d7711d color hex is 0.00, 0.47, 0.87, 0.16. Web safe color of #d7711d is #cc6633. Color #d7711d contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010111 | 01110001 | 00011101 |
Octal | 327 | 161 | 35 |
Decimal | 215 | 113 | 29 |
Hex | D7 | 71 | 1D |
Shades of #d7711d
Tints of #d7711d
RGB Percentages of Color #d7711d
CMYK Percentages of Color #d7711d
Complementary Color
#d7711d | #1d83d7 |
#d7711d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d7711d Color Preview on White Background
Lorem ipsum dolor sit amet.
#d7711d Color CSS Codes
.mybgcolor {background-color:#d7711d; } .myforecolor {color:#d7711d; } .mybordercolor {border:3px solid #d7711d; }
#d7711d Text Font Color
<p style="color:#d7711d">Text here</p>
This sample text font color is #d7711d
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.
#d7711d Background Color
<div style="background-color:#d7711d">
Div content here</div>
This div background color is #d7711d
#d7711d Border Color
<div style="border:3px solid #d7711d">
Div here</div>
This div border color is #d7711d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(215,113,29, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d7711d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d7711d; -webkit-box-shadow: 1px 1px 3px 2px #d7711d; box-shadow: 1px 1px 3px 2px #d7711d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(215,113,29, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d7711d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d7711d; -webkit-box-shadow: 1px 1px 3px 2px #d7711d; box-shadow: 1px 1px 3px 2px #d7711d;">
Div content here</div>
This div box has shadow with color #d7711d
Comments
No comments written yet.
Please login to write comment.