Color spaces of #dd660c
RGB | 221 | 102 | 12 |
---|---|---|---|
HSL | 0.07 | 0.90 | 0.46 |
HSV | 26° | 95° | 87° |
CMYK | 0.00 | 0.54 | 0.95 0.13 |
XYZ | 34.6365 | 24.9014 | 3.3287 |
Yxy | 24.9014 | 0.5510 | 0.3961 |
Hunter Lab | 49.9013 | 36.5696 | 30.9759 |
CIE-Lab | 56.9792 | 42.5717 | 63.2896 |
#dd660c color RGB value is (221,102,12).
#dd660c hex color red value is 221, green value is 102 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #dd660c hue: 0.07 , saturation: 0.90 and the lightness value of dd660c is 0.46.
The process color (four color CMYK) of #dd660c color hex is 0.00, 0.54, 0.95, 0.13. Web safe color of #dd660c is #cc6600. Color #dd660c contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011101 | 01100110 | 00001100 |
Octal | 335 | 146 | 14 |
Decimal | 221 | 102 | 12 |
Hex | DD | 66 | C |
Shades of #dd660c
Tints of #dd660c
RGB Percentages of Color #dd660c
CMYK Percentages of Color #dd660c
Complementary Color
#dd660c | #0c83dd |
#dd660c Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dd660c Color Preview on White Background
Lorem ipsum dolor sit amet.
#dd660c Color CSS Codes
.mybgcolor {background-color:#dd660c; } .myforecolor {color:#dd660c; } .mybordercolor {border:3px solid #dd660c; }
#dd660c Text Font Color
<p style="color:#dd660c">Text here</p>
This sample text font color is #dd660c
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.
#dd660c Background Color
<div style="background-color:#dd660c">
Div content here</div>
This div background color is #dd660c
#dd660c Border Color
<div style="border:3px solid #dd660c">
Div here</div>
This div border color is #dd660c
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(221,102,12, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dd660c; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dd660c; -webkit-box-shadow: 1px 1px 3px 2px #dd660c; box-shadow: 1px 1px 3px 2px #dd660c; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(221,102,12, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dd660c">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dd660c; -webkit-box-shadow: 1px 1px 3px 2px #dd660c; box-shadow: 1px 1px 3px 2px #dd660c;">
Div content here</div>
This div box has shadow with color #dd660c
Comments
No comments written yet.
Please login to write comment.