Color spaces of #ddb094
RGB | 221 | 176 | 148 |
---|---|---|---|
HSL | 0.06 | 0.52 | 0.72 |
HSV | 23° | 33° | 87° |
CMYK | 0.00 | 0.20 | 0.33 0.13 |
XYZ | 50.6894 | 48.5609 | 34.7186 |
Yxy | 48.5609 | 0.3784 | 0.3625 |
Hunter Lab | 69.6857 | 7.8912 | 19.2406 |
CIE-Lab | 75.1773 | 12.4682 | 20.5666 |
#ddb094 color RGB value is (221,176,148).
#ddb094 hex color red value is 221, green value is 176 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #ddb094 hue: 0.06 , saturation: 0.52 and the lightness value of ddb094 is 0.72.
The process color (four color CMYK) of #ddb094 color hex is 0.00, 0.20, 0.33, 0.13. Web safe color of #ddb094 is #cc9999. Color #ddb094 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011101 | 10110000 | 10010100 |
Octal | 335 | 260 | 224 |
Decimal | 221 | 176 | 148 |
Hex | DD | B0 | 94 |
Shades of #ddb094
Tints of #ddb094
RGB Percentages of Color #ddb094
CMYK Percentages of Color #ddb094
Complementary Color
#ddb094 | #94c1dd |
#ddb094 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ddb094 Color Preview on White Background
Lorem ipsum dolor sit amet.
#ddb094 Color CSS Codes
.mybgcolor {background-color:#ddb094; } .myforecolor {color:#ddb094; } .mybordercolor {border:3px solid #ddb094; }
#ddb094 Text Font Color
<p style="color:#ddb094">Text here</p>
This sample text font color is #ddb094
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.
#ddb094 Background Color
<div style="background-color:#ddb094">
Div content here</div>
This div background color is #ddb094
#ddb094 Border Color
<div style="border:3px solid #ddb094">
Div here</div>
This div border color is #ddb094
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(221,176,148, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ddb094; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ddb094; -webkit-box-shadow: 1px 1px 3px 2px #ddb094; box-shadow: 1px 1px 3px 2px #ddb094; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(221,176,148, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ddb094">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ddb094; -webkit-box-shadow: 1px 1px 3px 2px #ddb094; box-shadow: 1px 1px 3px 2px #ddb094;">
Div content here</div>
This div box has shadow with color #ddb094
Comments
No comments written yet.
Please login to write comment.