Color spaces of #dcbc6f
RGB | 220 | 188 | 111 |
---|---|---|---|
HSL | 0.12 | 0.61 | 0.65 |
HSV | 42° | 50° | 86° |
CMYK | 0.00 | 0.15 | 0.50 0.14 |
XYZ | 50.3677 | 52.3298 | 22.4849 |
Yxy | 52.3298 | 0.4024 | 0.4180 |
Hunter Lab | 72.3393 | -2.3097 | 32.2087 |
CIE-Lab | 77.4776 | 1.6935 | 42.9530 |
#dcbc6f color RGB value is (220,188,111).
#dcbc6f hex color red value is 220, green value is 188 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #dcbc6f hue: 0.12 , saturation: 0.61 and the lightness value of dcbc6f is 0.65.
The process color (four color CMYK) of #dcbc6f color hex is 0.00, 0.15, 0.50, 0.14. Web safe color of #dcbc6f is #cccc66. Color #dcbc6f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011100 | 10111100 | 01101111 |
Octal | 334 | 274 | 157 |
Decimal | 220 | 188 | 111 |
Hex | DC | BC | 6F |
Shades of #dcbc6f
Tints of #dcbc6f
RGB Percentages of Color #dcbc6f
CMYK Percentages of Color #dcbc6f
Complementary Color
#dcbc6f | #6f8fdc |
#dcbc6f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dcbc6f Color Preview on White Background
Lorem ipsum dolor sit amet.
#dcbc6f Color CSS Codes
.mybgcolor {background-color:#dcbc6f; } .myforecolor {color:#dcbc6f; } .mybordercolor {border:3px solid #dcbc6f; }
#dcbc6f Text Font Color
<p style="color:#dcbc6f">Text here</p>
This sample text font color is #dcbc6f
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.
#dcbc6f Background Color
<div style="background-color:#dcbc6f">
Div content here</div>
This div background color is #dcbc6f
#dcbc6f Border Color
<div style="border:3px solid #dcbc6f">
Div here</div>
This div border color is #dcbc6f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(220,188,111, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dcbc6f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dcbc6f; -webkit-box-shadow: 1px 1px 3px 2px #dcbc6f; box-shadow: 1px 1px 3px 2px #dcbc6f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(220,188,111, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dcbc6f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dcbc6f; -webkit-box-shadow: 1px 1px 3px 2px #dcbc6f; box-shadow: 1px 1px 3px 2px #dcbc6f;">
Div content here</div>
This div box has shadow with color #dcbc6f
Comments
No comments written yet.
Please login to write comment.