Color spaces of #dda47b
RGB | 221 | 164 | 123 |
---|---|---|---|
HSL | 0.07 | 0.59 | 0.67 |
HSV | 25° | 44° | 87° |
CMYK | 0.00 | 0.26 | 0.44 0.13 |
XYZ | 46.6694 | 43.3531 | 24.6471 |
Yxy | 43.3531 | 0.4070 | 0.3781 |
Hunter Lab | 65.8431 | 11.2950 | 23.8961 |
CIE-Lab | 71.7940 | 16.0362 | 29.4797 |
#dda47b color RGB value is (221,164,123).
#dda47b hex color red value is 221, green value is 164 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #dda47b hue: 0.07 , saturation: 0.59 and the lightness value of dda47b is 0.67.
The process color (four color CMYK) of #dda47b color hex is 0.00, 0.26, 0.44, 0.13. Web safe color of #dda47b is #cc9966. Color #dda47b contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011101 | 10100100 | 01111011 |
Octal | 335 | 244 | 173 |
Decimal | 221 | 164 | 123 |
Hex | DD | A4 | 7B |
Shades of #dda47b
Tints of #dda47b
RGB Percentages of Color #dda47b
CMYK Percentages of Color #dda47b
Complementary Color
#dda47b | #7bb4dd |
#dda47b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dda47b Color Preview on White Background
Lorem ipsum dolor sit amet.
#dda47b Color CSS Codes
.mybgcolor {background-color:#dda47b; } .myforecolor {color:#dda47b; } .mybordercolor {border:3px solid #dda47b; }
#dda47b Text Font Color
<p style="color:#dda47b">Text here</p>
This sample text font color is #dda47b
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.
#dda47b Background Color
<div style="background-color:#dda47b">
Div content here</div>
This div background color is #dda47b
#dda47b Border Color
<div style="border:3px solid #dda47b">
Div here</div>
This div border color is #dda47b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(221,164,123, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dda47b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dda47b; -webkit-box-shadow: 1px 1px 3px 2px #dda47b; box-shadow: 1px 1px 3px 2px #dda47b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(221,164,123, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dda47b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dda47b; -webkit-box-shadow: 1px 1px 3px 2px #dda47b; box-shadow: 1px 1px 3px 2px #dda47b;">
Div content here</div>
This div box has shadow with color #dda47b
Comments
No comments written yet.
Please login to write comment.