Color spaces of #d9cfa1
RGB | 217 | 207 | 161 |
---|---|---|---|
HSL | 0.14 | 0.42 | 0.74 |
HSV | 49° | 26° | 85° |
CMYK | 0.00 | 0.05 | 0.26 0.15 |
XYZ | 57.3611 | 61.9506 | 42.6526 |
Yxy | 61.9506 | 0.3542 | 0.3825 |
Hunter Lab | 78.7087 | -7.6535 | 22.9666 |
CIE-Lab | 82.8871 | -3.7024 | 24.1566 |
#d9cfa1 color RGB value is (217,207,161).
#d9cfa1 hex color red value is 217, green value is 207 and the blue value of its RGB is 161. Cylindrical-coordinate representations (also known as HSL) of color #d9cfa1 hue: 0.14 , saturation: 0.42 and the lightness value of d9cfa1 is 0.74.
The process color (four color CMYK) of #d9cfa1 color hex is 0.00, 0.05, 0.26, 0.15. Web safe color of #d9cfa1 is #cccc99. Color #d9cfa1 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011001 | 11001111 | 10100001 |
Octal | 331 | 317 | 241 |
Decimal | 217 | 207 | 161 |
Hex | D9 | CF | A1 |
Shades of #d9cfa1
Tints of #d9cfa1
RGB Percentages of Color #d9cfa1
CMYK Percentages of Color #d9cfa1
Complementary Color
#d9cfa1 | #a1abd9 |
#d9cfa1 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d9cfa1 Color Preview on White Background
Lorem ipsum dolor sit amet.
#d9cfa1 Color CSS Codes
.mybgcolor {background-color:#d9cfa1; } .myforecolor {color:#d9cfa1; } .mybordercolor {border:3px solid #d9cfa1; }
#d9cfa1 Text Font Color
<p style="color:#d9cfa1">Text here</p>
This sample text font color is #d9cfa1
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.
#d9cfa1 Background Color
<div style="background-color:#d9cfa1">
Div content here</div>
This div background color is #d9cfa1
#d9cfa1 Border Color
<div style="border:3px solid #d9cfa1">
Div here</div>
This div border color is #d9cfa1
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(217,207,161, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d9cfa1; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d9cfa1; -webkit-box-shadow: 1px 1px 3px 2px #d9cfa1; box-shadow: 1px 1px 3px 2px #d9cfa1; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(217,207,161, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d9cfa1">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d9cfa1; -webkit-box-shadow: 1px 1px 3px 2px #d9cfa1; box-shadow: 1px 1px 3px 2px #d9cfa1;">
Div content here</div>
This div box has shadow with color #d9cfa1
Comments
No comments written yet.
Please login to write comment.