Color spaces of #dcbf67
RGB | 220 | 191 | 103 |
---|---|---|---|
HSL | 0.13 | 0.63 | 0.63 |
HSV | 45° | 53° | 86° |
CMYK | 0.00 | 0.13 | 0.53 0.14 |
XYZ | 50.5942 | 53.4565 | 20.4835 |
Yxy | 53.4565 | 0.4063 | 0.4293 |
Hunter Lab | 73.1140 | -4.4290 | 34.5692 |
CIE-Lab | 78.1438 | -0.5721 | 47.7186 |
#dcbf67 color RGB value is (220,191,103).
#dcbf67 hex color red value is 220, green value is 191 and the blue value of its RGB is 103. Cylindrical-coordinate representations (also known as HSL) of color #dcbf67 hue: 0.13 , saturation: 0.63 and the lightness value of dcbf67 is 0.63.
The process color (four color CMYK) of #dcbf67 color hex is 0.00, 0.13, 0.53, 0.14. Web safe color of #dcbf67 is #cccc66. Color #dcbf67 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011100 | 10111111 | 01100111 |
Octal | 334 | 277 | 147 |
Decimal | 220 | 191 | 103 |
Hex | DC | BF | 67 |
Shades of #dcbf67
Tints of #dcbf67
RGB Percentages of Color #dcbf67
CMYK Percentages of Color #dcbf67
Complementary Color
#dcbf67 | #6784dc |
#dcbf67 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dcbf67 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dcbf67 Color CSS Codes
.mybgcolor {background-color:#dcbf67; } .myforecolor {color:#dcbf67; } .mybordercolor {border:3px solid #dcbf67; }
#dcbf67 Text Font Color
<p style="color:#dcbf67">Text here</p>
This sample text font color is #dcbf67
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.
#dcbf67 Background Color
<div style="background-color:#dcbf67">
Div content here</div>
This div background color is #dcbf67
#dcbf67 Border Color
<div style="border:3px solid #dcbf67">
Div here</div>
This div border color is #dcbf67
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(220,191,103, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dcbf67; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dcbf67; -webkit-box-shadow: 1px 1px 3px 2px #dcbf67; box-shadow: 1px 1px 3px 2px #dcbf67; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(220,191,103, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dcbf67">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dcbf67; -webkit-box-shadow: 1px 1px 3px 2px #dcbf67; box-shadow: 1px 1px 3px 2px #dcbf67;">
Div content here</div>
This div box has shadow with color #dcbf67
Comments
No comments written yet.
Please login to write comment.