Color spaces of #ddba75
RGB | 221 | 186 | 117 |
---|---|---|---|
HSL | 0.11 | 0.60 | 0.66 |
HSV | 40° | 47° | 87° |
CMYK | 0.00 | 0.16 | 0.47 0.13 |
XYZ | 50.5886 | 51.7743 | 24.1568 |
Yxy | 51.7743 | 0.3998 | 0.4092 |
Hunter Lab | 71.9544 | -0.4230 | 30.4630 |
CIE-Lab | 77.1457 | 3.7149 | 39.5205 |
#ddba75 color RGB value is (221,186,117).
#ddba75 hex color red value is 221, green value is 186 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #ddba75 hue: 0.11 , saturation: 0.60 and the lightness value of ddba75 is 0.66.
The process color (four color CMYK) of #ddba75 color hex is 0.00, 0.16, 0.47, 0.13. Web safe color of #ddba75 is #cccc66. Color #ddba75 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011101 | 10111010 | 01110101 |
Octal | 335 | 272 | 165 |
Decimal | 221 | 186 | 117 |
Hex | DD | BA | 75 |
Shades of #ddba75
Tints of #ddba75
RGB Percentages of Color #ddba75
CMYK Percentages of Color #ddba75
Complementary Color
#ddba75 | #7598dd |
#ddba75 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ddba75 Color Preview on White Background
Lorem ipsum dolor sit amet.
#ddba75 Color CSS Codes
.mybgcolor {background-color:#ddba75; } .myforecolor {color:#ddba75; } .mybordercolor {border:3px solid #ddba75; }
#ddba75 Text Font Color
<p style="color:#ddba75">Text here</p>
This sample text font color is #ddba75
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.
#ddba75 Background Color
<div style="background-color:#ddba75">
Div content here</div>
This div background color is #ddba75
#ddba75 Border Color
<div style="border:3px solid #ddba75">
Div here</div>
This div border color is #ddba75
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(221,186,117, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ddba75; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ddba75; -webkit-box-shadow: 1px 1px 3px 2px #ddba75; box-shadow: 1px 1px 3px 2px #ddba75; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(221,186,117, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ddba75">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ddba75; -webkit-box-shadow: 1px 1px 3px 2px #ddba75; box-shadow: 1px 1px 3px 2px #ddba75;">
Div content here</div>
This div box has shadow with color #ddba75
Comments
No comments written yet.
Please login to write comment.