Color spaces of #dfb48b
RGB | 223 | 180 | 139 |
---|---|---|---|
HSL | 0.08 | 0.57 | 0.71 |
HSV | 29° | 38° | 87° |
CMYK | 0.00 | 0.19 | 0.38 0.13 |
XYZ | 51.4129 | 50.1946 | 31.4049 |
Yxy | 50.1946 | 0.3865 | 0.3774 |
Hunter Lab | 70.8481 | 5.5492 | 23.3122 |
CIE-Lab | 76.1886 | 10.0295 | 26.8033 |
#dfb48b color RGB value is (223,180,139).
#dfb48b hex color red value is 223, green value is 180 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #dfb48b hue: 0.08 , saturation: 0.57 and the lightness value of dfb48b is 0.71.
The process color (four color CMYK) of #dfb48b color hex is 0.00, 0.19, 0.38, 0.13. Web safe color of #dfb48b is #cccc99. Color #dfb48b contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011111 | 10110100 | 10001011 |
Octal | 337 | 264 | 213 |
Decimal | 223 | 180 | 139 |
Hex | DF | B4 | 8B |
Shades of #dfb48b
Tints of #dfb48b
RGB Percentages of Color #dfb48b
CMYK Percentages of Color #dfb48b
Complementary Color
#dfb48b | #8bb6df |
#dfb48b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dfb48b Color Preview on White Background
Lorem ipsum dolor sit amet.
#dfb48b Color CSS Codes
.mybgcolor {background-color:#dfb48b; } .myforecolor {color:#dfb48b; } .mybordercolor {border:3px solid #dfb48b; }
#dfb48b Text Font Color
<p style="color:#dfb48b">Text here</p>
This sample text font color is #dfb48b
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.
#dfb48b Background Color
<div style="background-color:#dfb48b">
Div content here</div>
This div background color is #dfb48b
#dfb48b Border Color
<div style="border:3px solid #dfb48b">
Div here</div>
This div border color is #dfb48b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(223,180,139, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dfb48b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dfb48b; -webkit-box-shadow: 1px 1px 3px 2px #dfb48b; box-shadow: 1px 1px 3px 2px #dfb48b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(223,180,139, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dfb48b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dfb48b; -webkit-box-shadow: 1px 1px 3px 2px #dfb48b; box-shadow: 1px 1px 3px 2px #dfb48b;">
Div content here</div>
This div box has shadow with color #dfb48b
Comments
No comments written yet.
Please login to write comment.