Color spaces of #dc7a3a
RGB | 220 | 122 | 58 |
---|---|---|---|
HSL | 0.07 | 0.70 | 0.55 |
HSV | 24° | 74° | 86° |
CMYK | 0.00 | 0.45 | 0.74 0.14 |
XYZ | 37.2385 | 29.4402 | 7.7228 |
Yxy | 29.4402 | 0.5005 | 0.3957 |
Hunter Lab | 54.2588 | 27.5538 | 29.5423 |
CIE-Lab | 61.1682 | 33.2439 | 50.2604 |
#dc7a3a color RGB value is (220,122,58).
#dc7a3a hex color red value is 220, green value is 122 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #dc7a3a hue: 0.07 , saturation: 0.70 and the lightness value of dc7a3a is 0.55.
The process color (four color CMYK) of #dc7a3a color hex is 0.00, 0.45, 0.74, 0.14. Web safe color of #dc7a3a is #cc6633. Color #dc7a3a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011100 | 01111010 | 00111010 |
Octal | 334 | 172 | 72 |
Decimal | 220 | 122 | 58 |
Hex | DC | 7A | 3A |
Shades of #dc7a3a
Tints of #dc7a3a
RGB Percentages of Color #dc7a3a
CMYK Percentages of Color #dc7a3a
Complementary Color
#dc7a3a | #3a9cdc |
#dc7a3a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dc7a3a Color Preview on White Background
Lorem ipsum dolor sit amet.
#dc7a3a Color CSS Codes
.mybgcolor {background-color:#dc7a3a; } .myforecolor {color:#dc7a3a; } .mybordercolor {border:3px solid #dc7a3a; }
#dc7a3a Text Font Color
<p style="color:#dc7a3a">Text here</p>
This sample text font color is #dc7a3a
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.
#dc7a3a Background Color
<div style="background-color:#dc7a3a">
Div content here</div>
This div background color is #dc7a3a
#dc7a3a Border Color
<div style="border:3px solid #dc7a3a">
Div here</div>
This div border color is #dc7a3a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(220,122,58, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dc7a3a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dc7a3a; -webkit-box-shadow: 1px 1px 3px 2px #dc7a3a; box-shadow: 1px 1px 3px 2px #dc7a3a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(220,122,58, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dc7a3a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dc7a3a; -webkit-box-shadow: 1px 1px 3px 2px #dc7a3a; box-shadow: 1px 1px 3px 2px #dc7a3a;">
Div content here</div>
This div box has shadow with color #dc7a3a
Comments
No comments written yet.
Please login to write comment.