Color spaces of #dcbf85
RGB | 220 | 191 | 133 |
---|---|---|---|
HSL | 0.11 | 0.55 | 0.69 |
HSV | 40° | 40° | 86° |
CMYK | 0.00 | 0.13 | 0.40 0.14 |
XYZ | 52.3796 | 54.1707 | 29.8856 |
Yxy | 54.1707 | 0.3839 | 0.3970 |
Hunter Lab | 73.6007 | -1.7678 | 27.4458 |
CIE-Lab | 78.5612 | 2.3402 | 33.0602 |
#dcbf85 color RGB value is (220,191,133).
#dcbf85 hex color red value is 220, green value is 191 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #dcbf85 hue: 0.11 , saturation: 0.55 and the lightness value of dcbf85 is 0.69.
The process color (four color CMYK) of #dcbf85 color hex is 0.00, 0.13, 0.40, 0.14. Web safe color of #dcbf85 is #cccc99. Color #dcbf85 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011100 | 10111111 | 10000101 |
Octal | 334 | 277 | 205 |
Decimal | 220 | 191 | 133 |
Hex | DC | BF | 85 |
Shades of #dcbf85
Tints of #dcbf85
RGB Percentages of Color #dcbf85
CMYK Percentages of Color #dcbf85
Complementary Color
#dcbf85 | #85a2dc |
#dcbf85 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dcbf85 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dcbf85 Color CSS Codes
.mybgcolor {background-color:#dcbf85; } .myforecolor {color:#dcbf85; } .mybordercolor {border:3px solid #dcbf85; }
#dcbf85 Text Font Color
<p style="color:#dcbf85">Text here</p>
This sample text font color is #dcbf85
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.
#dcbf85 Background Color
<div style="background-color:#dcbf85">
Div content here</div>
This div background color is #dcbf85
#dcbf85 Border Color
<div style="border:3px solid #dcbf85">
Div here</div>
This div border color is #dcbf85
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(220,191,133, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dcbf85; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dcbf85; -webkit-box-shadow: 1px 1px 3px 2px #dcbf85; box-shadow: 1px 1px 3px 2px #dcbf85; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(220,191,133, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dcbf85">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dcbf85; -webkit-box-shadow: 1px 1px 3px 2px #dcbf85; box-shadow: 1px 1px 3px 2px #dcbf85;">
Div content here</div>
This div box has shadow with color #dcbf85
Comments
No comments written yet.
Please login to write comment.