Color spaces of #dddc9b
RGB | 221 | 220 | 155 |
---|---|---|---|
HSL | 0.16 | 0.49 | 0.74 |
HSV | 59° | 30° | 87° |
CMYK | 0.00 | 0.00 | 0.30 0.13 |
XYZ | 61.3284 | 68.9251 | 41.0819 |
Yxy | 68.9251 | 0.3579 | 0.4023 |
Hunter Lab | 83.0211 | -13.4276 | 28.7759 |
CIE-Lab | 86.4669 | -9.6075 | 32.1475 |
#dddc9b color RGB value is (221,220,155).
#dddc9b hex color red value is 221, green value is 220 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #dddc9b hue: 0.16 , saturation: 0.49 and the lightness value of dddc9b is 0.74.
The process color (four color CMYK) of #dddc9b color hex is 0.00, 0.00, 0.30, 0.13. Web safe color of #dddc9b is #cccc99. Color #dddc9b contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011101 | 11011100 | 10011011 |
Octal | 335 | 334 | 233 |
Decimal | 221 | 220 | 155 |
Hex | DD | DC | 9B |
Shades of #dddc9b
Tints of #dddc9b
RGB Percentages of Color #dddc9b
CMYK Percentages of Color #dddc9b
Complementary Color
#dddc9b | #9b9cdd |
#dddc9b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dddc9b Color Preview on White Background
Lorem ipsum dolor sit amet.
#dddc9b Color CSS Codes
.mybgcolor {background-color:#dddc9b; } .myforecolor {color:#dddc9b; } .mybordercolor {border:3px solid #dddc9b; }
#dddc9b Text Font Color
<p style="color:#dddc9b">Text here</p>
This sample text font color is #dddc9b
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.
#dddc9b Background Color
<div style="background-color:#dddc9b">
Div content here</div>
This div background color is #dddc9b
#dddc9b Border Color
<div style="border:3px solid #dddc9b">
Div here</div>
This div border color is #dddc9b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(221,220,155, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dddc9b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dddc9b; -webkit-box-shadow: 1px 1px 3px 2px #dddc9b; box-shadow: 1px 1px 3px 2px #dddc9b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(221,220,155, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dddc9b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dddc9b; -webkit-box-shadow: 1px 1px 3px 2px #dddc9b; box-shadow: 1px 1px 3px 2px #dddc9b;">
Div content here</div>
This div box has shadow with color #dddc9b
Comments
No comments written yet.
Please login to write comment.