Color spaces of #ddd384
RGB | 221 | 211 | 132 |
---|---|---|---|
HSL | 0.15 | 0.57 | 0.69 |
HSV | 53° | 40° | 87° |
CMYK | 0.00 | 0.05 | 0.40 0.13 |
XYZ | 57.2779 | 63.6266 | 31.0921 |
Yxy | 63.6266 | 0.3768 | 0.4186 |
Hunter Lab | 79.7663 | -11.4152 | 32.7257 |
CIE-Lab | 83.7710 | -7.7164 | 40.3166 |
#ddd384 color RGB value is (221,211,132).
#ddd384 hex color red value is 221, green value is 211 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #ddd384 hue: 0.15 , saturation: 0.57 and the lightness value of ddd384 is 0.69.
The process color (four color CMYK) of #ddd384 color hex is 0.00, 0.05, 0.40, 0.13. Web safe color of #ddd384 is #cccc99. Color #ddd384 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011101 | 11010011 | 10000100 |
Octal | 335 | 323 | 204 |
Decimal | 221 | 211 | 132 |
Hex | DD | D3 | 84 |
Shades of #ddd384
Tints of #ddd384
RGB Percentages of Color #ddd384
CMYK Percentages of Color #ddd384
Complementary Color
#ddd384 | #848edd |
#ddd384 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ddd384 Color Preview on White Background
Lorem ipsum dolor sit amet.
#ddd384 Color CSS Codes
.mybgcolor {background-color:#ddd384; } .myforecolor {color:#ddd384; } .mybordercolor {border:3px solid #ddd384; }
#ddd384 Text Font Color
<p style="color:#ddd384">Text here</p>
This sample text font color is #ddd384
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.
#ddd384 Background Color
<div style="background-color:#ddd384">
Div content here</div>
This div background color is #ddd384
#ddd384 Border Color
<div style="border:3px solid #ddd384">
Div here</div>
This div border color is #ddd384
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(221,211,132, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ddd384; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ddd384; -webkit-box-shadow: 1px 1px 3px 2px #ddd384; box-shadow: 1px 1px 3px 2px #ddd384; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(221,211,132, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ddd384">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ddd384; -webkit-box-shadow: 1px 1px 3px 2px #ddd384; box-shadow: 1px 1px 3px 2px #ddd384;">
Div content here</div>
This div box has shadow with color #ddd384
Comments
No comments written yet.
Please login to write comment.