Color spaces of #dddda9
RGB | 221 | 221 | 169 |
---|---|---|---|
HSL | 0.17 | 0.43 | 0.76 |
HSV | 60° | 24° | 87° |
CMYK | 0.00 | 0.00 | 0.24 0.13 |
XYZ | 62.8367 | 69.9496 | 47.7259 |
Yxy | 69.9496 | 0.3481 | 0.3875 |
Hunter Lab | 83.6359 | -12.2535 | 24.7119 |
CIE-Lab | 86.9721 | -8.2717 | 25.6136 |
#dddda9 color RGB value is (221,221,169).
#dddda9 hex color red value is 221, green value is 221 and the blue value of its RGB is 169. Cylindrical-coordinate representations (also known as HSL) of color #dddda9 hue: 0.17 , saturation: 0.43 and the lightness value of dddda9 is 0.76.
The process color (four color CMYK) of #dddda9 color hex is 0.00, 0.00, 0.24, 0.13. Web safe color of #dddda9 is #cccc99. Color #dddda9 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011101 | 11011101 | 10101001 |
Octal | 335 | 335 | 251 |
Decimal | 221 | 221 | 169 |
Hex | DD | DD | A9 |
Shades of #dddda9
Tints of #dddda9
RGB Percentages of Color #dddda9
CMYK Percentages of Color #dddda9
Complementary Color
#dddda9 | #a9a9dd |
#dddda9 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dddda9 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dddda9 Color CSS Codes
.mybgcolor {background-color:#dddda9; } .myforecolor {color:#dddda9; } .mybordercolor {border:3px solid #dddda9; }
#dddda9 Text Font Color
<p style="color:#dddda9">Text here</p>
This sample text font color is #dddda9
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.
#dddda9 Background Color
<div style="background-color:#dddda9">
Div content here</div>
This div background color is #dddda9
#dddda9 Border Color
<div style="border:3px solid #dddda9">
Div here</div>
This div border color is #dddda9
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(221,221,169, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dddda9; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dddda9; -webkit-box-shadow: 1px 1px 3px 2px #dddda9; box-shadow: 1px 1px 3px 2px #dddda9; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(221,221,169, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dddda9">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dddda9; -webkit-box-shadow: 1px 1px 3px 2px #dddda9; box-shadow: 1px 1px 3px 2px #dddda9;">
Div content here</div>
This div box has shadow with color #dddda9
Comments
No comments written yet.
Please login to write comment.