Color spaces of #df9660
RGB | 223 | 150 | 96 |
---|---|---|---|
HSL | 0.07 | 0.66 | 0.63 |
HSV | 26° | 57° | 87° |
CMYK | 0.00 | 0.33 | 0.57 0.13 |
XYZ | 43.4491 | 38.3452 | 16.1777 |
Yxy | 38.3452 | 0.4435 | 0.3914 |
Hunter Lab | 61.9235 | 16.8798 | 27.8568 |
CIE-Lab | 68.2743 | 21.9174 | 39.3713 |
#df9660 color RGB value is (223,150,96).
#df9660 hex color red value is 223, green value is 150 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #df9660 hue: 0.07 , saturation: 0.66 and the lightness value of df9660 is 0.63.
The process color (four color CMYK) of #df9660 color hex is 0.00, 0.33, 0.57, 0.13. Web safe color of #df9660 is #cc9966. Color #df9660 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011111 | 10010110 | 01100000 |
Octal | 337 | 226 | 140 |
Decimal | 223 | 150 | 96 |
Hex | DF | 96 | 60 |
Shades of #df9660
Tints of #df9660
RGB Percentages of Color #df9660
CMYK Percentages of Color #df9660
Complementary Color
#df9660 | #60a9df |
#df9660 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#df9660 Color Preview on White Background
Lorem ipsum dolor sit amet.
#df9660 Color CSS Codes
.mybgcolor {background-color:#df9660; } .myforecolor {color:#df9660; } .mybordercolor {border:3px solid #df9660; }
#df9660 Text Font Color
<p style="color:#df9660">Text here</p>
This sample text font color is #df9660
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.
#df9660 Background Color
<div style="background-color:#df9660">
Div content here</div>
This div background color is #df9660
#df9660 Border Color
<div style="border:3px solid #df9660">
Div here</div>
This div border color is #df9660
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(223,150,96, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #df9660; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #df9660; -webkit-box-shadow: 1px 1px 3px 2px #df9660; box-shadow: 1px 1px 3px 2px #df9660; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(223,150,96, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #df9660">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #df9660; -webkit-box-shadow: 1px 1px 3px 2px #df9660; box-shadow: 1px 1px 3px 2px #df9660;">
Div content here</div>
This div box has shadow with color #df9660
Comments
No comments written yet.
Please login to write comment.