Color spaces of #dbb97e
RGB | 219 | 185 | 126 |
---|---|---|---|
HSL | 0.11 | 0.56 | 0.68 |
HSV | 38° | 42° | 86° |
CMYK | 0.00 | 0.16 | 0.42 0.14 |
XYZ | 50.3283 | 51.2644 | 26.9811 |
Yxy | 51.2644 | 0.3914 | 0.3987 |
Hunter Lab | 71.5992 | 0.1722 | 27.7768 |
CIE-Lab | 76.8389 | 4.3411 | 34.4458 |
#dbb97e color RGB value is (219,185,126).
#dbb97e hex color red value is 219, green value is 185 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #dbb97e hue: 0.11 , saturation: 0.56 and the lightness value of dbb97e is 0.68.
The process color (four color CMYK) of #dbb97e color hex is 0.00, 0.16, 0.42, 0.14. Web safe color of #dbb97e is #cccc66. Color #dbb97e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011011 | 10111001 | 01111110 |
Octal | 333 | 271 | 176 |
Decimal | 219 | 185 | 126 |
Hex | DB | B9 | 7E |
Shades of #dbb97e
Tints of #dbb97e
RGB Percentages of Color #dbb97e
CMYK Percentages of Color #dbb97e
Complementary Color
#dbb97e | #7ea0db |
#dbb97e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dbb97e Color Preview on White Background
Lorem ipsum dolor sit amet.
#dbb97e Color CSS Codes
.mybgcolor {background-color:#dbb97e; } .myforecolor {color:#dbb97e; } .mybordercolor {border:3px solid #dbb97e; }
#dbb97e Text Font Color
<p style="color:#dbb97e">Text here</p>
This sample text font color is #dbb97e
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.
#dbb97e Background Color
<div style="background-color:#dbb97e">
Div content here</div>
This div background color is #dbb97e
#dbb97e Border Color
<div style="border:3px solid #dbb97e">
Div here</div>
This div border color is #dbb97e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(219,185,126, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dbb97e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dbb97e; -webkit-box-shadow: 1px 1px 3px 2px #dbb97e; box-shadow: 1px 1px 3px 2px #dbb97e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(219,185,126, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dbb97e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dbb97e; -webkit-box-shadow: 1px 1px 3px 2px #dbb97e; box-shadow: 1px 1px 3px 2px #dbb97e;">
Div content here</div>
This div box has shadow with color #dbb97e
Comments
No comments written yet.
Please login to write comment.