Color spaces of #dfdfa5
RGB | 223 | 223 | 165 |
---|---|---|---|
HSL | 0.17 | 0.48 | 0.76 |
HSV | 60° | 26° | 87° |
CMYK | 0.00 | 0.00 | 0.26 0.13 |
XYZ | 63.6106 | 71.1799 | 45.9838 |
Yxy | 71.1799 | 0.3519 | 0.3938 |
Hunter Lab | 84.3682 | -13.0617 | 26.7425 |
CIE-Lab | 87.5723 | -9.0779 | 28.5199 |
#dfdfa5 color RGB value is (223,223,165).
#dfdfa5 hex color red value is 223, green value is 223 and the blue value of its RGB is 165. Cylindrical-coordinate representations (also known as HSL) of color #dfdfa5 hue: 0.17 , saturation: 0.48 and the lightness value of dfdfa5 is 0.76.
The process color (four color CMYK) of #dfdfa5 color hex is 0.00, 0.00, 0.26, 0.13. Web safe color of #dfdfa5 is #cccc99. Color #dfdfa5 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011111 | 11011111 | 10100101 |
Octal | 337 | 337 | 245 |
Decimal | 223 | 223 | 165 |
Hex | DF | DF | A5 |
Shades of #dfdfa5
Tints of #dfdfa5
RGB Percentages of Color #dfdfa5
CMYK Percentages of Color #dfdfa5
Complementary Color
#dfdfa5 | #a5a5df |
#dfdfa5 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dfdfa5 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dfdfa5 Color CSS Codes
.mybgcolor {background-color:#dfdfa5; } .myforecolor {color:#dfdfa5; } .mybordercolor {border:3px solid #dfdfa5; }
#dfdfa5 Text Font Color
<p style="color:#dfdfa5">Text here</p>
This sample text font color is #dfdfa5
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.
#dfdfa5 Background Color
<div style="background-color:#dfdfa5">
Div content here</div>
This div background color is #dfdfa5
#dfdfa5 Border Color
<div style="border:3px solid #dfdfa5">
Div here</div>
This div border color is #dfdfa5
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(223,223,165, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dfdfa5; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dfdfa5; -webkit-box-shadow: 1px 1px 3px 2px #dfdfa5; box-shadow: 1px 1px 3px 2px #dfdfa5; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(223,223,165, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dfdfa5">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dfdfa5; -webkit-box-shadow: 1px 1px 3px 2px #dfdfa5; box-shadow: 1px 1px 3px 2px #dfdfa5;">
Div content here</div>
This div box has shadow with color #dfdfa5
Comments
No comments written yet.
Please login to write comment.