Color spaces of #d98326
RGB | 217 | 131 | 38 |
---|---|---|---|
HSL | 0.09 | 0.70 | 0.50 |
HSV | 31° | 82° | 85° |
CMYK | 0.00 | 0.40 | 0.82 0.15 |
XYZ | 37.0814 | 31.1243 | 5.8869 |
Yxy | 31.1243 | 0.5005 | 0.4201 |
Hunter Lab | 55.7892 | 21.0126 | 32.7961 |
CIE-Lab | 62.6124 | 26.5035 | 59.9125 |
#d98326 color RGB value is (217,131,38).
#d98326 hex color red value is 217, green value is 131 and the blue value of its RGB is 38. Cylindrical-coordinate representations (also known as HSL) of color #d98326 hue: 0.09 , saturation: 0.70 and the lightness value of d98326 is 0.50.
The process color (four color CMYK) of #d98326 color hex is 0.00, 0.40, 0.82, 0.15. Web safe color of #d98326 is #cc9933. Color #d98326 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011001 | 10000011 | 00100110 |
Octal | 331 | 203 | 46 |
Decimal | 217 | 131 | 38 |
Hex | D9 | 83 | 26 |
Shades of #d98326
Tints of #d98326
RGB Percentages of Color #d98326
CMYK Percentages of Color #d98326
Complementary Color
#d98326 | #267cd9 |
#d98326 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d98326 Color Preview on White Background
Lorem ipsum dolor sit amet.
#d98326 Color CSS Codes
.mybgcolor {background-color:#d98326; } .myforecolor {color:#d98326; } .mybordercolor {border:3px solid #d98326; }
#d98326 Text Font Color
<p style="color:#d98326">Text here</p>
This sample text font color is #d98326
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.
#d98326 Background Color
<div style="background-color:#d98326">
Div content here</div>
This div background color is #d98326
#d98326 Border Color
<div style="border:3px solid #d98326">
Div here</div>
This div border color is #d98326
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(217,131,38, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d98326; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d98326; -webkit-box-shadow: 1px 1px 3px 2px #d98326; box-shadow: 1px 1px 3px 2px #d98326; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(217,131,38, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d98326">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d98326; -webkit-box-shadow: 1px 1px 3px 2px #d98326; box-shadow: 1px 1px 3px 2px #d98326;">
Div content here</div>
This div box has shadow with color #d98326
Comments
No comments written yet.
Please login to write comment.