Color spaces of #ddad62
RGB | 221 | 173 | 98 |
---|---|---|---|
HSL | 0.10 | 0.64 | 0.63 |
HSV | 37° | 56° | 87° |
CMYK | 0.00 | 0.22 | 0.56 0.13 |
XYZ | 46.9670 | 46.1411 | 17.9860 |
Yxy | 46.1411 | 0.4228 | 0.4153 |
Hunter Lab | 67.9272 | 4.5478 | 31.8501 |
CIE-Lab | 73.6370 | 8.9288 | 44.8091 |
#ddad62 color RGB value is (221,173,98).
#ddad62 hex color red value is 221, green value is 173 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #ddad62 hue: 0.10 , saturation: 0.64 and the lightness value of ddad62 is 0.63.
The process color (four color CMYK) of #ddad62 color hex is 0.00, 0.22, 0.56, 0.13. Web safe color of #ddad62 is #cc9966. Color #ddad62 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011101 | 10101101 | 01100010 |
Octal | 335 | 255 | 142 |
Decimal | 221 | 173 | 98 |
Hex | DD | AD | 62 |
Shades of #ddad62
Tints of #ddad62
RGB Percentages of Color #ddad62
CMYK Percentages of Color #ddad62
Complementary Color
#ddad62 | #6292dd |
#ddad62 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ddad62 Color Preview on White Background
Lorem ipsum dolor sit amet.
#ddad62 Color CSS Codes
.mybgcolor {background-color:#ddad62; } .myforecolor {color:#ddad62; } .mybordercolor {border:3px solid #ddad62; }
#ddad62 Text Font Color
<p style="color:#ddad62">Text here</p>
This sample text font color is #ddad62
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.
#ddad62 Background Color
<div style="background-color:#ddad62">
Div content here</div>
This div background color is #ddad62
#ddad62 Border Color
<div style="border:3px solid #ddad62">
Div here</div>
This div border color is #ddad62
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(221,173,98, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ddad62; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ddad62; -webkit-box-shadow: 1px 1px 3px 2px #ddad62; box-shadow: 1px 1px 3px 2px #ddad62; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(221,173,98, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ddad62">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ddad62; -webkit-box-shadow: 1px 1px 3px 2px #ddad62; box-shadow: 1px 1px 3px 2px #ddad62;">
Div content here</div>
This div box has shadow with color #ddad62
#ddad62 Color Palettes
Comments
No comments written yet.
Please login to write comment.