Color spaces of #d9976b
RGB | 217 | 151 | 107 |
---|---|---|---|
HSL | 0.07 | 0.59 | 0.64 |
HSV | 24° | 51° | 85° |
CMYK | 0.00 | 0.30 | 0.51 0.15 |
XYZ | 42.3357 | 37.9465 | 19.0030 |
Yxy | 37.9465 | 0.4264 | 0.3822 |
Hunter Lab | 61.6007 | 14.8746 | 24.8303 |
CIE-Lab | 67.9812 | 19.8622 | 33.0271 |
#d9976b color RGB value is (217,151,107).
#d9976b hex color red value is 217, green value is 151 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #d9976b hue: 0.07 , saturation: 0.59 and the lightness value of d9976b is 0.64.
The process color (four color CMYK) of #d9976b color hex is 0.00, 0.30, 0.51, 0.15. Web safe color of #d9976b is #cc9966. Color #d9976b contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011001 | 10010111 | 01101011 |
Octal | 331 | 227 | 153 |
Decimal | 217 | 151 | 107 |
Hex | D9 | 97 | 6B |
Shades of #d9976b
Tints of #d9976b
RGB Percentages of Color #d9976b
CMYK Percentages of Color #d9976b
Complementary Color
#d9976b | #6badd9 |
#d9976b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d9976b Color Preview on White Background
Lorem ipsum dolor sit amet.
#d9976b Color CSS Codes
.mybgcolor {background-color:#d9976b; } .myforecolor {color:#d9976b; } .mybordercolor {border:3px solid #d9976b; }
#d9976b Text Font Color
<p style="color:#d9976b">Text here</p>
This sample text font color is #d9976b
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.
#d9976b Background Color
<div style="background-color:#d9976b">
Div content here</div>
This div background color is #d9976b
#d9976b Border Color
<div style="border:3px solid #d9976b">
Div here</div>
This div border color is #d9976b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(217,151,107, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d9976b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d9976b; -webkit-box-shadow: 1px 1px 3px 2px #d9976b; box-shadow: 1px 1px 3px 2px #d9976b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(217,151,107, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d9976b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d9976b; -webkit-box-shadow: 1px 1px 3px 2px #d9976b; box-shadow: 1px 1px 3px 2px #d9976b;">
Div content here</div>
This div box has shadow with color #d9976b
Comments
No comments written yet.
Please login to write comment.