Color spaces of #d59699
RGB | 213 | 150 | 153 |
---|---|---|---|
HSL | 0.99 | 0.43 | 0.71 |
HSV | 357° | 30° | 84° |
CMYK | 0.00 | 0.30 | 0.28 0.16 |
XYZ | 44.0967 | 38.2587 | 35.1975 |
Yxy | 38.2587 | 0.3751 | 0.3255 |
Hunter Lab | 61.8536 | 19.0124 | 9.5588 |
CIE-Lab | 68.2109 | 24.0949 | 7.9301 |
#d59699 color RGB value is (213,150,153).
#d59699 hex color red value is 213, green value is 150 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #d59699 hue: 0.99 , saturation: 0.43 and the lightness value of d59699 is 0.71.
The process color (four color CMYK) of #d59699 color hex is 0.00, 0.30, 0.28, 0.16. Web safe color of #d59699 is #cc9999. Color #d59699 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010101 | 10010110 | 10011001 |
Octal | 325 | 226 | 231 |
Decimal | 213 | 150 | 153 |
Hex | D5 | 96 | 99 |
Shades of #d59699
Tints of #d59699
RGB Percentages of Color #d59699
CMYK Percentages of Color #d59699
Complementary Color
#d59699 | #96d5d2 |
#d59699 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d59699 Color Preview on White Background
Lorem ipsum dolor sit amet.
#d59699 Color CSS Codes
.mybgcolor {background-color:#d59699; } .myforecolor {color:#d59699; } .mybordercolor {border:3px solid #d59699; }
#d59699 Text Font Color
<p style="color:#d59699">Text here</p>
This sample text font color is #d59699
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.
#d59699 Background Color
<div style="background-color:#d59699">
Div content here</div>
This div background color is #d59699
#d59699 Border Color
<div style="border:3px solid #d59699">
Div here</div>
This div border color is #d59699
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(213,150,153, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d59699; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d59699; -webkit-box-shadow: 1px 1px 3px 2px #d59699; box-shadow: 1px 1px 3px 2px #d59699; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(213,150,153, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d59699">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d59699; -webkit-box-shadow: 1px 1px 3px 2px #d59699; box-shadow: 1px 1px 3px 2px #d59699;">
Div content here</div>
This div box has shadow with color #d59699
Comments
No comments written yet.
Please login to write comment.