Color spaces of #dfb397
RGB | 223 | 179 | 151 |
---|---|---|---|
HSL | 0.06 | 0.53 | 0.73 |
HSV | 23° | 32° | 87° |
CMYK | 0.00 | 0.20 | 0.32 0.13 |
XYZ | 52.1374 | 50.1625 | 36.2126 |
Yxy | 50.1625 | 0.3764 | 0.3622 |
Hunter Lab | 70.8255 | 7.4562 | 19.2633 |
CIE-Lab | 76.1689 | 12.0189 | 20.3438 |
#dfb397 color RGB value is (223,179,151).
#dfb397 hex color red value is 223, green value is 179 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #dfb397 hue: 0.06 , saturation: 0.53 and the lightness value of dfb397 is 0.73.
The process color (four color CMYK) of #dfb397 color hex is 0.00, 0.20, 0.32, 0.13. Web safe color of #dfb397 is #cccc99. Color #dfb397 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011111 | 10110011 | 10010111 |
Octal | 337 | 263 | 227 |
Decimal | 223 | 179 | 151 |
Hex | DF | B3 | 97 |
Shades of #dfb397
Tints of #dfb397
RGB Percentages of Color #dfb397
CMYK Percentages of Color #dfb397
Complementary Color
#dfb397 | #97c3df |
#dfb397 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dfb397 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dfb397 Color CSS Codes
.mybgcolor {background-color:#dfb397; } .myforecolor {color:#dfb397; } .mybordercolor {border:3px solid #dfb397; }
#dfb397 Text Font Color
<p style="color:#dfb397">Text here</p>
This sample text font color is #dfb397
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.
#dfb397 Background Color
<div style="background-color:#dfb397">
Div content here</div>
This div background color is #dfb397
#dfb397 Border Color
<div style="border:3px solid #dfb397">
Div here</div>
This div border color is #dfb397
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(223,179,151, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dfb397; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dfb397; -webkit-box-shadow: 1px 1px 3px 2px #dfb397; box-shadow: 1px 1px 3px 2px #dfb397; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(223,179,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 #dfb397">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dfb397; -webkit-box-shadow: 1px 1px 3px 2px #dfb397; box-shadow: 1px 1px 3px 2px #dfb397;">
Div content here</div>
This div box has shadow with color #dfb397
Comments
No comments written yet.
Please login to write comment.