Color spaces of #d05441
RGB | 208 | 84 | 65 |
---|---|---|---|
HSL | 0.02 | 0.60 | 0.54 |
HSV | 8° | 69° | 82° |
CMYK | 0.00 | 0.60 | 0.69 0.18 |
XYZ | 30.1369 | 20.1322 | 7.2985 |
Yxy | 20.1322 | 0.5235 | 0.3497 |
Hunter Lab | 44.8689 | 41.3717 | 21.7640 |
CIE-Lab | 51.9864 | 47.9049 | 35.9745 |
#d05441 color RGB value is (208,84,65).
#d05441 hex color red value is 208, green value is 84 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #d05441 hue: 0.02 , saturation: 0.60 and the lightness value of d05441 is 0.54.
The process color (four color CMYK) of #d05441 color hex is 0.00, 0.60, 0.69, 0.18. Web safe color of #d05441 is #cc6633. Color #d05441 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010000 | 01010100 | 01000001 |
Octal | 320 | 124 | 101 |
Decimal | 208 | 84 | 65 |
Hex | D0 | 54 | 41 |
Shades of #d05441
Tints of #d05441
RGB Percentages of Color #d05441
CMYK Percentages of Color #d05441
Complementary Color
#d05441 | #41bdd0 |
#d05441 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d05441 Color Preview on White Background
Lorem ipsum dolor sit amet.
#d05441 Color CSS Codes
.mybgcolor {background-color:#d05441; } .myforecolor {color:#d05441; } .mybordercolor {border:3px solid #d05441; }
#d05441 Text Font Color
<p style="color:#d05441">Text here</p>
This sample text font color is #d05441
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.
#d05441 Background Color
<div style="background-color:#d05441">
Div content here</div>
This div background color is #d05441
#d05441 Border Color
<div style="border:3px solid #d05441">
Div here</div>
This div border color is #d05441
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(208,84,65, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d05441; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d05441; -webkit-box-shadow: 1px 1px 3px 2px #d05441; box-shadow: 1px 1px 3px 2px #d05441; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(208,84,65, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d05441">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d05441; -webkit-box-shadow: 1px 1px 3px 2px #d05441; box-shadow: 1px 1px 3px 2px #d05441;">
Div content here</div>
This div box has shadow with color #d05441
Comments
No comments written yet.
Please login to write comment.