Color spaces of #dcb772
RGB | 220 | 183 | 114 |
---|---|---|---|
HSL | 0.11 | 0.60 | 0.65 |
HSV | 39° | 48° | 86° |
CMYK | 0.00 | 0.17 | 0.48 0.14 |
XYZ | 49.4859 | 50.2975 | 23.0198 |
Yxy | 50.2975 | 0.4030 | 0.4096 |
Hunter Lab | 70.9207 | 0.4395 | 30.3999 |
CIE-Lab | 76.2515 | 4.6034 | 39.9090 |
#dcb772 color RGB value is (220,183,114).
#dcb772 hex color red value is 220, green value is 183 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #dcb772 hue: 0.11 , saturation: 0.60 and the lightness value of dcb772 is 0.65.
The process color (four color CMYK) of #dcb772 color hex is 0.00, 0.17, 0.48, 0.14. Web safe color of #dcb772 is #cccc66. Color #dcb772 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011100 | 10110111 | 01110010 |
Octal | 334 | 267 | 162 |
Decimal | 220 | 183 | 114 |
Hex | DC | B7 | 72 |
Shades of #dcb772
Tints of #dcb772
RGB Percentages of Color #dcb772
CMYK Percentages of Color #dcb772
Complementary Color
#dcb772 | #7297dc |
#dcb772 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dcb772 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dcb772 Color CSS Codes
.mybgcolor {background-color:#dcb772; } .myforecolor {color:#dcb772; } .mybordercolor {border:3px solid #dcb772; }
#dcb772 Text Font Color
<p style="color:#dcb772">Text here</p>
This sample text font color is #dcb772
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.
#dcb772 Background Color
<div style="background-color:#dcb772">
Div content here</div>
This div background color is #dcb772
#dcb772 Border Color
<div style="border:3px solid #dcb772">
Div here</div>
This div border color is #dcb772
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(220,183,114, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dcb772; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dcb772; -webkit-box-shadow: 1px 1px 3px 2px #dcb772; box-shadow: 1px 1px 3px 2px #dcb772; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(220,183,114, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dcb772">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dcb772; -webkit-box-shadow: 1px 1px 3px 2px #dcb772; box-shadow: 1px 1px 3px 2px #dcb772;">
Div content here</div>
This div box has shadow with color #dcb772
Comments
No comments written yet.
Please login to write comment.