Color spaces of #df763c
RGB | 223 | 118 | 60 |
---|---|---|---|
HSL | 0.06 | 0.72 | 0.55 |
HSV | 21° | 73° | 87° |
CMYK | 0.00 | 0.47 | 0.73 0.13 |
XYZ | 37.7255 | 28.9711 | 7.8786 |
Yxy | 28.9711 | 0.5059 | 0.3885 |
Hunter Lab | 53.8248 | 30.9162 | 28.9988 |
CIE-Lab | 60.7561 | 36.6080 | 48.9969 |
#df763c color RGB value is (223,118,60).
#df763c hex color red value is 223, green value is 118 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #df763c hue: 0.06 , saturation: 0.72 and the lightness value of df763c is 0.55.
The process color (four color CMYK) of #df763c color hex is 0.00, 0.47, 0.73, 0.13. Web safe color of #df763c is #cc6633. Color #df763c contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011111 | 01110110 | 00111100 |
Octal | 337 | 166 | 74 |
Decimal | 223 | 118 | 60 |
Hex | DF | 76 | 3C |
Shades of #df763c
Tints of #df763c
RGB Percentages of Color #df763c
CMYK Percentages of Color #df763c
Complementary Color
#df763c | #3ca5df |
#df763c Color Preview on Black Background
Lorem ipsum dolor sit amet.
#df763c Color Preview on White Background
Lorem ipsum dolor sit amet.
#df763c Color CSS Codes
.mybgcolor {background-color:#df763c; } .myforecolor {color:#df763c; } .mybordercolor {border:3px solid #df763c; }
#df763c Text Font Color
<p style="color:#df763c">Text here</p>
This sample text font color is #df763c
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.
#df763c Background Color
<div style="background-color:#df763c">
Div content here</div>
This div background color is #df763c
#df763c Border Color
<div style="border:3px solid #df763c">
Div here</div>
This div border color is #df763c
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(223,118,60, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #df763c; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #df763c; -webkit-box-shadow: 1px 1px 3px 2px #df763c; box-shadow: 1px 1px 3px 2px #df763c; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(223,118,60, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #df763c">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #df763c; -webkit-box-shadow: 1px 1px 3px 2px #df763c; box-shadow: 1px 1px 3px 2px #df763c;">
Div content here</div>
This div box has shadow with color #df763c
Comments
No comments written yet.
Please login to write comment.