Color spaces of #dd840f
RGB | 221 | 132 | 15 |
---|---|---|---|
HSL | 0.09 | 0.87 | 0.46 |
HSV | 34° | 93° | 87° |
CMYK | 0.00 | 0.40 | 0.93 0.13 |
XYZ | 38.1563 | 31.9092 | 4.6000 |
Yxy | 31.9092 | 0.5110 | 0.4274 |
Hunter Lab | 56.4882 | 21.7176 | 34.7136 |
CIE-Lab | 63.2678 | 27.1753 | 67.0119 |
#dd840f color RGB value is (221,132,15).
#dd840f hex color red value is 221, green value is 132 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #dd840f hue: 0.09 , saturation: 0.87 and the lightness value of dd840f is 0.46.
The process color (four color CMYK) of #dd840f color hex is 0.00, 0.40, 0.93, 0.13. Web safe color of #dd840f is #cc9900. Color #dd840f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011101 | 10000100 | 00001111 |
Octal | 335 | 204 | 17 |
Decimal | 221 | 132 | 15 |
Hex | DD | 84 | F |
Shades of #dd840f
Tints of #dd840f
RGB Percentages of Color #dd840f
CMYK Percentages of Color #dd840f
Complementary Color
#dd840f | #0f68dd |
#dd840f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dd840f Color Preview on White Background
Lorem ipsum dolor sit amet.
#dd840f Color CSS Codes
.mybgcolor {background-color:#dd840f; } .myforecolor {color:#dd840f; } .mybordercolor {border:3px solid #dd840f; }
#dd840f Text Font Color
<p style="color:#dd840f">Text here</p>
This sample text font color is #dd840f
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.
#dd840f Background Color
<div style="background-color:#dd840f">
Div content here</div>
This div background color is #dd840f
#dd840f Border Color
<div style="border:3px solid #dd840f">
Div here</div>
This div border color is #dd840f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(221,132,15, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dd840f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dd840f; -webkit-box-shadow: 1px 1px 3px 2px #dd840f; box-shadow: 1px 1px 3px 2px #dd840f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(221,132,15, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dd840f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dd840f; -webkit-box-shadow: 1px 1px 3px 2px #dd840f; box-shadow: 1px 1px 3px 2px #dd840f;">
Div content here</div>
This div box has shadow with color #dd840f
Comments
No comments written yet.
Please login to write comment.