Color spaces of #daa27c
RGB | 218 | 162 | 124 |
---|---|---|---|
HSL | 0.07 | 0.56 | 0.67 |
HSV | 24° | 43° | 85° |
CMYK | 0.00 | 0.26 | 0.43 0.15 |
XYZ | 45.4719 | 42.2013 | 24.8178 |
Yxy | 42.2013 | 0.4042 | 0.3752 |
Hunter Lab | 64.9625 | 11.2604 | 22.8231 |
CIE-Lab | 71.0095 | 16.0145 | 27.8464 |
#daa27c color RGB value is (218,162,124).
#daa27c hex color red value is 218, green value is 162 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #daa27c hue: 0.07 , saturation: 0.56 and the lightness value of daa27c is 0.67.
The process color (four color CMYK) of #daa27c color hex is 0.00, 0.26, 0.43, 0.15. Web safe color of #daa27c is #cc9966. Color #daa27c contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011010 | 10100010 | 01111100 |
Octal | 332 | 242 | 174 |
Decimal | 218 | 162 | 124 |
Hex | DA | A2 | 7C |
Shades of #daa27c
Tints of #daa27c
RGB Percentages of Color #daa27c
CMYK Percentages of Color #daa27c
Complementary Color
#daa27c | #7cb4da |
#daa27c Color Preview on Black Background
Lorem ipsum dolor sit amet.
#daa27c Color Preview on White Background
Lorem ipsum dolor sit amet.
#daa27c Color CSS Codes
.mybgcolor {background-color:#daa27c; } .myforecolor {color:#daa27c; } .mybordercolor {border:3px solid #daa27c; }
#daa27c Text Font Color
<p style="color:#daa27c">Text here</p>
This sample text font color is #daa27c
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.
#daa27c Background Color
<div style="background-color:#daa27c">
Div content here</div>
This div background color is #daa27c
#daa27c Border Color
<div style="border:3px solid #daa27c">
Div here</div>
This div border color is #daa27c
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(218,162,124, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #daa27c; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #daa27c; -webkit-box-shadow: 1px 1px 3px 2px #daa27c; box-shadow: 1px 1px 3px 2px #daa27c; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(218,162,124, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #daa27c">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #daa27c; -webkit-box-shadow: 1px 1px 3px 2px #daa27c; box-shadow: 1px 1px 3px 2px #daa27c;">
Div content here</div>
This div box has shadow with color #daa27c
Comments
No comments written yet.
Please login to write comment.