Color spaces of #d59775
RGB | 213 | 151 | 117 |
---|---|---|---|
HSL | 0.06 | 0.53 | 0.65 |
HSV | 21° | 45° | 84° |
CMYK | 0.00 | 0.29 | 0.45 0.16 |
XYZ | 41.7181 | 37.5637 | 21.8814 |
Yxy | 37.5637 | 0.4124 | 0.3713 |
Hunter Lab | 61.2892 | 14.2445 | 21.7348 |
CIE-Lab | 67.6978 | 19.2176 | 27.1585 |
#d59775 color RGB value is (213,151,117).
#d59775 hex color red value is 213, green value is 151 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #d59775 hue: 0.06 , saturation: 0.53 and the lightness value of d59775 is 0.65.
The process color (four color CMYK) of #d59775 color hex is 0.00, 0.29, 0.45, 0.16. Web safe color of #d59775 is #cc9966. Color #d59775 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010101 | 10010111 | 01110101 |
Octal | 325 | 227 | 165 |
Decimal | 213 | 151 | 117 |
Hex | D5 | 97 | 75 |
Shades of #d59775
Tints of #d59775
RGB Percentages of Color #d59775
CMYK Percentages of Color #d59775
Complementary Color
#d59775 | #75b3d5 |
#d59775 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d59775 Color Preview on White Background
Lorem ipsum dolor sit amet.
#d59775 Color CSS Codes
.mybgcolor {background-color:#d59775; } .myforecolor {color:#d59775; } .mybordercolor {border:3px solid #d59775; }
#d59775 Text Font Color
<p style="color:#d59775">Text here</p>
This sample text font color is #d59775
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.
#d59775 Background Color
<div style="background-color:#d59775">
Div content here</div>
This div background color is #d59775
#d59775 Border Color
<div style="border:3px solid #d59775">
Div here</div>
This div border color is #d59775
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(213,151,117, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d59775; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d59775; -webkit-box-shadow: 1px 1px 3px 2px #d59775; box-shadow: 1px 1px 3px 2px #d59775; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(213,151,117, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d59775">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d59775; -webkit-box-shadow: 1px 1px 3px 2px #d59775; box-shadow: 1px 1px 3px 2px #d59775;">
Div content here</div>
This div box has shadow with color #d59775
Comments
No comments written yet.
Please login to write comment.