Color spaces of #dc692e
RGB | 220 | 105 | 46 |
---|---|---|---|
HSL | 0.06 | 0.71 | 0.52 |
HSV | 20° | 79° | 86° |
CMYK | 0.00 | 0.52 | 0.79 0.14 |
XYZ | 35.0599 | 25.5161 | 5.6620 |
Yxy | 25.5161 | 0.5293 | 0.3852 |
Hunter Lab | 50.5135 | 35.4930 | 28.7137 |
CIE-Lab | 57.5749 | 41.4536 | 52.2026 |
#dc692e color RGB value is (220,105,46).
#dc692e hex color red value is 220, green value is 105 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #dc692e hue: 0.06 , saturation: 0.71 and the lightness value of dc692e is 0.52.
The process color (four color CMYK) of #dc692e color hex is 0.00, 0.52, 0.79, 0.14. Web safe color of #dc692e is #cc6633. Color #dc692e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011100 | 01101001 | 00101110 |
Octal | 334 | 151 | 56 |
Decimal | 220 | 105 | 46 |
Hex | DC | 69 | 2E |
Shades of #dc692e
Tints of #dc692e
RGB Percentages of Color #dc692e
CMYK Percentages of Color #dc692e
Complementary Color
#dc692e | #2ea1dc |
#dc692e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dc692e Color Preview on White Background
Lorem ipsum dolor sit amet.
#dc692e Color CSS Codes
.mybgcolor {background-color:#dc692e; } .myforecolor {color:#dc692e; } .mybordercolor {border:3px solid #dc692e; }
#dc692e Text Font Color
<p style="color:#dc692e">Text here</p>
This sample text font color is #dc692e
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.
#dc692e Background Color
<div style="background-color:#dc692e">
Div content here</div>
This div background color is #dc692e
#dc692e Border Color
<div style="border:3px solid #dc692e">
Div here</div>
This div border color is #dc692e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(220,105,46, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dc692e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dc692e; -webkit-box-shadow: 1px 1px 3px 2px #dc692e; box-shadow: 1px 1px 3px 2px #dc692e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(220,105,46, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dc692e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dc692e; -webkit-box-shadow: 1px 1px 3px 2px #dc692e; box-shadow: 1px 1px 3px 2px #dc692e;">
Div content here</div>
This div box has shadow with color #dc692e
Comments
No comments written yet.
Please login to write comment.