Color spaces of #dc795e
RGB | 220 | 121 | 94 |
---|---|---|---|
HSL | 0.04 | 0.64 | 0.62 |
HSV | 13° | 57° | 86° |
CMYK | 0.00 | 0.45 | 0.57 0.14 |
XYZ | 38.3730 | 29.6985 | 14.2996 |
Yxy | 29.6985 | 0.4659 | 0.3605 |
Hunter Lab | 54.4963 | 30.3203 | 22.5900 |
CIE-Lab | 61.3932 | 35.9523 | 31.7763 |
#dc795e color RGB value is (220,121,94).
#dc795e hex color red value is 220, green value is 121 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #dc795e hue: 0.04 , saturation: 0.64 and the lightness value of dc795e is 0.62.
The process color (four color CMYK) of #dc795e color hex is 0.00, 0.45, 0.57, 0.14. Web safe color of #dc795e is #cc6666. Color #dc795e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011100 | 01111001 | 01011110 |
Octal | 334 | 171 | 136 |
Decimal | 220 | 121 | 94 |
Hex | DC | 79 | 5E |
Shades of #dc795e
Tints of #dc795e
RGB Percentages of Color #dc795e
CMYK Percentages of Color #dc795e
Complementary Color
#dc795e | #5ec1dc |
#dc795e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dc795e Color Preview on White Background
Lorem ipsum dolor sit amet.
#dc795e Color CSS Codes
.mybgcolor {background-color:#dc795e; } .myforecolor {color:#dc795e; } .mybordercolor {border:3px solid #dc795e; }
#dc795e Text Font Color
<p style="color:#dc795e">Text here</p>
This sample text font color is #dc795e
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.
#dc795e Background Color
<div style="background-color:#dc795e">
Div content here</div>
This div background color is #dc795e
#dc795e Border Color
<div style="border:3px solid #dc795e">
Div here</div>
This div border color is #dc795e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(220,121,94, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dc795e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dc795e; -webkit-box-shadow: 1px 1px 3px 2px #dc795e; box-shadow: 1px 1px 3px 2px #dc795e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(220,121,94, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dc795e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dc795e; -webkit-box-shadow: 1px 1px 3px 2px #dc795e; box-shadow: 1px 1px 3px 2px #dc795e;">
Div content here</div>
This div box has shadow with color #dc795e
Comments
No comments written yet.
Please login to write comment.