Color spaces of #dc996f
RGB | 220 | 153 | 111 |
---|---|---|---|
HSL | 0.06 | 0.61 | 0.65 |
HSV | 23° | 50° | 86° |
CMYK | 0.00 | 0.30 | 0.50 0.14 |
XYZ | 43.7757 | 39.1458 | 20.2876 |
Yxy | 39.1458 | 0.4241 | 0.3793 |
Hunter Lab | 62.5666 | 15.3987 | 24.5715 |
CIE-Lab | 68.8567 | 20.3694 | 32.0730 |
#dc996f color RGB value is (220,153,111).
#dc996f hex color red value is 220, green value is 153 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #dc996f hue: 0.06 , saturation: 0.61 and the lightness value of dc996f is 0.65.
The process color (four color CMYK) of #dc996f color hex is 0.00, 0.30, 0.50, 0.14. Web safe color of #dc996f is #cc9966. Color #dc996f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011100 | 10011001 | 01101111 |
Octal | 334 | 231 | 157 |
Decimal | 220 | 153 | 111 |
Hex | DC | 99 | 6F |
Shades of #dc996f
Tints of #dc996f
RGB Percentages of Color #dc996f
CMYK Percentages of Color #dc996f
Complementary Color
#dc996f | #6fb2dc |
#dc996f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dc996f Color Preview on White Background
Lorem ipsum dolor sit amet.
#dc996f Color CSS Codes
.mybgcolor {background-color:#dc996f; } .myforecolor {color:#dc996f; } .mybordercolor {border:3px solid #dc996f; }
#dc996f Text Font Color
<p style="color:#dc996f">Text here</p>
This sample text font color is #dc996f
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.
#dc996f Background Color
<div style="background-color:#dc996f">
Div content here</div>
This div background color is #dc996f
#dc996f Border Color
<div style="border:3px solid #dc996f">
Div here</div>
This div border color is #dc996f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(220,153,111, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dc996f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dc996f; -webkit-box-shadow: 1px 1px 3px 2px #dc996f; box-shadow: 1px 1px 3px 2px #dc996f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(220,153,111, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dc996f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dc996f; -webkit-box-shadow: 1px 1px 3px 2px #dc996f; box-shadow: 1px 1px 3px 2px #dc996f;">
Div content here</div>
This div box has shadow with color #dc996f
Comments
No comments written yet.
Please login to write comment.