Color spaces of #dfbb79
RGB | 223 | 187 | 121 |
---|---|---|---|
HSL | 0.11 | 0.61 | 0.67 |
HSV | 39° | 46° | 87° |
CMYK | 0.00 | 0.16 | 0.46 0.13 |
XYZ | 51.6529 | 52.6091 | 25.5213 |
Yxy | 52.6091 | 0.3980 | 0.4054 |
Hunter Lab | 72.5321 | 0.1854 | 29.9106 |
CIE-Lab | 77.6436 | 4.3905 | 38.1410 |
#dfbb79 color RGB value is (223,187,121).
#dfbb79 hex color red value is 223, green value is 187 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #dfbb79 hue: 0.11 , saturation: 0.61 and the lightness value of dfbb79 is 0.67.
The process color (four color CMYK) of #dfbb79 color hex is 0.00, 0.16, 0.46, 0.13. Web safe color of #dfbb79 is #cccc66. Color #dfbb79 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011111 | 10111011 | 01111001 |
Octal | 337 | 273 | 171 |
Decimal | 223 | 187 | 121 |
Hex | DF | BB | 79 |
Shades of #dfbb79
Tints of #dfbb79
RGB Percentages of Color #dfbb79
CMYK Percentages of Color #dfbb79
Complementary Color
#dfbb79 | #799ddf |
#dfbb79 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dfbb79 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dfbb79 Color CSS Codes
.mybgcolor {background-color:#dfbb79; } .myforecolor {color:#dfbb79; } .mybordercolor {border:3px solid #dfbb79; }
#dfbb79 Text Font Color
<p style="color:#dfbb79">Text here</p>
This sample text font color is #dfbb79
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.
#dfbb79 Background Color
<div style="background-color:#dfbb79">
Div content here</div>
This div background color is #dfbb79
#dfbb79 Border Color
<div style="border:3px solid #dfbb79">
Div here</div>
This div border color is #dfbb79
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(223,187,121, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dfbb79; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dfbb79; -webkit-box-shadow: 1px 1px 3px 2px #dfbb79; box-shadow: 1px 1px 3px 2px #dfbb79; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(223,187,121, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dfbb79">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dfbb79; -webkit-box-shadow: 1px 1px 3px 2px #dfbb79; box-shadow: 1px 1px 3px 2px #dfbb79;">
Div content here</div>
This div box has shadow with color #dfbb79
Comments
No comments written yet.
Please login to write comment.