Color spaces of #db998d
RGB | 219 | 153 | 141 |
---|---|---|---|
HSL | 0.03 | 0.52 | 0.71 |
HSV | 9° | 36° | 86° |
CMYK | 0.00 | 0.30 | 0.36 0.14 |
XYZ | 45.4124 | 39.7656 | 30.4813 |
Yxy | 39.7656 | 0.3926 | 0.3438 |
Hunter Lab | 63.0600 | 18.1912 | 15.4830 |
CIE-Lab | 69.3023 | 23.2026 | 16.2387 |
#db998d color RGB value is (219,153,141).
#db998d hex color red value is 219, green value is 153 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #db998d hue: 0.03 , saturation: 0.52 and the lightness value of db998d is 0.71.
The process color (four color CMYK) of #db998d color hex is 0.00, 0.30, 0.36, 0.14. Web safe color of #db998d is #cc9999. Color #db998d contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011011 | 10011001 | 10001101 |
Octal | 333 | 231 | 215 |
Decimal | 219 | 153 | 141 |
Hex | DB | 99 | 8D |
Shades of #db998d
Tints of #db998d
RGB Percentages of Color #db998d
CMYK Percentages of Color #db998d
Complementary Color
#db998d | #8dcfdb |
#db998d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#db998d Color Preview on White Background
Lorem ipsum dolor sit amet.
#db998d Color CSS Codes
.mybgcolor {background-color:#db998d; } .myforecolor {color:#db998d; } .mybordercolor {border:3px solid #db998d; }
#db998d Text Font Color
<p style="color:#db998d">Text here</p>
This sample text font color is #db998d
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.
#db998d Background Color
<div style="background-color:#db998d">
Div content here</div>
This div background color is #db998d
#db998d Border Color
<div style="border:3px solid #db998d">
Div here</div>
This div border color is #db998d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(219,153,141, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #db998d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #db998d; -webkit-box-shadow: 1px 1px 3px 2px #db998d; box-shadow: 1px 1px 3px 2px #db998d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(219,153,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 #db998d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #db998d; -webkit-box-shadow: 1px 1px 3px 2px #db998d; box-shadow: 1px 1px 3px 2px #db998d;">
Div content here</div>
This div box has shadow with color #db998d
Comments
No comments written yet.
Please login to write comment.