Color spaces of #df874b
RGB | 223 | 135 | 75 |
---|---|---|---|
HSL | 0.07 | 0.70 | 0.58 |
HSV | 24° | 66° | 87° |
CMYK | 0.00 | 0.39 | 0.66 0.13 |
XYZ | 40.3654 | 33.5239 | 10.9999 |
Yxy | 33.5239 | 0.4755 | 0.3949 |
Hunter Lab | 57.8998 | 23.1182 | 29.2659 |
CIE-Lab | 64.5829 | 28.4918 | 45.7882 |
#df874b color RGB value is (223,135,75).
#df874b hex color red value is 223, green value is 135 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #df874b hue: 0.07 , saturation: 0.70 and the lightness value of df874b is 0.58.
The process color (four color CMYK) of #df874b color hex is 0.00, 0.39, 0.66, 0.13. Web safe color of #df874b is #cc9933. Color #df874b contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011111 | 10000111 | 01001011 |
Octal | 337 | 207 | 113 |
Decimal | 223 | 135 | 75 |
Hex | DF | 87 | 4B |
Shades of #df874b
Tints of #df874b
RGB Percentages of Color #df874b
CMYK Percentages of Color #df874b
Complementary Color
#df874b | #4ba3df |
#df874b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#df874b Color Preview on White Background
Lorem ipsum dolor sit amet.
#df874b Color CSS Codes
.mybgcolor {background-color:#df874b; } .myforecolor {color:#df874b; } .mybordercolor {border:3px solid #df874b; }
#df874b Text Font Color
<p style="color:#df874b">Text here</p>
This sample text font color is #df874b
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.
#df874b Background Color
<div style="background-color:#df874b">
Div content here</div>
This div background color is #df874b
#df874b Border Color
<div style="border:3px solid #df874b">
Div here</div>
This div border color is #df874b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(223,135,75, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #df874b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #df874b; -webkit-box-shadow: 1px 1px 3px 2px #df874b; box-shadow: 1px 1px 3px 2px #df874b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(223,135,75, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #df874b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #df874b; -webkit-box-shadow: 1px 1px 3px 2px #df874b; box-shadow: 1px 1px 3px 2px #df874b;">
Div content here</div>
This div box has shadow with color #df874b
Comments
No comments written yet.
Please login to write comment.