Color spaces of #dc8463
RGB | 220 | 132 | 99 |
---|---|---|---|
HSL | 0.05 | 0.63 | 0.63 |
HSV | 16° | 55° | 86° |
CMYK | 0.00 | 0.40 | 0.55 0.14 |
XYZ | 40.0186 | 32.6190 | 15.9913 |
Yxy | 32.6190 | 0.4515 | 0.3680 |
Hunter Lab | 57.1130 | 25.1255 | 23.3783 |
CIE-Lab | 63.8512 | 30.5662 | 32.1538 |
#dc8463 color RGB value is (220,132,99).
#dc8463 hex color red value is 220, green value is 132 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #dc8463 hue: 0.05 , saturation: 0.63 and the lightness value of dc8463 is 0.63.
The process color (four color CMYK) of #dc8463 color hex is 0.00, 0.40, 0.55, 0.14. Web safe color of #dc8463 is #cc9966. Color #dc8463 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011100 | 10000100 | 01100011 |
Octal | 334 | 204 | 143 |
Decimal | 220 | 132 | 99 |
Hex | DC | 84 | 63 |
Shades of #dc8463
Tints of #dc8463
RGB Percentages of Color #dc8463
CMYK Percentages of Color #dc8463
Complementary Color
#dc8463 | #63bbdc |
#dc8463 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dc8463 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dc8463 Color CSS Codes
.mybgcolor {background-color:#dc8463; } .myforecolor {color:#dc8463; } .mybordercolor {border:3px solid #dc8463; }
#dc8463 Text Font Color
<p style="color:#dc8463">Text here</p>
This sample text font color is #dc8463
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.
#dc8463 Background Color
<div style="background-color:#dc8463">
Div content here</div>
This div background color is #dc8463
#dc8463 Border Color
<div style="border:3px solid #dc8463">
Div here</div>
This div border color is #dc8463
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(220,132,99, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dc8463; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dc8463; -webkit-box-shadow: 1px 1px 3px 2px #dc8463; box-shadow: 1px 1px 3px 2px #dc8463; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(220,132,99, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dc8463">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dc8463; -webkit-box-shadow: 1px 1px 3px 2px #dc8463; box-shadow: 1px 1px 3px 2px #dc8463;">
Div content here</div>
This div box has shadow with color #dc8463
Comments
No comments written yet.
Please login to write comment.