Color spaces of #dcb183
RGB | 220 | 177 | 131 |
---|---|---|---|
HSL | 0.09 | 0.56 | 0.69 |
HSV | 31° | 40° | 86° |
CMYK | 0.00 | 0.20 | 0.40 0.14 |
XYZ | 49.3341 | 48.2986 | 28.1951 |
Yxy | 48.2986 | 0.3921 | 0.3838 |
Hunter Lab | 69.4972 | 5.0920 | 24.5940 |
CIE-Lab | 75.0129 | 9.5306 | 29.4410 |
#dcb183 color RGB value is (220,177,131).
#dcb183 hex color red value is 220, green value is 177 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #dcb183 hue: 0.09 , saturation: 0.56 and the lightness value of dcb183 is 0.69.
The process color (four color CMYK) of #dcb183 color hex is 0.00, 0.20, 0.40, 0.14. Web safe color of #dcb183 is #cc9999. Color #dcb183 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011100 | 10110001 | 10000011 |
Octal | 334 | 261 | 203 |
Decimal | 220 | 177 | 131 |
Hex | DC | B1 | 83 |
Shades of #dcb183
Tints of #dcb183
RGB Percentages of Color #dcb183
CMYK Percentages of Color #dcb183
Complementary Color
#dcb183 | #83aedc |
#dcb183 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dcb183 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dcb183 Color CSS Codes
.mybgcolor {background-color:#dcb183; } .myforecolor {color:#dcb183; } .mybordercolor {border:3px solid #dcb183; }
#dcb183 Text Font Color
<p style="color:#dcb183">Text here</p>
This sample text font color is #dcb183
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.
#dcb183 Background Color
<div style="background-color:#dcb183">
Div content here</div>
This div background color is #dcb183
#dcb183 Border Color
<div style="border:3px solid #dcb183">
Div here</div>
This div border color is #dcb183
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(220,177,131, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dcb183; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dcb183; -webkit-box-shadow: 1px 1px 3px 2px #dcb183; box-shadow: 1px 1px 3px 2px #dcb183; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(220,177,131, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dcb183">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dcb183; -webkit-box-shadow: 1px 1px 3px 2px #dcb183; box-shadow: 1px 1px 3px 2px #dcb183;">
Div content here</div>
This div box has shadow with color #dcb183
Comments
No comments written yet.
Please login to write comment.