Color spaces of #d69baa
RGB | 214 | 155 | 170 |
---|---|---|---|
HSL | 0.96 | 0.42 | 0.72 |
HSV | 345° | 28° | 84° |
CMYK | 0.00 | 0.28 | 0.21 0.16 |
XYZ | 46.7086 | 40.6411 | 43.4129 |
Yxy | 40.6411 | 0.3572 | 0.3108 |
Hunter Lab | 63.7504 | 19.2202 | 4.2498 |
CIE-Lab | 69.9237 | 24.2079 | 0.9415 |
#d69baa color RGB value is (214,155,170).
#d69baa hex color red value is 214, green value is 155 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #d69baa hue: 0.96 , saturation: 0.42 and the lightness value of d69baa is 0.72.
The process color (four color CMYK) of #d69baa color hex is 0.00, 0.28, 0.21, 0.16. Web safe color of #d69baa is #cc9999. Color #d69baa contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010110 | 10011011 | 10101010 |
Octal | 326 | 233 | 252 |
Decimal | 214 | 155 | 170 |
Hex | D6 | 9B | AA |
Shades of #d69baa
Tints of #d69baa
RGB Percentages of Color #d69baa
CMYK Percentages of Color #d69baa
Complementary Color
#d69baa | #9bd6c7 |
#d69baa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d69baa Color Preview on White Background
Lorem ipsum dolor sit amet.
#d69baa Color CSS Codes
.mybgcolor {background-color:#d69baa; } .myforecolor {color:#d69baa; } .mybordercolor {border:3px solid #d69baa; }
#d69baa Text Font Color
<p style="color:#d69baa">Text here</p>
This sample text font color is #d69baa
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.
#d69baa Background Color
<div style="background-color:#d69baa">
Div content here</div>
This div background color is #d69baa
#d69baa Border Color
<div style="border:3px solid #d69baa">
Div here</div>
This div border color is #d69baa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(214,155,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d69baa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d69baa; -webkit-box-shadow: 1px 1px 3px 2px #d69baa; box-shadow: 1px 1px 3px 2px #d69baa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(214,155,170, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d69baa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d69baa; -webkit-box-shadow: 1px 1px 3px 2px #d69baa; box-shadow: 1px 1px 3px 2px #d69baa;">
Div content here</div>
This div box has shadow with color #d69baa
Comments
No comments written yet.
Please login to write comment.