Color spaces of #dcda95
RGB | 220 | 218 | 149 |
---|---|---|---|
HSL | 0.16 | 0.50 | 0.72 |
HSV | 58° | 32° | 86° |
CMYK | 0.00 | 0.01 | 0.32 0.14 |
XYZ | 60.0114 | 67.5284 | 38.3051 |
Yxy | 67.5284 | 0.3619 | 0.4072 |
Hunter Lab | 82.1757 | -13.4521 | 29.8857 |
CIE-Lab | 85.7701 | -9.7190 | 34.2784 |
#dcda95 color RGB value is (220,218,149).
#dcda95 hex color red value is 220, green value is 218 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #dcda95 hue: 0.16 , saturation: 0.50 and the lightness value of dcda95 is 0.72.
The process color (four color CMYK) of #dcda95 color hex is 0.00, 0.01, 0.32, 0.14. Web safe color of #dcda95 is #cccc99. Color #dcda95 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011100 | 11011010 | 10010101 |
Octal | 334 | 332 | 225 |
Decimal | 220 | 218 | 149 |
Hex | DC | DA | 95 |
Shades of #dcda95
Tints of #dcda95
RGB Percentages of Color #dcda95
CMYK Percentages of Color #dcda95
Complementary Color
#dcda95 | #9597dc |
#dcda95 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dcda95 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dcda95 Color CSS Codes
.mybgcolor {background-color:#dcda95; } .myforecolor {color:#dcda95; } .mybordercolor {border:3px solid #dcda95; }
#dcda95 Text Font Color
<p style="color:#dcda95">Text here</p>
This sample text font color is #dcda95
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.
#dcda95 Background Color
<div style="background-color:#dcda95">
Div content here</div>
This div background color is #dcda95
#dcda95 Border Color
<div style="border:3px solid #dcda95">
Div here</div>
This div border color is #dcda95
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(220,218,149, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dcda95; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dcda95; -webkit-box-shadow: 1px 1px 3px 2px #dcda95; box-shadow: 1px 1px 3px 2px #dcda95; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(220,218,149, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dcda95">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dcda95; -webkit-box-shadow: 1px 1px 3px 2px #dcda95; box-shadow: 1px 1px 3px 2px #dcda95;">
Div content here</div>
This div box has shadow with color #dcda95
Comments
No comments written yet.
Please login to write comment.