Color spaces of #dbc5ac
RGB | 219 | 197 | 172 |
---|---|---|---|
HSL | 0.09 | 0.39 | 0.77 |
HSV | 32° | 21° | 86° |
CMYK | 0.00 | 0.10 | 0.21 0.14 |
XYZ | 56.6261 | 57.9711 | 47.2348 |
Yxy | 57.9711 | 0.3499 | 0.3582 |
Hunter Lab | 76.1388 | -0.4884 | 16.5149 |
CIE-Lab | 80.7227 | 3.8146 | 15.3616 |
#dbc5ac color RGB value is (219,197,172).
#dbc5ac hex color red value is 219, green value is 197 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #dbc5ac hue: 0.09 , saturation: 0.39 and the lightness value of dbc5ac is 0.77.
The process color (four color CMYK) of #dbc5ac color hex is 0.00, 0.10, 0.21, 0.14. Web safe color of #dbc5ac is #cccc99. Color #dbc5ac contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011011 | 11000101 | 10101100 |
Octal | 333 | 305 | 254 |
Decimal | 219 | 197 | 172 |
Hex | DB | C5 | AC |
Shades of #dbc5ac
Tints of #dbc5ac
RGB Percentages of Color #dbc5ac
CMYK Percentages of Color #dbc5ac
Complementary Color
#dbc5ac | #acc2db |
#dbc5ac Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dbc5ac Color Preview on White Background
Lorem ipsum dolor sit amet.
#dbc5ac Color CSS Codes
.mybgcolor {background-color:#dbc5ac; } .myforecolor {color:#dbc5ac; } .mybordercolor {border:3px solid #dbc5ac; }
#dbc5ac Text Font Color
<p style="color:#dbc5ac">Text here</p>
This sample text font color is #dbc5ac
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.
#dbc5ac Background Color
<div style="background-color:#dbc5ac">
Div content here</div>
This div background color is #dbc5ac
#dbc5ac Border Color
<div style="border:3px solid #dbc5ac">
Div here</div>
This div border color is #dbc5ac
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(219,197,172, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dbc5ac; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dbc5ac; -webkit-box-shadow: 1px 1px 3px 2px #dbc5ac; box-shadow: 1px 1px 3px 2px #dbc5ac; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(219,197,172, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dbc5ac">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dbc5ac; -webkit-box-shadow: 1px 1px 3px 2px #dbc5ac; box-shadow: 1px 1px 3px 2px #dbc5ac;">
Div content here</div>
This div box has shadow with color #dbc5ac
#dbc5ac Color Palettes
Comments
No comments written yet.
Please login to write comment.