Color spaces of #d68428
RGB | 214 | 132 | 40 |
---|---|---|---|
HSL | 0.09 | 0.69 | 0.50 |
HSV | 32° | 81° | 84° |
CMYK | 0.00 | 0.38 | 0.81 0.16 |
XYZ | 36.3658 | 30.9519 | 6.0651 |
Yxy | 30.9519 | 0.4956 | 0.4218 |
Hunter Lab | 55.6344 | 19.3174 | 32.4805 |
CIE-Lab | 62.4670 | 24.7648 | 58.9063 |
#d68428 color RGB value is (214,132,40).
#d68428 hex color red value is 214, green value is 132 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #d68428 hue: 0.09 , saturation: 0.69 and the lightness value of d68428 is 0.50.
The process color (four color CMYK) of #d68428 color hex is 0.00, 0.38, 0.81, 0.16. Web safe color of #d68428 is #cc9933. Color #d68428 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010110 | 10000100 | 00101000 |
Octal | 326 | 204 | 50 |
Decimal | 214 | 132 | 40 |
Hex | D6 | 84 | 28 |
Shades of #d68428
Tints of #d68428
RGB Percentages of Color #d68428
CMYK Percentages of Color #d68428
Complementary Color
#d68428 | #287ad6 |
#d68428 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d68428 Color Preview on White Background
Lorem ipsum dolor sit amet.
#d68428 Color CSS Codes
.mybgcolor {background-color:#d68428; } .myforecolor {color:#d68428; } .mybordercolor {border:3px solid #d68428; }
#d68428 Text Font Color
<p style="color:#d68428">Text here</p>
This sample text font color is #d68428
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.
#d68428 Background Color
<div style="background-color:#d68428">
Div content here</div>
This div background color is #d68428
#d68428 Border Color
<div style="border:3px solid #d68428">
Div here</div>
This div border color is #d68428
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(214,132,40, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d68428; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d68428; -webkit-box-shadow: 1px 1px 3px 2px #d68428; box-shadow: 1px 1px 3px 2px #d68428; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(214,132,40, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d68428">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d68428; -webkit-box-shadow: 1px 1px 3px 2px #d68428; box-shadow: 1px 1px 3px 2px #d68428;">
Div content here</div>
This div box has shadow with color #d68428
Comments
No comments written yet.
Please login to write comment.