Color spaces of #db9a7c
RGB | 219 | 154 | 124 |
---|---|---|---|
HSL | 0.05 | 0.57 | 0.67 |
HSV | 19° | 43° | 86° |
CMYK | 0.00 | 0.30 | 0.43 0.14 |
XYZ | 44.4071 | 39.6265 | 24.3770 |
Yxy | 39.6265 | 0.4096 | 0.3655 |
Hunter Lab | 62.9496 | 15.7591 | 21.1049 |
CIE-Lab | 69.2027 | 20.7259 | 25.4588 |
#db9a7c color RGB value is (219,154,124).
#db9a7c hex color red value is 219, green value is 154 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #db9a7c hue: 0.05 , saturation: 0.57 and the lightness value of db9a7c is 0.67.
The process color (four color CMYK) of #db9a7c color hex is 0.00, 0.30, 0.43, 0.14. Web safe color of #db9a7c is #cc9966. Color #db9a7c contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011011 | 10011010 | 01111100 |
Octal | 333 | 232 | 174 |
Decimal | 219 | 154 | 124 |
Hex | DB | 9A | 7C |
Shades of #db9a7c
Tints of #db9a7c
RGB Percentages of Color #db9a7c
CMYK Percentages of Color #db9a7c
Complementary Color
#db9a7c | #7cbddb |
#db9a7c Color Preview on Black Background
Lorem ipsum dolor sit amet.
#db9a7c Color Preview on White Background
Lorem ipsum dolor sit amet.
#db9a7c Color CSS Codes
.mybgcolor {background-color:#db9a7c; } .myforecolor {color:#db9a7c; } .mybordercolor {border:3px solid #db9a7c; }
#db9a7c Text Font Color
<p style="color:#db9a7c">Text here</p>
This sample text font color is #db9a7c
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.
#db9a7c Background Color
<div style="background-color:#db9a7c">
Div content here</div>
This div background color is #db9a7c
#db9a7c Border Color
<div style="border:3px solid #db9a7c">
Div here</div>
This div border color is #db9a7c
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(219,154,124, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #db9a7c; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #db9a7c; -webkit-box-shadow: 1px 1px 3px 2px #db9a7c; box-shadow: 1px 1px 3px 2px #db9a7c; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(219,154,124, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #db9a7c">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #db9a7c; -webkit-box-shadow: 1px 1px 3px 2px #db9a7c; box-shadow: 1px 1px 3px 2px #db9a7c;">
Div content here</div>
This div box has shadow with color #db9a7c
Comments
No comments written yet.
Please login to write comment.