Color spaces of #d9985f
RGB | 217 | 152 | 95 |
---|---|---|---|
HSL | 0.08 | 0.62 | 0.61 |
HSV | 28° | 56° | 85° |
CMYK | 0.00 | 0.30 | 0.56 0.15 |
XYZ | 41.9091 | 38.0344 | 15.9590 |
Yxy | 38.0344 | 0.4370 | 0.3966 |
Hunter Lab | 61.6720 | 13.3732 | 27.8278 |
CIE-Lab | 68.0460 | 18.2960 | 39.4572 |
#d9985f color RGB value is (217,152,95).
#d9985f hex color red value is 217, green value is 152 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #d9985f hue: 0.08 , saturation: 0.62 and the lightness value of d9985f is 0.61.
The process color (four color CMYK) of #d9985f color hex is 0.00, 0.30, 0.56, 0.15. Web safe color of #d9985f is #cc9966. Color #d9985f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011001 | 10011000 | 01011111 |
Octal | 331 | 230 | 137 |
Decimal | 217 | 152 | 95 |
Hex | D9 | 98 | 5F |
Shades of #d9985f
Tints of #d9985f
RGB Percentages of Color #d9985f
CMYK Percentages of Color #d9985f
Complementary Color
#d9985f | #5fa0d9 |
#d9985f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d9985f Color Preview on White Background
Lorem ipsum dolor sit amet.
#d9985f Color CSS Codes
.mybgcolor {background-color:#d9985f; } .myforecolor {color:#d9985f; } .mybordercolor {border:3px solid #d9985f; }
#d9985f Text Font Color
<p style="color:#d9985f">Text here</p>
This sample text font color is #d9985f
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.
#d9985f Background Color
<div style="background-color:#d9985f">
Div content here</div>
This div background color is #d9985f
#d9985f Border Color
<div style="border:3px solid #d9985f">
Div here</div>
This div border color is #d9985f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(217,152,95, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d9985f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d9985f; -webkit-box-shadow: 1px 1px 3px 2px #d9985f; box-shadow: 1px 1px 3px 2px #d9985f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(217,152,95, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d9985f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d9985f; -webkit-box-shadow: 1px 1px 3px 2px #d9985f; box-shadow: 1px 1px 3px 2px #d9985f;">
Div content here</div>
This div box has shadow with color #d9985f
Comments
No comments written yet.
Please login to write comment.