Color spaces of #dcc174
RGB | 220 | 193 | 116 |
---|---|---|---|
HSL | 0.12 | 0.60 | 0.66 |
HSV | 44° | 47° | 86° |
CMYK | 0.00 | 0.12 | 0.47 0.14 |
XYZ | 51.7375 | 54.6165 | 24.3382 |
Yxy | 54.6165 | 0.3959 | 0.4179 |
Hunter Lab | 73.9030 | -4.3671 | 32.2063 |
CIE-Lab | 78.8199 | -0.4567 | 42.1047 |
#dcc174 color RGB value is (220,193,116).
#dcc174 hex color red value is 220, green value is 193 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #dcc174 hue: 0.12 , saturation: 0.60 and the lightness value of dcc174 is 0.66.
The process color (four color CMYK) of #dcc174 color hex is 0.00, 0.12, 0.47, 0.14. Web safe color of #dcc174 is #cccc66. Color #dcc174 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011100 | 11000001 | 01110100 |
Octal | 334 | 301 | 164 |
Decimal | 220 | 193 | 116 |
Hex | DC | C1 | 74 |
Shades of #dcc174
Tints of #dcc174
RGB Percentages of Color #dcc174
CMYK Percentages of Color #dcc174
Complementary Color
#dcc174 | #748fdc |
#dcc174 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dcc174 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dcc174 Color CSS Codes
.mybgcolor {background-color:#dcc174; } .myforecolor {color:#dcc174; } .mybordercolor {border:3px solid #dcc174; }
#dcc174 Text Font Color
<p style="color:#dcc174">Text here</p>
This sample text font color is #dcc174
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.
#dcc174 Background Color
<div style="background-color:#dcc174">
Div content here</div>
This div background color is #dcc174
#dcc174 Border Color
<div style="border:3px solid #dcc174">
Div here</div>
This div border color is #dcc174
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(220,193,116, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dcc174; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dcc174; -webkit-box-shadow: 1px 1px 3px 2px #dcc174; box-shadow: 1px 1px 3px 2px #dcc174; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(220,193,116, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dcc174">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dcc174; -webkit-box-shadow: 1px 1px 3px 2px #dcc174; box-shadow: 1px 1px 3px 2px #dcc174;">
Div content here</div>
This div box has shadow with color #dcc174
Comments
No comments written yet.
Please login to write comment.