Color spaces of #dcc8bf
RGB | 220 | 200 | 191 |
---|---|---|---|
HSL | 0.05 | 0.29 | 0.81 |
HSV | 19° | 13° | 86° |
CMYK | 0.00 | 0.09 | 0.13 0.14 |
XYZ | 59.5734 | 60.2858 | 57.7867 |
Yxy | 60.2858 | 0.3353 | 0.3394 |
Hunter Lab | 77.6439 | 1.0798 | 10.2240 |
CIE-Lab | 81.9933 | 5.5142 | 7.0269 |
#dcc8bf color RGB value is (220,200,191).
#dcc8bf hex color red value is 220, green value is 200 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #dcc8bf hue: 0.05 , saturation: 0.29 and the lightness value of dcc8bf is 0.81.
The process color (four color CMYK) of #dcc8bf color hex is 0.00, 0.09, 0.13, 0.14. Web safe color of #dcc8bf is #cccccc. Color #dcc8bf contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011100 | 11001000 | 10111111 |
Octal | 334 | 310 | 277 |
Decimal | 220 | 200 | 191 |
Hex | DC | C8 | BF |
Shades of #dcc8bf
Tints of #dcc8bf
RGB Percentages of Color #dcc8bf
CMYK Percentages of Color #dcc8bf
Complementary Color
#dcc8bf | #bfd3dc |
#dcc8bf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dcc8bf Color Preview on White Background
Lorem ipsum dolor sit amet.
#dcc8bf Color CSS Codes
.mybgcolor {background-color:#dcc8bf; } .myforecolor {color:#dcc8bf; } .mybordercolor {border:3px solid #dcc8bf; }
#dcc8bf Text Font Color
<p style="color:#dcc8bf">Text here</p>
This sample text font color is #dcc8bf
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.
#dcc8bf Background Color
<div style="background-color:#dcc8bf">
Div content here</div>
This div background color is #dcc8bf
#dcc8bf Border Color
<div style="border:3px solid #dcc8bf">
Div here</div>
This div border color is #dcc8bf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(220,200,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dcc8bf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dcc8bf; -webkit-box-shadow: 1px 1px 3px 2px #dcc8bf; box-shadow: 1px 1px 3px 2px #dcc8bf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(220,200,191, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dcc8bf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dcc8bf; -webkit-box-shadow: 1px 1px 3px 2px #dcc8bf; box-shadow: 1px 1px 3px 2px #dcc8bf;">
Div content here</div>
This div box has shadow with color #dcc8bf
Comments
No comments written yet.
Please login to write comment.