Color spaces of #df692d
RGB | 223 | 105 | 45 |
---|---|---|---|
HSL | 0.06 | 0.74 | 0.53 |
HSV | 20° | 80° | 87° |
CMYK | 0.00 | 0.53 | 0.80 0.13 |
XYZ | 35.9567 | 25.9806 | 5.6023 |
Yxy | 25.9806 | 0.5324 | 0.3847 |
Hunter Lab | 50.9712 | 36.7201 | 29.1632 |
CIE-Lab | 58.0186 | 42.5725 | 53.2310 |
#df692d color RGB value is (223,105,45).
#df692d hex color red value is 223, green value is 105 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #df692d hue: 0.06 , saturation: 0.74 and the lightness value of df692d is 0.53.
The process color (four color CMYK) of #df692d color hex is 0.00, 0.53, 0.80, 0.13. Web safe color of #df692d is #cc6633. Color #df692d contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011111 | 01101001 | 00101101 |
Octal | 337 | 151 | 55 |
Decimal | 223 | 105 | 45 |
Hex | DF | 69 | 2D |
Shades of #df692d
Tints of #df692d
RGB Percentages of Color #df692d
CMYK Percentages of Color #df692d
Complementary Color
#df692d | #2da3df |
#df692d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#df692d Color Preview on White Background
Lorem ipsum dolor sit amet.
#df692d Color CSS Codes
.mybgcolor {background-color:#df692d; } .myforecolor {color:#df692d; } .mybordercolor {border:3px solid #df692d; }
#df692d Text Font Color
<p style="color:#df692d">Text here</p>
This sample text font color is #df692d
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.
#df692d Background Color
<div style="background-color:#df692d">
Div content here</div>
This div background color is #df692d
#df692d Border Color
<div style="border:3px solid #df692d">
Div here</div>
This div border color is #df692d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(223,105,45, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #df692d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #df692d; -webkit-box-shadow: 1px 1px 3px 2px #df692d; box-shadow: 1px 1px 3px 2px #df692d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(223,105,45, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #df692d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #df692d; -webkit-box-shadow: 1px 1px 3px 2px #df692d; box-shadow: 1px 1px 3px 2px #df692d;">
Div content here</div>
This div box has shadow with color #df692d
Comments
No comments written yet.
Please login to write comment.