Color spaces of #dfb696
RGB | 223 | 182 | 150 |
---|---|---|---|
HSL | 0.07 | 0.53 | 0.73 |
HSV | 26° | 33° | 87° |
CMYK | 0.00 | 0.18 | 0.33 0.13 |
XYZ | 52.6644 | 51.3459 | 35.9892 |
Yxy | 51.3459 | 0.3762 | 0.3668 |
Hunter Lab | 71.6561 | 5.7924 | 20.3809 |
CIE-Lab | 76.8881 | 10.2935 | 21.8693 |
#dfb696 color RGB value is (223,182,150).
#dfb696 hex color red value is 223, green value is 182 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #dfb696 hue: 0.07 , saturation: 0.53 and the lightness value of dfb696 is 0.73.
The process color (four color CMYK) of #dfb696 color hex is 0.00, 0.18, 0.33, 0.13. Web safe color of #dfb696 is #cccc99. Color #dfb696 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011111 | 10110110 | 10010110 |
Octal | 337 | 266 | 226 |
Decimal | 223 | 182 | 150 |
Hex | DF | B6 | 96 |
Shades of #dfb696
Tints of #dfb696
RGB Percentages of Color #dfb696
CMYK Percentages of Color #dfb696
Complementary Color
#dfb696 | #96bfdf |
#dfb696 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dfb696 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dfb696 Color CSS Codes
.mybgcolor {background-color:#dfb696; } .myforecolor {color:#dfb696; } .mybordercolor {border:3px solid #dfb696; }
#dfb696 Text Font Color
<p style="color:#dfb696">Text here</p>
This sample text font color is #dfb696
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.
#dfb696 Background Color
<div style="background-color:#dfb696">
Div content here</div>
This div background color is #dfb696
#dfb696 Border Color
<div style="border:3px solid #dfb696">
Div here</div>
This div border color is #dfb696
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(223,182,150, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dfb696; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dfb696; -webkit-box-shadow: 1px 1px 3px 2px #dfb696; box-shadow: 1px 1px 3px 2px #dfb696; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(223,182,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 #dfb696">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dfb696; -webkit-box-shadow: 1px 1px 3px 2px #dfb696; box-shadow: 1px 1px 3px 2px #dfb696;">
Div content here</div>
This div box has shadow with color #dfb696
Comments
No comments written yet.
Please login to write comment.