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