Color spaces of #df8b2f
RGB | 223 | 139 | 47 |
---|---|---|---|
HSL | 0.09 | 0.73 | 0.53 |
HSV | 31° | 79° | 87° |
CMYK | 0.00 | 0.38 | 0.79 0.13 |
XYZ | 40.1771 | 34.3584 | 7.2036 |
Yxy | 34.3584 | 0.4915 | 0.4203 |
Hunter Lab | 58.6160 | 19.7709 | 33.7448 |
CIE-Lab | 65.2461 | 25.0480 | 59.1897 |
#df8b2f color RGB value is (223,139,47).
#df8b2f hex color red value is 223, green value is 139 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #df8b2f hue: 0.09 , saturation: 0.73 and the lightness value of df8b2f is 0.53.
The process color (four color CMYK) of #df8b2f color hex is 0.00, 0.38, 0.79, 0.13. Web safe color of #df8b2f is #cc9933. Color #df8b2f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011111 | 10001011 | 00101111 |
Octal | 337 | 213 | 57 |
Decimal | 223 | 139 | 47 |
Hex | DF | 8B | 2F |
Shades of #df8b2f
Tints of #df8b2f
RGB Percentages of Color #df8b2f
CMYK Percentages of Color #df8b2f
Complementary Color
#df8b2f | #2f83df |
#df8b2f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#df8b2f Color Preview on White Background
Lorem ipsum dolor sit amet.
#df8b2f Color CSS Codes
.mybgcolor {background-color:#df8b2f; } .myforecolor {color:#df8b2f; } .mybordercolor {border:3px solid #df8b2f; }
#df8b2f Text Font Color
<p style="color:#df8b2f">Text here</p>
This sample text font color is #df8b2f
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.
#df8b2f Background Color
<div style="background-color:#df8b2f">
Div content here</div>
This div background color is #df8b2f
#df8b2f Border Color
<div style="border:3px solid #df8b2f">
Div here</div>
This div border color is #df8b2f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(223,139,47, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #df8b2f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #df8b2f; -webkit-box-shadow: 1px 1px 3px 2px #df8b2f; box-shadow: 1px 1px 3px 2px #df8b2f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(223,139,47, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #df8b2f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #df8b2f; -webkit-box-shadow: 1px 1px 3px 2px #df8b2f; box-shadow: 1px 1px 3px 2px #df8b2f;">
Div content here</div>
This div box has shadow with color #df8b2f
Comments
No comments written yet.
Please login to write comment.