Color spaces of #ddcd93
RGB | 221 | 205 | 147 |
---|---|---|---|
HSL | 0.13 | 0.52 | 0.72 |
HSV | 47° | 33° | 87° |
CMYK | 0.00 | 0.07 | 0.33 0.13 |
XYZ | 56.9166 | 61.1414 | 36.4054 |
Yxy | 61.1414 | 0.3685 | 0.3958 |
Hunter Lab | 78.1930 | -6.9077 | 27.1306 |
CIE-Lab | 82.4547 | -2.9326 | 30.9359 |
#ddcd93 color RGB value is (221,205,147).
#ddcd93 hex color red value is 221, green value is 205 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #ddcd93 hue: 0.13 , saturation: 0.52 and the lightness value of ddcd93 is 0.72.
The process color (four color CMYK) of #ddcd93 color hex is 0.00, 0.07, 0.33, 0.13. Web safe color of #ddcd93 is #cccc99. Color #ddcd93 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011101 | 11001101 | 10010011 |
Octal | 335 | 315 | 223 |
Decimal | 221 | 205 | 147 |
Hex | DD | CD | 93 |
Shades of #ddcd93
Tints of #ddcd93
RGB Percentages of Color #ddcd93
CMYK Percentages of Color #ddcd93
Complementary Color
#ddcd93 | #93a3dd |
#ddcd93 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ddcd93 Color Preview on White Background
Lorem ipsum dolor sit amet.
#ddcd93 Color CSS Codes
.mybgcolor {background-color:#ddcd93; } .myforecolor {color:#ddcd93; } .mybordercolor {border:3px solid #ddcd93; }
#ddcd93 Text Font Color
<p style="color:#ddcd93">Text here</p>
This sample text font color is #ddcd93
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.
#ddcd93 Background Color
<div style="background-color:#ddcd93">
Div content here</div>
This div background color is #ddcd93
#ddcd93 Border Color
<div style="border:3px solid #ddcd93">
Div here</div>
This div border color is #ddcd93
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(221,205,147, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ddcd93; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ddcd93; -webkit-box-shadow: 1px 1px 3px 2px #ddcd93; box-shadow: 1px 1px 3px 2px #ddcd93; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(221,205,147, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ddcd93">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ddcd93; -webkit-box-shadow: 1px 1px 3px 2px #ddcd93; box-shadow: 1px 1px 3px 2px #ddcd93;">
Div content here</div>
This div box has shadow with color #ddcd93
Comments
No comments written yet.
Please login to write comment.