Color spaces of #dcb891
RGB | 220 | 184 | 145 |
---|---|---|---|
HSL | 0.09 | 0.52 | 0.72 |
HSV | 31° | 34° | 86° |
CMYK | 0.00 | 0.16 | 0.34 0.14 |
XYZ | 51.7665 | 51.5410 | 34.0081 |
Yxy | 51.5410 | 0.3770 | 0.3753 |
Hunter Lab | 71.7921 | 3.0734 | 22.1686 |
CIE-Lab | 77.0056 | 7.4397 | 24.6573 |
#dcb891 color RGB value is (220,184,145).
#dcb891 hex color red value is 220, green value is 184 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #dcb891 hue: 0.09 , saturation: 0.52 and the lightness value of dcb891 is 0.72.
The process color (four color CMYK) of #dcb891 color hex is 0.00, 0.16, 0.34, 0.14. Web safe color of #dcb891 is #cccc99. Color #dcb891 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011100 | 10111000 | 10010001 |
Octal | 334 | 270 | 221 |
Decimal | 220 | 184 | 145 |
Hex | DC | B8 | 91 |
Shades of #dcb891
Tints of #dcb891
RGB Percentages of Color #dcb891
CMYK Percentages of Color #dcb891
Complementary Color
#dcb891 | #91b5dc |
#dcb891 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dcb891 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dcb891 Color CSS Codes
.mybgcolor {background-color:#dcb891; } .myforecolor {color:#dcb891; } .mybordercolor {border:3px solid #dcb891; }
#dcb891 Text Font Color
<p style="color:#dcb891">Text here</p>
This sample text font color is #dcb891
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.
#dcb891 Background Color
<div style="background-color:#dcb891">
Div content here</div>
This div background color is #dcb891
#dcb891 Border Color
<div style="border:3px solid #dcb891">
Div here</div>
This div border color is #dcb891
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(220,184,145, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dcb891; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dcb891; -webkit-box-shadow: 1px 1px 3px 2px #dcb891; box-shadow: 1px 1px 3px 2px #dcb891; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(220,184,145, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dcb891">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dcb891; -webkit-box-shadow: 1px 1px 3px 2px #dcb891; box-shadow: 1px 1px 3px 2px #dcb891;">
Div content here</div>
This div box has shadow with color #dcb891
Comments
No comments written yet.
Please login to write comment.