Color spaces of #df9e76
RGB | 223 | 158 | 118 |
---|---|---|---|
HSL | 0.06 | 0.62 | 0.67 |
HSV | 23° | 47° | 87° |
CMYK | 0.00 | 0.29 | 0.47 0.13 |
XYZ | 45.9283 | 41.4497 | 22.7194 |
Yxy | 41.4497 | 0.4172 | 0.3765 |
Hunter Lab | 64.3814 | 14.6704 | 24.1443 |
CIE-Lab | 70.4898 | 19.5583 | 30.4956 |
#df9e76 color RGB value is (223,158,118).
#df9e76 hex color red value is 223, green value is 158 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #df9e76 hue: 0.06 , saturation: 0.62 and the lightness value of df9e76 is 0.67.
The process color (four color CMYK) of #df9e76 color hex is 0.00, 0.29, 0.47, 0.13. Web safe color of #df9e76 is #cc9966. Color #df9e76 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011111 | 10011110 | 01110110 |
Octal | 337 | 236 | 166 |
Decimal | 223 | 158 | 118 |
Hex | DF | 9E | 76 |
Shades of #df9e76
Tints of #df9e76
RGB Percentages of Color #df9e76
CMYK Percentages of Color #df9e76
Complementary Color
#df9e76 | #76b7df |
#df9e76 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#df9e76 Color Preview on White Background
Lorem ipsum dolor sit amet.
#df9e76 Color CSS Codes
.mybgcolor {background-color:#df9e76; } .myforecolor {color:#df9e76; } .mybordercolor {border:3px solid #df9e76; }
#df9e76 Text Font Color
<p style="color:#df9e76">Text here</p>
This sample text font color is #df9e76
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.
#df9e76 Background Color
<div style="background-color:#df9e76">
Div content here</div>
This div background color is #df9e76
#df9e76 Border Color
<div style="border:3px solid #df9e76">
Div here</div>
This div border color is #df9e76
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(223,158,118, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #df9e76; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #df9e76; -webkit-box-shadow: 1px 1px 3px 2px #df9e76; box-shadow: 1px 1px 3px 2px #df9e76; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(223,158,118, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #df9e76">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #df9e76; -webkit-box-shadow: 1px 1px 3px 2px #df9e76; box-shadow: 1px 1px 3px 2px #df9e76;">
Div content here</div>
This div box has shadow with color #df9e76
Comments
No comments written yet.
Please login to write comment.