Color spaces of #dfa479
RGB | 223 | 164 | 121 |
---|---|---|---|
HSL | 0.07 | 0.61 | 0.67 |
HSV | 25° | 46° | 87° |
CMYK | 0.00 | 0.26 | 0.46 0.13 |
XYZ | 47.1581 | 43.6194 | 24.0230 |
Yxy | 43.6194 | 0.4108 | 0.3800 |
Hunter Lab | 66.0450 | 11.8756 | 24.6655 |
CIE-Lab | 71.9734 | 16.6350 | 30.8266 |
#dfa479 color RGB value is (223,164,121).
#dfa479 hex color red value is 223, green value is 164 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #dfa479 hue: 0.07 , saturation: 0.61 and the lightness value of dfa479 is 0.67.
The process color (four color CMYK) of #dfa479 color hex is 0.00, 0.26, 0.46, 0.13. Web safe color of #dfa479 is #cc9966. Color #dfa479 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011111 | 10100100 | 01111001 |
Octal | 337 | 244 | 171 |
Decimal | 223 | 164 | 121 |
Hex | DF | A4 | 79 |
Shades of #dfa479
Tints of #dfa479
RGB Percentages of Color #dfa479
CMYK Percentages of Color #dfa479
Complementary Color
#dfa479 | #79b4df |
#dfa479 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dfa479 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dfa479 Color CSS Codes
.mybgcolor {background-color:#dfa479; } .myforecolor {color:#dfa479; } .mybordercolor {border:3px solid #dfa479; }
#dfa479 Text Font Color
<p style="color:#dfa479">Text here</p>
This sample text font color is #dfa479
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.
#dfa479 Background Color
<div style="background-color:#dfa479">
Div content here</div>
This div background color is #dfa479
#dfa479 Border Color
<div style="border:3px solid #dfa479">
Div here</div>
This div border color is #dfa479
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(223,164,121, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dfa479; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dfa479; -webkit-box-shadow: 1px 1px 3px 2px #dfa479; box-shadow: 1px 1px 3px 2px #dfa479; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(223,164,121, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dfa479">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dfa479; -webkit-box-shadow: 1px 1px 3px 2px #dfa479; box-shadow: 1px 1px 3px 2px #dfa479;">
Div content here</div>
This div box has shadow with color #dfa479
Comments
No comments written yet.
Please login to write comment.