Color spaces of #ddc385
RGB | 221 | 195 | 133 |
---|---|---|---|
HSL | 0.12 | 0.56 | 0.69 |
HSV | 42° | 40° | 87° |
CMYK | 0.00 | 0.12 | 0.40 0.13 |
XYZ | 53.5675 | 56.0958 | 30.1946 |
Yxy | 56.0958 | 0.3830 | 0.4011 |
Hunter Lab | 74.8971 | -3.4042 | 28.5254 |
CIE-Lab | 79.6683 | 0.6438 | 34.5227 |
#ddc385 color RGB value is (221,195,133).
#ddc385 hex color red value is 221, green value is 195 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #ddc385 hue: 0.12 , saturation: 0.56 and the lightness value of ddc385 is 0.69.
The process color (four color CMYK) of #ddc385 color hex is 0.00, 0.12, 0.40, 0.13. Web safe color of #ddc385 is #cccc99. Color #ddc385 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011101 | 11000011 | 10000101 |
Octal | 335 | 303 | 205 |
Decimal | 221 | 195 | 133 |
Hex | DD | C3 | 85 |
Shades of #ddc385
Tints of #ddc385
RGB Percentages of Color #ddc385
CMYK Percentages of Color #ddc385
Complementary Color
#ddc385 | #859fdd |
#ddc385 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ddc385 Color Preview on White Background
Lorem ipsum dolor sit amet.
#ddc385 Color CSS Codes
.mybgcolor {background-color:#ddc385; } .myforecolor {color:#ddc385; } .mybordercolor {border:3px solid #ddc385; }
#ddc385 Text Font Color
<p style="color:#ddc385">Text here</p>
This sample text font color is #ddc385
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.
#ddc385 Background Color
<div style="background-color:#ddc385">
Div content here</div>
This div background color is #ddc385
#ddc385 Border Color
<div style="border:3px solid #ddc385">
Div here</div>
This div border color is #ddc385
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(221,195,133, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ddc385; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ddc385; -webkit-box-shadow: 1px 1px 3px 2px #ddc385; box-shadow: 1px 1px 3px 2px #ddc385; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(221,195,133, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ddc385">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ddc385; -webkit-box-shadow: 1px 1px 3px 2px #ddc385; box-shadow: 1px 1px 3px 2px #ddc385;">
Div content here</div>
This div box has shadow with color #ddc385
Comments
No comments written yet.
Please login to write comment.