Color spaces of #dfb96e
RGB | 223 | 185 | 110 |
---|---|---|---|
HSL | 0.11 | 0.64 | 0.65 |
HSV | 40° | 51° | 87° |
CMYK | 0.00 | 0.17 | 0.51 0.13 |
XYZ | 50.5949 | 51.5117 | 22.0280 |
Yxy | 51.5117 | 0.4076 | 0.4150 |
Hunter Lab | 71.7717 | 0.2319 | 32.0430 |
CIE-Lab | 76.9879 | 4.4117 | 42.9150 |
#dfb96e color RGB value is (223,185,110).
#dfb96e hex color red value is 223, green value is 185 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #dfb96e hue: 0.11 , saturation: 0.64 and the lightness value of dfb96e is 0.65.
The process color (four color CMYK) of #dfb96e color hex is 0.00, 0.17, 0.51, 0.13. Web safe color of #dfb96e is #cccc66. Color #dfb96e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011111 | 10111001 | 01101110 |
Octal | 337 | 271 | 156 |
Decimal | 223 | 185 | 110 |
Hex | DF | B9 | 6E |
Shades of #dfb96e
Tints of #dfb96e
RGB Percentages of Color #dfb96e
CMYK Percentages of Color #dfb96e
Complementary Color
#dfb96e | #6e94df |
#dfb96e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dfb96e Color Preview on White Background
Lorem ipsum dolor sit amet.
#dfb96e Color CSS Codes
.mybgcolor {background-color:#dfb96e; } .myforecolor {color:#dfb96e; } .mybordercolor {border:3px solid #dfb96e; }
#dfb96e Text Font Color
<p style="color:#dfb96e">Text here</p>
This sample text font color is #dfb96e
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.
#dfb96e Background Color
<div style="background-color:#dfb96e">
Div content here</div>
This div background color is #dfb96e
#dfb96e Border Color
<div style="border:3px solid #dfb96e">
Div here</div>
This div border color is #dfb96e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(223,185,110, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dfb96e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dfb96e; -webkit-box-shadow: 1px 1px 3px 2px #dfb96e; box-shadow: 1px 1px 3px 2px #dfb96e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(223,185,110, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dfb96e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dfb96e; -webkit-box-shadow: 1px 1px 3px 2px #dfb96e; box-shadow: 1px 1px 3px 2px #dfb96e;">
Div content here</div>
This div box has shadow with color #dfb96e
Comments
No comments written yet.
Please login to write comment.