Color spaces of #dda964
RGB | 221 | 169 | 100 |
---|---|---|---|
HSL | 0.10 | 0.64 | 0.63 |
HSV | 34° | 55° | 87° |
CMYK | 0.00 | 0.24 | 0.55 0.13 |
XYZ | 46.3070 | 44.6682 | 18.2378 |
Yxy | 44.6682 | 0.4240 | 0.4090 |
Hunter Lab | 66.8343 | 6.7161 | 30.6049 |
CIE-Lab | 72.6729 | 11.2241 | 42.6371 |
#dda964 color RGB value is (221,169,100).
#dda964 hex color red value is 221, green value is 169 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #dda964 hue: 0.10 , saturation: 0.64 and the lightness value of dda964 is 0.63.
The process color (four color CMYK) of #dda964 color hex is 0.00, 0.24, 0.55, 0.13. Web safe color of #dda964 is #cc9966. Color #dda964 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011101 | 10101001 | 01100100 |
Octal | 335 | 251 | 144 |
Decimal | 221 | 169 | 100 |
Hex | DD | A9 | 64 |
Shades of #dda964
Tints of #dda964
RGB Percentages of Color #dda964
CMYK Percentages of Color #dda964
Complementary Color
#dda964 | #6498dd |
#dda964 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dda964 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dda964 Color CSS Codes
.mybgcolor {background-color:#dda964; } .myforecolor {color:#dda964; } .mybordercolor {border:3px solid #dda964; }
#dda964 Text Font Color
<p style="color:#dda964">Text here</p>
This sample text font color is #dda964
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.
#dda964 Background Color
<div style="background-color:#dda964">
Div content here</div>
This div background color is #dda964
#dda964 Border Color
<div style="border:3px solid #dda964">
Div here</div>
This div border color is #dda964
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(221,169,100, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dda964; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dda964; -webkit-box-shadow: 1px 1px 3px 2px #dda964; box-shadow: 1px 1px 3px 2px #dda964; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(221,169,100, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dda964">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dda964; -webkit-box-shadow: 1px 1px 3px 2px #dda964; box-shadow: 1px 1px 3px 2px #dda964;">
Div content here</div>
This div box has shadow with color #dda964
Comments
No comments written yet.
Please login to write comment.