Color spaces of #dfd887
RGB | 223 | 216 | 135 |
---|---|---|---|
HSL | 0.15 | 0.58 | 0.70 |
HSV | 55° | 39° | 87° |
CMYK | 0.00 | 0.03 | 0.39 0.13 |
XYZ | 59.3605 | 66.5490 | 32.6383 |
Yxy | 66.5490 | 0.3744 | 0.4197 |
Hunter Lab | 81.5776 | -12.8740 | 33.3830 |
CIE-Lab | 85.2757 | -9.1444 | 40.7630 |
#dfd887 color RGB value is (223,216,135).
#dfd887 hex color red value is 223, green value is 216 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #dfd887 hue: 0.15 , saturation: 0.58 and the lightness value of dfd887 is 0.70.
The process color (four color CMYK) of #dfd887 color hex is 0.00, 0.03, 0.39, 0.13. Web safe color of #dfd887 is #cccc99. Color #dfd887 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011111 | 11011000 | 10000111 |
Octal | 337 | 330 | 207 |
Decimal | 223 | 216 | 135 |
Hex | DF | D8 | 87 |
Shades of #dfd887
Tints of #dfd887
RGB Percentages of Color #dfd887
CMYK Percentages of Color #dfd887
Complementary Color
#dfd887 | #878edf |
#dfd887 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dfd887 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dfd887 Color CSS Codes
.mybgcolor {background-color:#dfd887; } .myforecolor {color:#dfd887; } .mybordercolor {border:3px solid #dfd887; }
#dfd887 Text Font Color
<p style="color:#dfd887">Text here</p>
This sample text font color is #dfd887
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.
#dfd887 Background Color
<div style="background-color:#dfd887">
Div content here</div>
This div background color is #dfd887
#dfd887 Border Color
<div style="border:3px solid #dfd887">
Div here</div>
This div border color is #dfd887
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(223,216,135, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dfd887; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dfd887; -webkit-box-shadow: 1px 1px 3px 2px #dfd887; box-shadow: 1px 1px 3px 2px #dfd887; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(223,216,135, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dfd887">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dfd887; -webkit-box-shadow: 1px 1px 3px 2px #dfd887; box-shadow: 1px 1px 3px 2px #dfd887;">
Div content here</div>
This div box has shadow with color #dfd887
Comments
No comments written yet.
Please login to write comment.