Color spaces of #dd886a
RGB | 221 | 136 | 106 |
---|---|---|---|
HSL | 0.04 | 0.63 | 0.64 |
HSV | 16° | 52° | 87° |
CMYK | 0.00 | 0.38 | 0.52 0.13 |
XYZ | 41.2245 | 34.0211 | 18.0296 |
Yxy | 34.0211 | 0.4420 | 0.3647 |
Hunter Lab | 58.3276 | 24.0860 | 22.5022 |
CIE-Lab | 64.9793 | 29.4307 | 29.7935 |
#dd886a color RGB value is (221,136,106).
#dd886a hex color red value is 221, green value is 136 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #dd886a hue: 0.04 , saturation: 0.63 and the lightness value of dd886a is 0.64.
The process color (four color CMYK) of #dd886a color hex is 0.00, 0.38, 0.52, 0.13. Web safe color of #dd886a is #cc9966. Color #dd886a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011101 | 10001000 | 01101010 |
Octal | 335 | 210 | 152 |
Decimal | 221 | 136 | 106 |
Hex | DD | 88 | 6A |
Shades of #dd886a
Tints of #dd886a
RGB Percentages of Color #dd886a
CMYK Percentages of Color #dd886a
Complementary Color
#dd886a | #6abfdd |
#dd886a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dd886a Color Preview on White Background
Lorem ipsum dolor sit amet.
#dd886a Color CSS Codes
.mybgcolor {background-color:#dd886a; } .myforecolor {color:#dd886a; } .mybordercolor {border:3px solid #dd886a; }
#dd886a Text Font Color
<p style="color:#dd886a">Text here</p>
This sample text font color is #dd886a
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.
#dd886a Background Color
<div style="background-color:#dd886a">
Div content here</div>
This div background color is #dd886a
#dd886a Border Color
<div style="border:3px solid #dd886a">
Div here</div>
This div border color is #dd886a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(221,136,106, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dd886a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dd886a; -webkit-box-shadow: 1px 1px 3px 2px #dd886a; box-shadow: 1px 1px 3px 2px #dd886a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(221,136,106, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dd886a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dd886a; -webkit-box-shadow: 1px 1px 3px 2px #dd886a; box-shadow: 1px 1px 3px 2px #dd886a;">
Div content here</div>
This div box has shadow with color #dd886a
Comments
No comments written yet.
Please login to write comment.