Color spaces of #dda477
RGB | 221 | 164 | 119 |
---|---|---|---|
HSL | 0.07 | 0.60 | 0.67 |
HSV | 26° | 46° | 87° |
CMYK | 0.00 | 0.26 | 0.46 0.13 |
XYZ | 46.4240 | 43.2550 | 23.3550 |
Yxy | 43.2550 | 0.4107 | 0.3827 |
Hunter Lab | 65.7685 | 10.9028 | 24.9836 |
CIE-Lab | 71.7277 | 15.6292 | 31.5338 |
#dda477 color RGB value is (221,164,119).
#dda477 hex color red value is 221, green value is 164 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #dda477 hue: 0.07 , saturation: 0.60 and the lightness value of dda477 is 0.67.
The process color (four color CMYK) of #dda477 color hex is 0.00, 0.26, 0.46, 0.13. Web safe color of #dda477 is #cc9966. Color #dda477 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011101 | 10100100 | 01110111 |
Octal | 335 | 244 | 167 |
Decimal | 221 | 164 | 119 |
Hex | DD | A4 | 77 |
Shades of #dda477
Tints of #dda477
RGB Percentages of Color #dda477
CMYK Percentages of Color #dda477
Complementary Color
#dda477 | #77b0dd |
#dda477 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dda477 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dda477 Color CSS Codes
.mybgcolor {background-color:#dda477; } .myforecolor {color:#dda477; } .mybordercolor {border:3px solid #dda477; }
#dda477 Text Font Color
<p style="color:#dda477">Text here</p>
This sample text font color is #dda477
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.
#dda477 Background Color
<div style="background-color:#dda477">
Div content here</div>
This div background color is #dda477
#dda477 Border Color
<div style="border:3px solid #dda477">
Div here</div>
This div border color is #dda477
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(221,164,119, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dda477; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dda477; -webkit-box-shadow: 1px 1px 3px 2px #dda477; box-shadow: 1px 1px 3px 2px #dda477; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(221,164,119, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dda477">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dda477; -webkit-box-shadow: 1px 1px 3px 2px #dda477; box-shadow: 1px 1px 3px 2px #dda477;">
Div content here</div>
This div box has shadow with color #dda477
Comments
No comments written yet.
Please login to write comment.