Color spaces of #dcd1bc
RGB | 220 | 209 | 188 |
---|---|---|---|
HSL | 0.11 | 0.31 | 0.80 |
HSV | 39° | 15° | 86° |
CMYK | 0.00 | 0.05 | 0.15 0.14 |
XYZ | 61.3928 | 64.4474 | 56.7808 |
Yxy | 64.4474 | 0.3362 | 0.3529 |
Hunter Lab | 80.2791 | -3.9821 | 14.2600 |
CIE-Lab | 84.1982 | 0.3229 | 11.7735 |
#dcd1bc color RGB value is (220,209,188).
#dcd1bc hex color red value is 220, green value is 209 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #dcd1bc hue: 0.11 , saturation: 0.31 and the lightness value of dcd1bc is 0.80.
The process color (four color CMYK) of #dcd1bc color hex is 0.00, 0.05, 0.15, 0.14. Web safe color of #dcd1bc is #cccccc. Color #dcd1bc contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011100 | 11010001 | 10111100 |
Octal | 334 | 321 | 274 |
Decimal | 220 | 209 | 188 |
Hex | DC | D1 | BC |
Shades of #dcd1bc
Tints of #dcd1bc
RGB Percentages of Color #dcd1bc
CMYK Percentages of Color #dcd1bc
Complementary Color
#dcd1bc | #bcc7dc |
#dcd1bc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dcd1bc Color Preview on White Background
Lorem ipsum dolor sit amet.
#dcd1bc Color CSS Codes
.mybgcolor {background-color:#dcd1bc; } .myforecolor {color:#dcd1bc; } .mybordercolor {border:3px solid #dcd1bc; }
#dcd1bc Text Font Color
<p style="color:#dcd1bc">Text here</p>
This sample text font color is #dcd1bc
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.
#dcd1bc Background Color
<div style="background-color:#dcd1bc">
Div content here</div>
This div background color is #dcd1bc
#dcd1bc Border Color
<div style="border:3px solid #dcd1bc">
Div here</div>
This div border color is #dcd1bc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(220,209,188, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dcd1bc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dcd1bc; -webkit-box-shadow: 1px 1px 3px 2px #dcd1bc; box-shadow: 1px 1px 3px 2px #dcd1bc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(220,209,188, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dcd1bc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dcd1bc; -webkit-box-shadow: 1px 1px 3px 2px #dcd1bc; box-shadow: 1px 1px 3px 2px #dcd1bc;">
Div content here</div>
This div box has shadow with color #dcd1bc
Comments
No comments written yet.
Please login to write comment.