Color spaces of #ddbaaa
RGB | 221 | 186 | 170 |
---|---|---|---|
HSL | 0.05 | 0.43 | 0.77 |
HSV | 19° | 23° | 87° |
CMYK | 0.00 | 0.16 | 0.23 0.13 |
XYZ | 54.6334 | 53.3922 | 45.4565 |
Yxy | 53.3922 | 0.3560 | 0.3479 |
Hunter Lab | 73.0700 | 5.5895 | 14.2649 |
CIE-Lab | 78.1060 | 10.0994 | 12.7744 |
#ddbaaa color RGB value is (221,186,170).
#ddbaaa hex color red value is 221, green value is 186 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #ddbaaa hue: 0.05 , saturation: 0.43 and the lightness value of ddbaaa is 0.77.
The process color (four color CMYK) of #ddbaaa color hex is 0.00, 0.16, 0.23, 0.13. Web safe color of #ddbaaa is #cccc99. Color #ddbaaa contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011101 | 10111010 | 10101010 |
Octal | 335 | 272 | 252 |
Decimal | 221 | 186 | 170 |
Hex | DD | BA | AA |
Shades of #ddbaaa
Tints of #ddbaaa
RGB Percentages of Color #ddbaaa
CMYK Percentages of Color #ddbaaa
Complementary Color
#ddbaaa | #aacddd |
#ddbaaa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ddbaaa Color Preview on White Background
Lorem ipsum dolor sit amet.
#ddbaaa Color CSS Codes
.mybgcolor {background-color:#ddbaaa; } .myforecolor {color:#ddbaaa; } .mybordercolor {border:3px solid #ddbaaa; }
#ddbaaa Text Font Color
<p style="color:#ddbaaa">Text here</p>
This sample text font color is #ddbaaa
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.
#ddbaaa Background Color
<div style="background-color:#ddbaaa">
Div content here</div>
This div background color is #ddbaaa
#ddbaaa Border Color
<div style="border:3px solid #ddbaaa">
Div here</div>
This div border color is #ddbaaa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(221,186,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ddbaaa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ddbaaa; -webkit-box-shadow: 1px 1px 3px 2px #ddbaaa; box-shadow: 1px 1px 3px 2px #ddbaaa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(221,186,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 #ddbaaa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ddbaaa; -webkit-box-shadow: 1px 1px 3px 2px #ddbaaa; box-shadow: 1px 1px 3px 2px #ddbaaa;">
Div content here</div>
This div box has shadow with color #ddbaaa
Comments
No comments written yet.
Please login to write comment.