Color spaces of #dbb390
RGB | 219 | 179 | 144 |
---|---|---|---|
HSL | 0.08 | 0.51 | 0.71 |
HSV | 28° | 34° | 86° |
CMYK | 0.00 | 0.18 | 0.34 0.14 |
XYZ | 50.3676 | 49.3139 | 33.2494 |
Yxy | 49.3139 | 0.3789 | 0.3710 |
Hunter Lab | 70.2239 | 5.1362 | 21.0842 |
CIE-Lab | 75.6462 | 9.5873 | 23.3302 |
#dbb390 color RGB value is (219,179,144).
#dbb390 hex color red value is 219, green value is 179 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #dbb390 hue: 0.08 , saturation: 0.51 and the lightness value of dbb390 is 0.71.
The process color (four color CMYK) of #dbb390 color hex is 0.00, 0.18, 0.34, 0.14. Web safe color of #dbb390 is #cccc99. Color #dbb390 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011011 | 10110011 | 10010000 |
Octal | 333 | 263 | 220 |
Decimal | 219 | 179 | 144 |
Hex | DB | B3 | 90 |
Shades of #dbb390
Tints of #dbb390
RGB Percentages of Color #dbb390
CMYK Percentages of Color #dbb390
Complementary Color
#dbb390 | #90b8db |
#dbb390 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dbb390 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dbb390 Color CSS Codes
.mybgcolor {background-color:#dbb390; } .myforecolor {color:#dbb390; } .mybordercolor {border:3px solid #dbb390; }
#dbb390 Text Font Color
<p style="color:#dbb390">Text here</p>
This sample text font color is #dbb390
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.
#dbb390 Background Color
<div style="background-color:#dbb390">
Div content here</div>
This div background color is #dbb390
#dbb390 Border Color
<div style="border:3px solid #dbb390">
Div here</div>
This div border color is #dbb390
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(219,179,144, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dbb390; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dbb390; -webkit-box-shadow: 1px 1px 3px 2px #dbb390; box-shadow: 1px 1px 3px 2px #dbb390; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(219,179,144, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dbb390">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dbb390; -webkit-box-shadow: 1px 1px 3px 2px #dbb390; box-shadow: 1px 1px 3px 2px #dbb390;">
Div content here</div>
This div box has shadow with color #dbb390
Comments
No comments written yet.
Please login to write comment.