Color spaces of #dcb9bd
RGB | 220 | 185 | 189 |
---|---|---|---|
HSL | 0.98 | 0.33 | 0.79 |
HSV | 353° | 16° | 86° |
CMYK | 0.00 | 0.16 | 0.14 0.14 |
XYZ | 56.0495 | 53.5877 | 55.5334 |
Yxy | 53.5877 | 0.3393 | 0.3244 |
Hunter Lab | 73.2036 | 8.5650 | 6.2642 |
CIE-Lab | 78.2207 | 13.1662 | 2.6552 |
#dcb9bd color RGB value is (220,185,189).
#dcb9bd hex color red value is 220, green value is 185 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #dcb9bd hue: 0.98 , saturation: 0.33 and the lightness value of dcb9bd is 0.79.
The process color (four color CMYK) of #dcb9bd color hex is 0.00, 0.16, 0.14, 0.14. Web safe color of #dcb9bd is #cccccc. Color #dcb9bd contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011100 | 10111001 | 10111101 |
Octal | 334 | 271 | 275 |
Decimal | 220 | 185 | 189 |
Hex | DC | B9 | BD |
Shades of #dcb9bd
Tints of #dcb9bd
RGB Percentages of Color #dcb9bd
CMYK Percentages of Color #dcb9bd
Complementary Color
#dcb9bd | #b9dcd8 |
#dcb9bd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dcb9bd Color Preview on White Background
Lorem ipsum dolor sit amet.
#dcb9bd Color CSS Codes
.mybgcolor {background-color:#dcb9bd; } .myforecolor {color:#dcb9bd; } .mybordercolor {border:3px solid #dcb9bd; }
#dcb9bd Text Font Color
<p style="color:#dcb9bd">Text here</p>
This sample text font color is #dcb9bd
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.
#dcb9bd Background Color
<div style="background-color:#dcb9bd">
Div content here</div>
This div background color is #dcb9bd
#dcb9bd Border Color
<div style="border:3px solid #dcb9bd">
Div here</div>
This div border color is #dcb9bd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(220,185,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dcb9bd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dcb9bd; -webkit-box-shadow: 1px 1px 3px 2px #dcb9bd; box-shadow: 1px 1px 3px 2px #dcb9bd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(220,185,189, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dcb9bd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dcb9bd; -webkit-box-shadow: 1px 1px 3px 2px #dcb9bd; box-shadow: 1px 1px 3px 2px #dcb9bd;">
Div content here</div>
This div box has shadow with color #dcb9bd
Comments
No comments written yet.
Please login to write comment.