Color spaces of #dfb197
RGB | 223 | 177 | 151 |
---|---|---|---|
HSL | 0.06 | 0.53 | 0.73 |
HSV | 22° | 32° | 87° |
CMYK | 0.00 | 0.21 | 0.32 0.13 |
XYZ | 51.7395 | 49.3666 | 36.0799 |
Yxy | 49.3666 | 0.3771 | 0.3599 |
Hunter Lab | 70.2614 | 8.4875 | 18.7370 |
CIE-Lab | 75.6788 | 13.0874 | 19.6683 |
#dfb197 color RGB value is (223,177,151).
#dfb197 hex color red value is 223, green value is 177 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #dfb197 hue: 0.06 , saturation: 0.53 and the lightness value of dfb197 is 0.73.
The process color (four color CMYK) of #dfb197 color hex is 0.00, 0.21, 0.32, 0.13. Web safe color of #dfb197 is #cc9999. Color #dfb197 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011111 | 10110001 | 10010111 |
Octal | 337 | 261 | 227 |
Decimal | 223 | 177 | 151 |
Hex | DF | B1 | 97 |
Shades of #dfb197
Tints of #dfb197
RGB Percentages of Color #dfb197
CMYK Percentages of Color #dfb197
Complementary Color
#dfb197 | #97c5df |
#dfb197 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dfb197 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dfb197 Color CSS Codes
.mybgcolor {background-color:#dfb197; } .myforecolor {color:#dfb197; } .mybordercolor {border:3px solid #dfb197; }
#dfb197 Text Font Color
<p style="color:#dfb197">Text here</p>
This sample text font color is #dfb197
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.
#dfb197 Background Color
<div style="background-color:#dfb197">
Div content here</div>
This div background color is #dfb197
#dfb197 Border Color
<div style="border:3px solid #dfb197">
Div here</div>
This div border color is #dfb197
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(223,177,151, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dfb197; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dfb197; -webkit-box-shadow: 1px 1px 3px 2px #dfb197; box-shadow: 1px 1px 3px 2px #dfb197; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(223,177,151, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dfb197">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dfb197; -webkit-box-shadow: 1px 1px 3px 2px #dfb197; box-shadow: 1px 1px 3px 2px #dfb197;">
Div content here</div>
This div box has shadow with color #dfb197
Comments
No comments written yet.
Please login to write comment.