Color spaces of #d19862
RGB | 209 | 152 | 98 |
---|---|---|---|
HSL | 0.08 | 0.55 | 0.60 |
HSV | 29° | 53° | 82° |
CMYK | 0.00 | 0.27 | 0.53 0.18 |
XYZ | 39.7273 | 36.8936 | 16.5826 |
Yxy | 36.8936 | 0.4262 | 0.3958 |
Hunter Lab | 60.7401 | 10.4534 | 26.3314 |
CIE-Lab | 67.1971 | 15.2326 | 36.6377 |
#d19862 color RGB value is (209,152,98).
#d19862 hex color red value is 209, green value is 152 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #d19862 hue: 0.08 , saturation: 0.55 and the lightness value of d19862 is 0.60.
The process color (four color CMYK) of #d19862 color hex is 0.00, 0.27, 0.53, 0.18. Web safe color of #d19862 is #cc9966. Color #d19862 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010001 | 10011000 | 01100010 |
Octal | 321 | 230 | 142 |
Decimal | 209 | 152 | 98 |
Hex | D1 | 98 | 62 |
Shades of #d19862
Tints of #d19862
RGB Percentages of Color #d19862
CMYK Percentages of Color #d19862
Complementary Color
#d19862 | #629bd1 |
#d19862 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d19862 Color Preview on White Background
Lorem ipsum dolor sit amet.
#d19862 Color CSS Codes
.mybgcolor {background-color:#d19862; } .myforecolor {color:#d19862; } .mybordercolor {border:3px solid #d19862; }
#d19862 Text Font Color
<p style="color:#d19862">Text here</p>
This sample text font color is #d19862
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.
#d19862 Background Color
<div style="background-color:#d19862">
Div content here</div>
This div background color is #d19862
#d19862 Border Color
<div style="border:3px solid #d19862">
Div here</div>
This div border color is #d19862
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(209,152,98, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d19862; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d19862; -webkit-box-shadow: 1px 1px 3px 2px #d19862; box-shadow: 1px 1px 3px 2px #d19862; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(209,152,98, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d19862">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d19862; -webkit-box-shadow: 1px 1px 3px 2px #d19862; box-shadow: 1px 1px 3px 2px #d19862;">
Div content here</div>
This div box has shadow with color #d19862
Comments
No comments written yet.
Please login to write comment.