Color spaces of #ddc29d
RGB | 221 | 194 | 157 |
---|---|---|---|
HSL | 0.10 | 0.48 | 0.74 |
HSV | 35° | 29° | 87° |
CMYK | 0.00 | 0.12 | 0.29 0.13 |
XYZ | 55.1964 | 56.3900 | 39.8735 |
Yxy | 56.3900 | 0.3644 | 0.3723 |
Hunter Lab | 75.0933 | -0.2090 | 21.0831 |
CIE-Lab | 79.8353 | 4.0688 | 22.1447 |
#ddc29d color RGB value is (221,194,157).
#ddc29d hex color red value is 221, green value is 194 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #ddc29d hue: 0.10 , saturation: 0.48 and the lightness value of ddc29d is 0.74.
The process color (four color CMYK) of #ddc29d color hex is 0.00, 0.12, 0.29, 0.13. Web safe color of #ddc29d is #cccc99. Color #ddc29d contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011101 | 11000010 | 10011101 |
Octal | 335 | 302 | 235 |
Decimal | 221 | 194 | 157 |
Hex | DD | C2 | 9D |
Shades of #ddc29d
Tints of #ddc29d
RGB Percentages of Color #ddc29d
CMYK Percentages of Color #ddc29d
Complementary Color
#ddc29d | #9db8dd |
#ddc29d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ddc29d Color Preview on White Background
Lorem ipsum dolor sit amet.
#ddc29d Color CSS Codes
.mybgcolor {background-color:#ddc29d; } .myforecolor {color:#ddc29d; } .mybordercolor {border:3px solid #ddc29d; }
#ddc29d Text Font Color
<p style="color:#ddc29d">Text here</p>
This sample text font color is #ddc29d
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.
#ddc29d Background Color
<div style="background-color:#ddc29d">
Div content here</div>
This div background color is #ddc29d
#ddc29d Border Color
<div style="border:3px solid #ddc29d">
Div here</div>
This div border color is #ddc29d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(221,194,157, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ddc29d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ddc29d; -webkit-box-shadow: 1px 1px 3px 2px #ddc29d; box-shadow: 1px 1px 3px 2px #ddc29d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(221,194,157, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ddc29d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ddc29d; -webkit-box-shadow: 1px 1px 3px 2px #ddc29d; box-shadow: 1px 1px 3px 2px #ddc29d;">
Div content here</div>
This div box has shadow with color #ddc29d
Comments
No comments written yet.
Please login to write comment.