Color spaces of #ddb084
RGB | 221 | 176 | 132 |
---|---|---|---|
HSL | 0.08 | 0.57 | 0.69 |
HSV | 30° | 40° | 87° |
CMYK | 0.00 | 0.20 | 0.40 0.13 |
XYZ | 49.5090 | 48.0888 | 28.5024 |
Yxy | 48.0888 | 0.3926 | 0.3814 |
Hunter Lab | 69.3461 | 6.0828 | 24.1731 |
CIE-Lab | 74.8809 | 10.5737 | 28.7520 |
#ddb084 color RGB value is (221,176,132).
#ddb084 hex color red value is 221, green value is 176 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #ddb084 hue: 0.08 , saturation: 0.57 and the lightness value of ddb084 is 0.69.
The process color (four color CMYK) of #ddb084 color hex is 0.00, 0.20, 0.40, 0.13. Web safe color of #ddb084 is #cc9999. Color #ddb084 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011101 | 10110000 | 10000100 |
Octal | 335 | 260 | 204 |
Decimal | 221 | 176 | 132 |
Hex | DD | B0 | 84 |
Shades of #ddb084
Tints of #ddb084
RGB Percentages of Color #ddb084
CMYK Percentages of Color #ddb084
Complementary Color
#ddb084 | #84b1dd |
#ddb084 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ddb084 Color Preview on White Background
Lorem ipsum dolor sit amet.
#ddb084 Color CSS Codes
.mybgcolor {background-color:#ddb084; } .myforecolor {color:#ddb084; } .mybordercolor {border:3px solid #ddb084; }
#ddb084 Text Font Color
<p style="color:#ddb084">Text here</p>
This sample text font color is #ddb084
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.
#ddb084 Background Color
<div style="background-color:#ddb084">
Div content here</div>
This div background color is #ddb084
#ddb084 Border Color
<div style="border:3px solid #ddb084">
Div here</div>
This div border color is #ddb084
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(221,176,132, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ddb084; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ddb084; -webkit-box-shadow: 1px 1px 3px 2px #ddb084; box-shadow: 1px 1px 3px 2px #ddb084; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(221,176,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 #ddb084">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ddb084; -webkit-box-shadow: 1px 1px 3px 2px #ddb084; box-shadow: 1px 1px 3px 2px #ddb084;">
Div content here</div>
This div box has shadow with color #ddb084
Comments
No comments written yet.
Please login to write comment.