Color spaces of #ddb96d
RGB | 221 | 185 | 109 |
---|---|---|---|
HSL | 0.11 | 0.62 | 0.65 |
HSV | 41° | 51° | 87° |
CMYK | 0.00 | 0.16 | 0.51 0.13 |
XYZ | 49.9281 | 51.1742 | 21.7141 |
Yxy | 51.1742 | 0.4065 | 0.4167 |
Hunter Lab | 71.5361 | -0.6056 | 32.0784 |
CIE-Lab | 76.7844 | 3.5009 | 43.1244 |
#ddb96d color RGB value is (221,185,109).
#ddb96d hex color red value is 221, green value is 185 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #ddb96d hue: 0.11 , saturation: 0.62 and the lightness value of ddb96d is 0.65.
The process color (four color CMYK) of #ddb96d color hex is 0.00, 0.16, 0.51, 0.13. Web safe color of #ddb96d is #cccc66. Color #ddb96d contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011101 | 10111001 | 01101101 |
Octal | 335 | 271 | 155 |
Decimal | 221 | 185 | 109 |
Hex | DD | B9 | 6D |
Shades of #ddb96d
Tints of #ddb96d
RGB Percentages of Color #ddb96d
CMYK Percentages of Color #ddb96d
Complementary Color
#ddb96d | #6d91dd |
#ddb96d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ddb96d Color Preview on White Background
Lorem ipsum dolor sit amet.
#ddb96d Color CSS Codes
.mybgcolor {background-color:#ddb96d; } .myforecolor {color:#ddb96d; } .mybordercolor {border:3px solid #ddb96d; }
#ddb96d Text Font Color
<p style="color:#ddb96d">Text here</p>
This sample text font color is #ddb96d
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.
#ddb96d Background Color
<div style="background-color:#ddb96d">
Div content here</div>
This div background color is #ddb96d
#ddb96d Border Color
<div style="border:3px solid #ddb96d">
Div here</div>
This div border color is #ddb96d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(221,185,109, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ddb96d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ddb96d; -webkit-box-shadow: 1px 1px 3px 2px #ddb96d; box-shadow: 1px 1px 3px 2px #ddb96d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(221,185,109, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ddb96d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ddb96d; -webkit-box-shadow: 1px 1px 3px 2px #ddb96d; box-shadow: 1px 1px 3px 2px #ddb96d;">
Div content here</div>
This div box has shadow with color #ddb96d
Comments
No comments written yet.
Please login to write comment.