Color spaces of #dfb182
RGB | 223 | 177 | 130 |
---|---|---|---|
HSL | 0.08 | 0.59 | 0.69 |
HSV | 30° | 42° | 87° |
CMYK | 0.00 | 0.21 | 0.42 0.13 |
XYZ | 50.1828 | 48.7440 | 27.8827 |
Yxy | 48.7440 | 0.3957 | 0.3844 |
Hunter Lab | 69.8169 | 6.1222 | 25.1933 |
CIE-Lab | 75.2918 | 10.6195 | 30.3944 |
#dfb182 color RGB value is (223,177,130).
#dfb182 hex color red value is 223, green value is 177 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #dfb182 hue: 0.08 , saturation: 0.59 and the lightness value of dfb182 is 0.69.
The process color (four color CMYK) of #dfb182 color hex is 0.00, 0.21, 0.42, 0.13. Web safe color of #dfb182 is #cc9999. Color #dfb182 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011111 | 10110001 | 10000010 |
Octal | 337 | 261 | 202 |
Decimal | 223 | 177 | 130 |
Hex | DF | B1 | 82 |
Shades of #dfb182
Tints of #dfb182
RGB Percentages of Color #dfb182
CMYK Percentages of Color #dfb182
Complementary Color
#dfb182 | #82b0df |
#dfb182 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dfb182 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dfb182 Color CSS Codes
.mybgcolor {background-color:#dfb182; } .myforecolor {color:#dfb182; } .mybordercolor {border:3px solid #dfb182; }
#dfb182 Text Font Color
<p style="color:#dfb182">Text here</p>
This sample text font color is #dfb182
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.
#dfb182 Background Color
<div style="background-color:#dfb182">
Div content here</div>
This div background color is #dfb182
#dfb182 Border Color
<div style="border:3px solid #dfb182">
Div here</div>
This div border color is #dfb182
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(223,177,130, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dfb182; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dfb182; -webkit-box-shadow: 1px 1px 3px 2px #dfb182; box-shadow: 1px 1px 3px 2px #dfb182; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(223,177,130, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dfb182">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dfb182; -webkit-box-shadow: 1px 1px 3px 2px #dfb182; box-shadow: 1px 1px 3px 2px #dfb182;">
Div content here</div>
This div box has shadow with color #dfb182
#dfb182 Color Palettes
Comments
No comments written yet.
Please login to write comment.