Color spaces of #d19470
RGB | 209 | 148 | 112 |
---|---|---|---|
HSL | 0.06 | 0.51 | 0.63 |
HSV | 22° | 46° | 82° |
CMYK | 0.00 | 0.29 | 0.46 0.18 |
XYZ | 39.8090 | 35.9050 | 20.1614 |
Yxy | 35.9050 | 0.4152 | 0.3745 |
Hunter Lab | 59.9208 | 13.7270 | 21.9954 |
CIE-Lab | 66.4473 | 18.7209 | 28.1561 |
#d19470 color RGB value is (209,148,112).
#d19470 hex color red value is 209, green value is 148 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #d19470 hue: 0.06 , saturation: 0.51 and the lightness value of d19470 is 0.63.
The process color (four color CMYK) of #d19470 color hex is 0.00, 0.29, 0.46, 0.18. Web safe color of #d19470 is #cc9966. Color #d19470 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010001 | 10010100 | 01110000 |
Octal | 321 | 224 | 160 |
Decimal | 209 | 148 | 112 |
Hex | D1 | 94 | 70 |
Shades of #d19470
Tints of #d19470
RGB Percentages of Color #d19470
CMYK Percentages of Color #d19470
Complementary Color
#d19470 | #70add1 |
#d19470 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d19470 Color Preview on White Background
Lorem ipsum dolor sit amet.
#d19470 Color CSS Codes
.mybgcolor {background-color:#d19470; } .myforecolor {color:#d19470; } .mybordercolor {border:3px solid #d19470; }
#d19470 Text Font Color
<p style="color:#d19470">Text here</p>
This sample text font color is #d19470
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.
#d19470 Background Color
<div style="background-color:#d19470">
Div content here</div>
This div background color is #d19470
#d19470 Border Color
<div style="border:3px solid #d19470">
Div here</div>
This div border color is #d19470
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(209,148,112, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d19470; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d19470; -webkit-box-shadow: 1px 1px 3px 2px #d19470; box-shadow: 1px 1px 3px 2px #d19470; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(209,148,112, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d19470">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d19470; -webkit-box-shadow: 1px 1px 3px 2px #d19470; box-shadow: 1px 1px 3px 2px #d19470;">
Div content here</div>
This div box has shadow with color #d19470
Comments
No comments written yet.
Please login to write comment.