Color spaces of #ddba7c
RGB | 221 | 186 | 124 |
---|---|---|---|
HSL | 0.11 | 0.59 | 0.68 |
HSV | 38° | 44° | 87° |
CMYK | 0.00 | 0.16 | 0.44 0.13 |
XYZ | 51.0158 | 51.9452 | 26.4064 |
Yxy | 51.9452 | 0.3943 | 0.4015 |
Hunter Lab | 72.0730 | 0.2208 | 28.7282 |
CIE-Lab | 77.2481 | 4.4111 | 36.0496 |
#ddba7c color RGB value is (221,186,124).
#ddba7c hex color red value is 221, green value is 186 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #ddba7c hue: 0.11 , saturation: 0.59 and the lightness value of ddba7c is 0.68.
The process color (four color CMYK) of #ddba7c color hex is 0.00, 0.16, 0.44, 0.13. Web safe color of #ddba7c is #cccc66. Color #ddba7c contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011101 | 10111010 | 01111100 |
Octal | 335 | 272 | 174 |
Decimal | 221 | 186 | 124 |
Hex | DD | BA | 7C |
Shades of #ddba7c
Tints of #ddba7c
RGB Percentages of Color #ddba7c
CMYK Percentages of Color #ddba7c
Complementary Color
#ddba7c | #7c9fdd |
#ddba7c Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ddba7c Color Preview on White Background
Lorem ipsum dolor sit amet.
#ddba7c Color CSS Codes
.mybgcolor {background-color:#ddba7c; } .myforecolor {color:#ddba7c; } .mybordercolor {border:3px solid #ddba7c; }
#ddba7c Text Font Color
<p style="color:#ddba7c">Text here</p>
This sample text font color is #ddba7c
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.
#ddba7c Background Color
<div style="background-color:#ddba7c">
Div content here</div>
This div background color is #ddba7c
#ddba7c Border Color
<div style="border:3px solid #ddba7c">
Div here</div>
This div border color is #ddba7c
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(221,186,124, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ddba7c; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ddba7c; -webkit-box-shadow: 1px 1px 3px 2px #ddba7c; box-shadow: 1px 1px 3px 2px #ddba7c; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(221,186,124, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ddba7c">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ddba7c; -webkit-box-shadow: 1px 1px 3px 2px #ddba7c; box-shadow: 1px 1px 3px 2px #ddba7c;">
Div content here</div>
This div box has shadow with color #ddba7c
Comments
No comments written yet.
Please login to write comment.