Color spaces of #dc872e
RGB | 220 | 135 | 46 |
---|---|---|---|
HSL | 0.09 | 0.71 | 0.52 |
HSV | 31° | 79° | 86° |
CMYK | 0.00 | 0.39 | 0.79 0.14 |
XYZ | 38.6723 | 32.7408 | 6.8661 |
Yxy | 32.7408 | 0.4940 | 0.4183 |
Hunter Lab | 57.2196 | 20.5064 | 32.9392 |
CIE-Lab | 63.9505 | 25.8878 | 58.2395 |
#dc872e color RGB value is (220,135,46).
#dc872e hex color red value is 220, green value is 135 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #dc872e hue: 0.09 , saturation: 0.71 and the lightness value of dc872e is 0.52.
The process color (four color CMYK) of #dc872e color hex is 0.00, 0.39, 0.79, 0.14. Web safe color of #dc872e is #cc9933. Color #dc872e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011100 | 10000111 | 00101110 |
Octal | 334 | 207 | 56 |
Decimal | 220 | 135 | 46 |
Hex | DC | 87 | 2E |
Shades of #dc872e
Tints of #dc872e
RGB Percentages of Color #dc872e
CMYK Percentages of Color #dc872e
Complementary Color
#dc872e | #2e83dc |
#dc872e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dc872e Color Preview on White Background
Lorem ipsum dolor sit amet.
#dc872e Color CSS Codes
.mybgcolor {background-color:#dc872e; } .myforecolor {color:#dc872e; } .mybordercolor {border:3px solid #dc872e; }
#dc872e Text Font Color
<p style="color:#dc872e">Text here</p>
This sample text font color is #dc872e
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.
#dc872e Background Color
<div style="background-color:#dc872e">
Div content here</div>
This div background color is #dc872e
#dc872e Border Color
<div style="border:3px solid #dc872e">
Div here</div>
This div border color is #dc872e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(220,135,46, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dc872e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dc872e; -webkit-box-shadow: 1px 1px 3px 2px #dc872e; box-shadow: 1px 1px 3px 2px #dc872e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(220,135,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 #dc872e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dc872e; -webkit-box-shadow: 1px 1px 3px 2px #dc872e; box-shadow: 1px 1px 3px 2px #dc872e;">
Div content here</div>
This div box has shadow with color #dc872e
Comments
No comments written yet.
Please login to write comment.