Color spaces of #dc974b
RGB | 220 | 151 | 75 |
---|---|---|---|
HSL | 0.09 | 0.67 | 0.58 |
HSV | 31° | 66° | 86° |
CMYK | 0.00 | 0.31 | 0.66 0.14 |
XYZ | 41.8518 | 37.8569 | 11.7579 |
Yxy | 37.8569 | 0.4576 | 0.4139 |
Hunter Lab | 61.5280 | 13.7432 | 31.7393 |
CIE-Lab | 67.9150 | 18.6869 | 49.4409 |
#dc974b color RGB value is (220,151,75).
#dc974b hex color red value is 220, green value is 151 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #dc974b hue: 0.09 , saturation: 0.67 and the lightness value of dc974b is 0.58.
The process color (four color CMYK) of #dc974b color hex is 0.00, 0.31, 0.66, 0.14. Web safe color of #dc974b is #cc9933. Color #dc974b contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011100 | 10010111 | 01001011 |
Octal | 334 | 227 | 113 |
Decimal | 220 | 151 | 75 |
Hex | DC | 97 | 4B |
Shades of #dc974b
Tints of #dc974b
RGB Percentages of Color #dc974b
CMYK Percentages of Color #dc974b
Complementary Color
#dc974b | #4b90dc |
#dc974b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dc974b Color Preview on White Background
Lorem ipsum dolor sit amet.
#dc974b Color CSS Codes
.mybgcolor {background-color:#dc974b; } .myforecolor {color:#dc974b; } .mybordercolor {border:3px solid #dc974b; }
#dc974b Text Font Color
<p style="color:#dc974b">Text here</p>
This sample text font color is #dc974b
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.
#dc974b Background Color
<div style="background-color:#dc974b">
Div content here</div>
This div background color is #dc974b
#dc974b Border Color
<div style="border:3px solid #dc974b">
Div here</div>
This div border color is #dc974b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(220,151,75, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dc974b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dc974b; -webkit-box-shadow: 1px 1px 3px 2px #dc974b; box-shadow: 1px 1px 3px 2px #dc974b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(220,151,75, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dc974b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dc974b; -webkit-box-shadow: 1px 1px 3px 2px #dc974b; box-shadow: 1px 1px 3px 2px #dc974b;">
Div content here</div>
This div box has shadow with color #dc974b
Comments
No comments written yet.
Please login to write comment.