Color spaces of #dbba8d
RGB | 219 | 186 | 141 |
---|---|---|---|
HSL | 0.10 | 0.52 | 0.71 |
HSV | 35° | 36° | 86° |
CMYK | 0.00 | 0.15 | 0.36 0.14 |
XYZ | 51.5800 | 52.1010 | 32.5372 |
Yxy | 52.1010 | 0.3787 | 0.3825 |
Hunter Lab | 72.1810 | 1.2379 | 23.8004 |
CIE-Lab | 77.3412 | 5.5021 | 27.2212 |
#dbba8d color RGB value is (219,186,141).
#dbba8d hex color red value is 219, green value is 186 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #dbba8d hue: 0.10 , saturation: 0.52 and the lightness value of dbba8d is 0.71.
The process color (four color CMYK) of #dbba8d color hex is 0.00, 0.15, 0.36, 0.14. Web safe color of #dbba8d is #cccc99. Color #dbba8d contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011011 | 10111010 | 10001101 |
Octal | 333 | 272 | 215 |
Decimal | 219 | 186 | 141 |
Hex | DB | BA | 8D |
Shades of #dbba8d
Tints of #dbba8d
RGB Percentages of Color #dbba8d
CMYK Percentages of Color #dbba8d
Complementary Color
#dbba8d | #8daedb |
#dbba8d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dbba8d Color Preview on White Background
Lorem ipsum dolor sit amet.
#dbba8d Color CSS Codes
.mybgcolor {background-color:#dbba8d; } .myforecolor {color:#dbba8d; } .mybordercolor {border:3px solid #dbba8d; }
#dbba8d Text Font Color
<p style="color:#dbba8d">Text here</p>
This sample text font color is #dbba8d
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.
#dbba8d Background Color
<div style="background-color:#dbba8d">
Div content here</div>
This div background color is #dbba8d
#dbba8d Border Color
<div style="border:3px solid #dbba8d">
Div here</div>
This div border color is #dbba8d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(219,186,141, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dbba8d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dbba8d; -webkit-box-shadow: 1px 1px 3px 2px #dbba8d; box-shadow: 1px 1px 3px 2px #dbba8d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(219,186,141, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dbba8d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dbba8d; -webkit-box-shadow: 1px 1px 3px 2px #dbba8d; box-shadow: 1px 1px 3px 2px #dbba8d;">
Div content here</div>
This div box has shadow with color #dbba8d
Comments
No comments written yet.
Please login to write comment.