Color spaces of #dcbf7e
RGB | 220 | 191 | 126 |
---|---|---|---|
HSL | 0.12 | 0.57 | 0.68 |
HSV | 41° | 43° | 86° |
CMYK | 0.00 | 0.13 | 0.43 0.14 |
XYZ | 51.9119 | 53.9836 | 27.4225 |
Yxy | 53.9836 | 0.3894 | 0.4049 |
Hunter Lab | 73.4735 | -2.4615 | 29.3027 |
CIE-Lab | 78.4522 | 1.5863 | 36.5460 |
#dcbf7e color RGB value is (220,191,126).
#dcbf7e hex color red value is 220, green value is 191 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #dcbf7e hue: 0.12 , saturation: 0.57 and the lightness value of dcbf7e is 0.68.
The process color (four color CMYK) of #dcbf7e color hex is 0.00, 0.13, 0.43, 0.14. Web safe color of #dcbf7e is #cccc66. Color #dcbf7e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011100 | 10111111 | 01111110 |
Octal | 334 | 277 | 176 |
Decimal | 220 | 191 | 126 |
Hex | DC | BF | 7E |
Shades of #dcbf7e
Tints of #dcbf7e
RGB Percentages of Color #dcbf7e
CMYK Percentages of Color #dcbf7e
Complementary Color
#dcbf7e | #7e9bdc |
#dcbf7e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dcbf7e Color Preview on White Background
Lorem ipsum dolor sit amet.
#dcbf7e Color CSS Codes
.mybgcolor {background-color:#dcbf7e; } .myforecolor {color:#dcbf7e; } .mybordercolor {border:3px solid #dcbf7e; }
#dcbf7e Text Font Color
<p style="color:#dcbf7e">Text here</p>
This sample text font color is #dcbf7e
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.
#dcbf7e Background Color
<div style="background-color:#dcbf7e">
Div content here</div>
This div background color is #dcbf7e
#dcbf7e Border Color
<div style="border:3px solid #dcbf7e">
Div here</div>
This div border color is #dcbf7e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(220,191,126, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dcbf7e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dcbf7e; -webkit-box-shadow: 1px 1px 3px 2px #dcbf7e; box-shadow: 1px 1px 3px 2px #dcbf7e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(220,191,126, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dcbf7e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dcbf7e; -webkit-box-shadow: 1px 1px 3px 2px #dcbf7e; box-shadow: 1px 1px 3px 2px #dcbf7e;">
Div content here</div>
This div box has shadow with color #dcbf7e
Comments
No comments written yet.
Please login to write comment.