Color spaces of #d16542
RGB | 209 | 101 | 66 |
---|---|---|---|
HSL | 0.04 | 0.61 | 0.54 |
HSV | 15° | 68° | 82° |
CMYK | 0.00 | 0.52 | 0.68 0.18 |
XYZ | 31.9315 | 23.2560 | 7.9601 |
Yxy | 23.2560 | 0.5057 | 0.3683 |
Hunter Lab | 48.2245 | 33.7997 | 23.9705 |
CIE-Lab | 55.3351 | 40.1084 | 39.3639 |
#d16542 color RGB value is (209,101,66).
#d16542 hex color red value is 209, green value is 101 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #d16542 hue: 0.04 , saturation: 0.61 and the lightness value of d16542 is 0.54.
The process color (four color CMYK) of #d16542 color hex is 0.00, 0.52, 0.68, 0.18. Web safe color of #d16542 is #cc6633. Color #d16542 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010001 | 01100101 | 01000010 |
Octal | 321 | 145 | 102 |
Decimal | 209 | 101 | 66 |
Hex | D1 | 65 | 42 |
Shades of #d16542
Tints of #d16542
RGB Percentages of Color #d16542
CMYK Percentages of Color #d16542
Complementary Color
#d16542 | #42aed1 |
#d16542 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d16542 Color Preview on White Background
Lorem ipsum dolor sit amet.
#d16542 Color CSS Codes
.mybgcolor {background-color:#d16542; } .myforecolor {color:#d16542; } .mybordercolor {border:3px solid #d16542; }
#d16542 Text Font Color
<p style="color:#d16542">Text here</p>
This sample text font color is #d16542
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.
#d16542 Background Color
<div style="background-color:#d16542">
Div content here</div>
This div background color is #d16542
#d16542 Border Color
<div style="border:3px solid #d16542">
Div here</div>
This div border color is #d16542
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(209,101,66, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d16542; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d16542; -webkit-box-shadow: 1px 1px 3px 2px #d16542; box-shadow: 1px 1px 3px 2px #d16542; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(209,101,66, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d16542">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d16542; -webkit-box-shadow: 1px 1px 3px 2px #d16542; box-shadow: 1px 1px 3px 2px #d16542;">
Div content here</div>
This div box has shadow with color #d16542
Comments
No comments written yet.
Please login to write comment.