Color spaces of #dca261
RGB | 220 | 162 | 97 |
---|---|---|---|
HSL | 0.09 | 0.64 | 0.62 |
HSV | 32° | 56° | 86° |
CMYK | 0.00 | 0.26 | 0.56 0.14 |
XYZ | 44.5932 | 41.9194 | 17.0502 |
Yxy | 41.9194 | 0.4306 | 0.4048 |
Hunter Lab | 64.7452 | 9.6376 | 29.7080 |
CIE-Lab | 70.8153 | 14.3161 | 41.8813 |
#dca261 color RGB value is (220,162,97).
#dca261 hex color red value is 220, green value is 162 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #dca261 hue: 0.09 , saturation: 0.64 and the lightness value of dca261 is 0.62.
The process color (four color CMYK) of #dca261 color hex is 0.00, 0.26, 0.56, 0.14. Web safe color of #dca261 is #cc9966. Color #dca261 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011100 | 10100010 | 01100001 |
Octal | 334 | 242 | 141 |
Decimal | 220 | 162 | 97 |
Hex | DC | A2 | 61 |
Shades of #dca261
Tints of #dca261
RGB Percentages of Color #dca261
CMYK Percentages of Color #dca261
Complementary Color
#dca261 | #619bdc |
#dca261 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dca261 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dca261 Color CSS Codes
.mybgcolor {background-color:#dca261; } .myforecolor {color:#dca261; } .mybordercolor {border:3px solid #dca261; }
#dca261 Text Font Color
<p style="color:#dca261">Text here</p>
This sample text font color is #dca261
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.
#dca261 Background Color
<div style="background-color:#dca261">
Div content here</div>
This div background color is #dca261
#dca261 Border Color
<div style="border:3px solid #dca261">
Div here</div>
This div border color is #dca261
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(220,162,97, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dca261; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dca261; -webkit-box-shadow: 1px 1px 3px 2px #dca261; box-shadow: 1px 1px 3px 2px #dca261; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(220,162,97, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dca261">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dca261; -webkit-box-shadow: 1px 1px 3px 2px #dca261; box-shadow: 1px 1px 3px 2px #dca261;">
Div content here</div>
This div box has shadow with color #dca261
Comments
No comments written yet.
Please login to write comment.