Color spaces of #dda015
RGB | 221 | 160 | 21 |
---|---|---|---|
HSL | 0.12 | 0.83 | 0.47 |
HSV | 42° | 90° | 87° |
CMYK | 0.00 | 0.28 | 0.90 0.13 |
XYZ | 42.5250 | 40.5679 | 6.2985 |
Yxy | 40.5679 | 0.4757 | 0.4538 |
Hunter Lab | 63.6929 | 7.7140 | 38.7220 |
CIE-Lab | 69.8721 | 12.2798 | 70.7062 |
#dda015 color RGB value is (221,160,21).
#dda015 hex color red value is 221, green value is 160 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #dda015 hue: 0.12 , saturation: 0.83 and the lightness value of dda015 is 0.47.
The process color (four color CMYK) of #dda015 color hex is 0.00, 0.28, 0.90, 0.13. Web safe color of #dda015 is #cc9900. Color #dda015 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011101 | 10100000 | 00010101 |
Octal | 335 | 240 | 25 |
Decimal | 221 | 160 | 21 |
Hex | DD | A0 | 15 |
Shades of #dda015
Tints of #dda015
RGB Percentages of Color #dda015
CMYK Percentages of Color #dda015
Complementary Color
#dda015 | #1552dd |
#dda015 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dda015 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dda015 Color CSS Codes
.mybgcolor {background-color:#dda015; } .myforecolor {color:#dda015; } .mybordercolor {border:3px solid #dda015; }
#dda015 Text Font Color
<p style="color:#dda015">Text here</p>
This sample text font color is #dda015
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.
#dda015 Background Color
<div style="background-color:#dda015">
Div content here</div>
This div background color is #dda015
#dda015 Border Color
<div style="border:3px solid #dda015">
Div here</div>
This div border color is #dda015
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(221,160,21, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dda015; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dda015; -webkit-box-shadow: 1px 1px 3px 2px #dda015; box-shadow: 1px 1px 3px 2px #dda015; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(221,160,21, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dda015">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dda015; -webkit-box-shadow: 1px 1px 3px 2px #dda015; box-shadow: 1px 1px 3px 2px #dda015;">
Div content here</div>
This div box has shadow with color #dda015
Comments
No comments written yet.
Please login to write comment.