Color spaces of #dfbc7e
RGB | 223 | 188 | 126 |
---|---|---|---|
HSL | 0.11 | 0.60 | 0.68 |
HSV | 38° | 43° | 87° |
CMYK | 0.00 | 0.16 | 0.43 0.13 |
XYZ | 52.1805 | 53.1608 | 27.2495 |
Yxy | 53.1608 | 0.3935 | 0.4009 |
Hunter Lab | 72.9115 | 0.1520 | 28.8793 |
CIE-Lab | 77.9698 | 4.3690 | 35.9805 |
#dfbc7e color RGB value is (223,188,126).
#dfbc7e hex color red value is 223, green value is 188 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #dfbc7e hue: 0.11 , saturation: 0.60 and the lightness value of dfbc7e is 0.68.
The process color (four color CMYK) of #dfbc7e color hex is 0.00, 0.16, 0.43, 0.13. Web safe color of #dfbc7e is #cccc66. Color #dfbc7e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011111 | 10111100 | 01111110 |
Octal | 337 | 274 | 176 |
Decimal | 223 | 188 | 126 |
Hex | DF | BC | 7E |
Shades of #dfbc7e
Tints of #dfbc7e
RGB Percentages of Color #dfbc7e
CMYK Percentages of Color #dfbc7e
Complementary Color
#dfbc7e | #7ea1df |
#dfbc7e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dfbc7e Color Preview on White Background
Lorem ipsum dolor sit amet.
#dfbc7e Color CSS Codes
.mybgcolor {background-color:#dfbc7e; } .myforecolor {color:#dfbc7e; } .mybordercolor {border:3px solid #dfbc7e; }
#dfbc7e Text Font Color
<p style="color:#dfbc7e">Text here</p>
This sample text font color is #dfbc7e
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.
#dfbc7e Background Color
<div style="background-color:#dfbc7e">
Div content here</div>
This div background color is #dfbc7e
#dfbc7e Border Color
<div style="border:3px solid #dfbc7e">
Div here</div>
This div border color is #dfbc7e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(223,188,126, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dfbc7e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dfbc7e; -webkit-box-shadow: 1px 1px 3px 2px #dfbc7e; box-shadow: 1px 1px 3px 2px #dfbc7e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(223,188,126, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dfbc7e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dfbc7e; -webkit-box-shadow: 1px 1px 3px 2px #dfbc7e; box-shadow: 1px 1px 3px 2px #dfbc7e;">
Div content here</div>
This div box has shadow with color #dfbc7e
Comments
No comments written yet.
Please login to write comment.