Color spaces of #dfa796
RGB | 223 | 167 | 150 |
---|---|---|---|
HSL | 0.04 | 0.53 | 0.73 |
HSV | 14° | 33° | 87° |
CMYK | 0.00 | 0.25 | 0.33 0.13 |
XYZ | 49.7552 | 45.5274 | 35.0195 |
Yxy | 45.5274 | 0.3818 | 0.3494 |
Hunter Lab | 67.4740 | 13.5461 | 16.4599 |
CIE-Lab | 73.2378 | 18.3217 | 16.8291 |
#dfa796 color RGB value is (223,167,150).
#dfa796 hex color red value is 223, green value is 167 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #dfa796 hue: 0.04 , saturation: 0.53 and the lightness value of dfa796 is 0.73.
The process color (four color CMYK) of #dfa796 color hex is 0.00, 0.25, 0.33, 0.13. Web safe color of #dfa796 is #cc9999. Color #dfa796 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011111 | 10100111 | 10010110 |
Octal | 337 | 247 | 226 |
Decimal | 223 | 167 | 150 |
Hex | DF | A7 | 96 |
Shades of #dfa796
Tints of #dfa796
RGB Percentages of Color #dfa796
CMYK Percentages of Color #dfa796
Complementary Color
#dfa796 | #96cedf |
#dfa796 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dfa796 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dfa796 Color CSS Codes
.mybgcolor {background-color:#dfa796; } .myforecolor {color:#dfa796; } .mybordercolor {border:3px solid #dfa796; }
#dfa796 Text Font Color
<p style="color:#dfa796">Text here</p>
This sample text font color is #dfa796
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.
#dfa796 Background Color
<div style="background-color:#dfa796">
Div content here</div>
This div background color is #dfa796
#dfa796 Border Color
<div style="border:3px solid #dfa796">
Div here</div>
This div border color is #dfa796
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(223,167,150, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dfa796; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dfa796; -webkit-box-shadow: 1px 1px 3px 2px #dfa796; box-shadow: 1px 1px 3px 2px #dfa796; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(223,167,150, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dfa796">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dfa796; -webkit-box-shadow: 1px 1px 3px 2px #dfa796; box-shadow: 1px 1px 3px 2px #dfa796;">
Div content here</div>
This div box has shadow with color #dfa796
Comments
No comments written yet.
Please login to write comment.