Color spaces of #dfa357
RGB | 223 | 163 | 87 |
---|---|---|---|
HSL | 0.09 | 0.68 | 0.61 |
HSV | 34° | 61° | 87° |
CMYK | 0.00 | 0.27 | 0.61 0.13 |
XYZ | 45.2489 | 42.5705 | 14.8489 |
Yxy | 42.5705 | 0.4407 | 0.4146 |
Hunter Lab | 65.2461 | 9.6112 | 32.1789 |
CIE-Lab | 71.2625 | 14.2836 | 47.5069 |
#dfa357 color RGB value is (223,163,87).
#dfa357 hex color red value is 223, green value is 163 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #dfa357 hue: 0.09 , saturation: 0.68 and the lightness value of dfa357 is 0.61.
The process color (four color CMYK) of #dfa357 color hex is 0.00, 0.27, 0.61, 0.13. Web safe color of #dfa357 is #cc9966. Color #dfa357 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011111 | 10100011 | 01010111 |
Octal | 337 | 243 | 127 |
Decimal | 223 | 163 | 87 |
Hex | DF | A3 | 57 |
Shades of #dfa357
Tints of #dfa357
RGB Percentages of Color #dfa357
CMYK Percentages of Color #dfa357
Complementary Color
#dfa357 | #5793df |
#dfa357 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dfa357 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dfa357 Color CSS Codes
.mybgcolor {background-color:#dfa357; } .myforecolor {color:#dfa357; } .mybordercolor {border:3px solid #dfa357; }
#dfa357 Text Font Color
<p style="color:#dfa357">Text here</p>
This sample text font color is #dfa357
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.
#dfa357 Background Color
<div style="background-color:#dfa357">
Div content here</div>
This div background color is #dfa357
#dfa357 Border Color
<div style="border:3px solid #dfa357">
Div here</div>
This div border color is #dfa357
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(223,163,87, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dfa357; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dfa357; -webkit-box-shadow: 1px 1px 3px 2px #dfa357; box-shadow: 1px 1px 3px 2px #dfa357; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(223,163,87, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dfa357">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dfa357; -webkit-box-shadow: 1px 1px 3px 2px #dfa357; box-shadow: 1px 1px 3px 2px #dfa357;">
Div content here</div>
This div box has shadow with color #dfa357
Comments
No comments written yet.
Please login to write comment.