Color spaces of #dbb69e
RGB | 219 | 182 | 158 |
---|---|---|---|
HSL | 0.07 | 0.46 | 0.74 |
HSV | 24° | 28° | 86° |
CMYK | 0.00 | 0.17 | 0.28 0.14 |
XYZ | 52.1129 | 50.9846 | 39.4421 |
Yxy | 50.9846 | 0.3656 | 0.3577 |
Hunter Lab | 71.4035 | 5.3197 | 17.2316 |
CIE-Lab | 76.6697 | 9.7963 | 17.2047 |
#dbb69e color RGB value is (219,182,158).
#dbb69e hex color red value is 219, green value is 182 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #dbb69e hue: 0.07 , saturation: 0.46 and the lightness value of dbb69e is 0.74.
The process color (four color CMYK) of #dbb69e color hex is 0.00, 0.17, 0.28, 0.14. Web safe color of #dbb69e is #cccc99. Color #dbb69e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011011 | 10110110 | 10011110 |
Octal | 333 | 266 | 236 |
Decimal | 219 | 182 | 158 |
Hex | DB | B6 | 9E |
Shades of #dbb69e
Tints of #dbb69e
RGB Percentages of Color #dbb69e
CMYK Percentages of Color #dbb69e
Complementary Color
#dbb69e | #9ec3db |
#dbb69e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dbb69e Color Preview on White Background
Lorem ipsum dolor sit amet.
#dbb69e Color CSS Codes
.mybgcolor {background-color:#dbb69e; } .myforecolor {color:#dbb69e; } .mybordercolor {border:3px solid #dbb69e; }
#dbb69e Text Font Color
<p style="color:#dbb69e">Text here</p>
This sample text font color is #dbb69e
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.
#dbb69e Background Color
<div style="background-color:#dbb69e">
Div content here</div>
This div background color is #dbb69e
#dbb69e Border Color
<div style="border:3px solid #dbb69e">
Div here</div>
This div border color is #dbb69e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(219,182,158, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dbb69e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dbb69e; -webkit-box-shadow: 1px 1px 3px 2px #dbb69e; box-shadow: 1px 1px 3px 2px #dbb69e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(219,182,158, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dbb69e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dbb69e; -webkit-box-shadow: 1px 1px 3px 2px #dbb69e; box-shadow: 1px 1px 3px 2px #dbb69e;">
Div content here</div>
This div box has shadow with color #dbb69e
Comments
No comments written yet.
Please login to write comment.