Color spaces of #dda953
RGB | 221 | 169 | 83 |
---|---|---|---|
HSL | 0.10 | 0.67 | 0.60 |
HSV | 37° | 62° | 87° |
CMYK | 0.00 | 0.24 | 0.62 0.13 |
XYZ | 45.5681 | 44.3726 | 14.3467 |
Yxy | 44.3726 | 0.4369 | 0.4255 |
Hunter Lab | 66.6128 | 5.5350 | 33.8594 |
CIE-Lab | 72.4768 | 9.9652 | 50.7745 |
#dda953 color RGB value is (221,169,83).
#dda953 hex color red value is 221, green value is 169 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #dda953 hue: 0.10 , saturation: 0.67 and the lightness value of dda953 is 0.60.
The process color (four color CMYK) of #dda953 color hex is 0.00, 0.24, 0.62, 0.13. Web safe color of #dda953 is #cc9966. Color #dda953 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011101 | 10101001 | 01010011 |
Octal | 335 | 251 | 123 |
Decimal | 221 | 169 | 83 |
Hex | DD | A9 | 53 |
Shades of #dda953
Tints of #dda953
RGB Percentages of Color #dda953
CMYK Percentages of Color #dda953
Complementary Color
#dda953 | #5387dd |
#dda953 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dda953 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dda953 Color CSS Codes
.mybgcolor {background-color:#dda953; } .myforecolor {color:#dda953; } .mybordercolor {border:3px solid #dda953; }
#dda953 Text Font Color
<p style="color:#dda953">Text here</p>
This sample text font color is #dda953
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.
#dda953 Background Color
<div style="background-color:#dda953">
Div content here</div>
This div background color is #dda953
#dda953 Border Color
<div style="border:3px solid #dda953">
Div here</div>
This div border color is #dda953
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(221,169,83, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dda953; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dda953; -webkit-box-shadow: 1px 1px 3px 2px #dda953; box-shadow: 1px 1px 3px 2px #dda953; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(221,169,83, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dda953">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dda953; -webkit-box-shadow: 1px 1px 3px 2px #dda953; box-shadow: 1px 1px 3px 2px #dda953;">
Div content here</div>
This div box has shadow with color #dda953
Comments
No comments written yet.
Please login to write comment.