Color spaces of #dcd697
RGB | 220 | 214 | 151 |
---|---|---|---|
HSL | 0.15 | 0.50 | 0.73 |
HSV | 55° | 31° | 86° |
CMYK | 0.00 | 0.03 | 0.31 0.14 |
XYZ | 59.1477 | 65.5431 | 38.8118 |
Yxy | 65.5431 | 0.3618 | 0.4009 |
Hunter Lab | 80.9587 | -11.2672 | 28.2473 |
CIE-Lab | 84.7628 | -7.4451 | 31.9219 |
#dcd697 color RGB value is (220,214,151).
#dcd697 hex color red value is 220, green value is 214 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #dcd697 hue: 0.15 , saturation: 0.50 and the lightness value of dcd697 is 0.73.
The process color (four color CMYK) of #dcd697 color hex is 0.00, 0.03, 0.31, 0.14. Web safe color of #dcd697 is #cccc99. Color #dcd697 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011100 | 11010110 | 10010111 |
Octal | 334 | 326 | 227 |
Decimal | 220 | 214 | 151 |
Hex | DC | D6 | 97 |
Shades of #dcd697
Tints of #dcd697
RGB Percentages of Color #dcd697
CMYK Percentages of Color #dcd697
Complementary Color
#dcd697 | #979ddc |
#dcd697 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dcd697 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dcd697 Color CSS Codes
.mybgcolor {background-color:#dcd697; } .myforecolor {color:#dcd697; } .mybordercolor {border:3px solid #dcd697; }
#dcd697 Text Font Color
<p style="color:#dcd697">Text here</p>
This sample text font color is #dcd697
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.
#dcd697 Background Color
<div style="background-color:#dcd697">
Div content here</div>
This div background color is #dcd697
#dcd697 Border Color
<div style="border:3px solid #dcd697">
Div here</div>
This div border color is #dcd697
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(220,214,151, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dcd697; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dcd697; -webkit-box-shadow: 1px 1px 3px 2px #dcd697; box-shadow: 1px 1px 3px 2px #dcd697; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(220,214,151, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dcd697">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dcd697; -webkit-box-shadow: 1px 1px 3px 2px #dcd697; box-shadow: 1px 1px 3px 2px #dcd697;">
Div content here</div>
This div box has shadow with color #dcd697
Comments
No comments written yet.
Please login to write comment.