Color spaces of #ddbaa0
RGB | 221 | 186 | 160 |
---|---|---|---|
HSL | 0.07 | 0.47 | 0.75 |
HSV | 26° | 28° | 87° |
CMYK | 0.00 | 0.16 | 0.28 0.13 |
XYZ | 53.7229 | 53.0280 | 40.6616 |
Yxy | 53.0280 | 0.3644 | 0.3597 |
Hunter Lab | 72.8203 | 4.2521 | 17.8677 |
CIE-Lab | 77.8915 | 8.7014 | 17.8569 |
#ddbaa0 color RGB value is (221,186,160).
#ddbaa0 hex color red value is 221, green value is 186 and the blue value of its RGB is 160. Cylindrical-coordinate representations (also known as HSL) of color #ddbaa0 hue: 0.07 , saturation: 0.47 and the lightness value of ddbaa0 is 0.75.
The process color (four color CMYK) of #ddbaa0 color hex is 0.00, 0.16, 0.28, 0.13. Web safe color of #ddbaa0 is #cccc99. Color #ddbaa0 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011101 | 10111010 | 10100000 |
Octal | 335 | 272 | 240 |
Decimal | 221 | 186 | 160 |
Hex | DD | BA | A0 |
Shades of #ddbaa0
Tints of #ddbaa0
RGB Percentages of Color #ddbaa0
CMYK Percentages of Color #ddbaa0
Complementary Color
#ddbaa0 | #a0c3dd |
#ddbaa0 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ddbaa0 Color Preview on White Background
Lorem ipsum dolor sit amet.
#ddbaa0 Color CSS Codes
.mybgcolor {background-color:#ddbaa0; } .myforecolor {color:#ddbaa0; } .mybordercolor {border:3px solid #ddbaa0; }
#ddbaa0 Text Font Color
<p style="color:#ddbaa0">Text here</p>
This sample text font color is #ddbaa0
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.
#ddbaa0 Background Color
<div style="background-color:#ddbaa0">
Div content here</div>
This div background color is #ddbaa0
#ddbaa0 Border Color
<div style="border:3px solid #ddbaa0">
Div here</div>
This div border color is #ddbaa0
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(221,186,160, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ddbaa0; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ddbaa0; -webkit-box-shadow: 1px 1px 3px 2px #ddbaa0; box-shadow: 1px 1px 3px 2px #ddbaa0; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(221,186,160, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ddbaa0">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ddbaa0; -webkit-box-shadow: 1px 1px 3px 2px #ddbaa0; box-shadow: 1px 1px 3px 2px #ddbaa0;">
Div content here</div>
This div box has shadow with color #ddbaa0
Comments
No comments written yet.
Please login to write comment.