Color spaces of #d59552
RGB | 213 | 149 | 82 |
---|---|---|---|
HSL | 0.09 | 0.61 | 0.58 |
HSV | 31° | 62° | 84° |
CMYK | 0.00 | 0.30 | 0.62 0.16 |
XYZ | 39.7110 | 36.2502 | 12.8866 |
Yxy | 36.2502 | 0.4470 | 0.4080 |
Hunter Lab | 60.2081 | 12.3676 | 29.4556 |
CIE-Lab | 66.7107 | 17.2784 | 44.4096 |
#d59552 color RGB value is (213,149,82).
#d59552 hex color red value is 213, green value is 149 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #d59552 hue: 0.09 , saturation: 0.61 and the lightness value of d59552 is 0.58.
The process color (four color CMYK) of #d59552 color hex is 0.00, 0.30, 0.62, 0.16. Web safe color of #d59552 is #cc9966. Color #d59552 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010101 | 10010101 | 01010010 |
Octal | 325 | 225 | 122 |
Decimal | 213 | 149 | 82 |
Hex | D5 | 95 | 52 |
Shades of #d59552
Tints of #d59552
RGB Percentages of Color #d59552
CMYK Percentages of Color #d59552
Complementary Color
#d59552 | #5292d5 |
#d59552 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d59552 Color Preview on White Background
Lorem ipsum dolor sit amet.
#d59552 Color CSS Codes
.mybgcolor {background-color:#d59552; } .myforecolor {color:#d59552; } .mybordercolor {border:3px solid #d59552; }
#d59552 Text Font Color
<p style="color:#d59552">Text here</p>
This sample text font color is #d59552
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.
#d59552 Background Color
<div style="background-color:#d59552">
Div content here</div>
This div background color is #d59552
#d59552 Border Color
<div style="border:3px solid #d59552">
Div here</div>
This div border color is #d59552
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(213,149,82, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d59552; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d59552; -webkit-box-shadow: 1px 1px 3px 2px #d59552; box-shadow: 1px 1px 3px 2px #d59552; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(213,149,82, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d59552">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d59552; -webkit-box-shadow: 1px 1px 3px 2px #d59552; box-shadow: 1px 1px 3px 2px #d59552;">
Div content here</div>
This div box has shadow with color #d59552
Comments
No comments written yet.
Please login to write comment.