Color spaces of #dfa470
RGB | 223 | 164 | 112 |
---|---|---|---|
HSL | 0.08 | 0.63 | 0.66 |
HSV | 28° | 50° | 87° |
CMYK | 0.00 | 0.26 | 0.50 0.13 |
XYZ | 46.6315 | 43.4087 | 21.2502 |
Yxy | 43.4087 | 0.4190 | 0.3900 |
Hunter Lab | 65.8853 | 11.0374 | 26.9967 |
CIE-Lab | 71.8315 | 15.7676 | 35.4230 |
#dfa470 color RGB value is (223,164,112).
#dfa470 hex color red value is 223, green value is 164 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #dfa470 hue: 0.08 , saturation: 0.63 and the lightness value of dfa470 is 0.66.
The process color (four color CMYK) of #dfa470 color hex is 0.00, 0.26, 0.50, 0.13. Web safe color of #dfa470 is #cc9966. Color #dfa470 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011111 | 10100100 | 01110000 |
Octal | 337 | 244 | 160 |
Decimal | 223 | 164 | 112 |
Hex | DF | A4 | 70 |
Shades of #dfa470
Tints of #dfa470
RGB Percentages of Color #dfa470
CMYK Percentages of Color #dfa470
Complementary Color
#dfa470 | #70abdf |
#dfa470 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dfa470 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dfa470 Color CSS Codes
.mybgcolor {background-color:#dfa470; } .myforecolor {color:#dfa470; } .mybordercolor {border:3px solid #dfa470; }
#dfa470 Text Font Color
<p style="color:#dfa470">Text here</p>
This sample text font color is #dfa470
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.
#dfa470 Background Color
<div style="background-color:#dfa470">
Div content here</div>
This div background color is #dfa470
#dfa470 Border Color
<div style="border:3px solid #dfa470">
Div here</div>
This div border color is #dfa470
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(223,164,112, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dfa470; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dfa470; -webkit-box-shadow: 1px 1px 3px 2px #dfa470; box-shadow: 1px 1px 3px 2px #dfa470; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(223,164,112, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dfa470">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dfa470; -webkit-box-shadow: 1px 1px 3px 2px #dfa470; box-shadow: 1px 1px 3px 2px #dfa470;">
Div content here</div>
This div box has shadow with color #dfa470
Comments
No comments written yet.
Please login to write comment.