Color spaces of #dfa458
RGB | 223 | 164 | 88 |
---|---|---|---|
HSL | 0.09 | 0.68 | 0.61 |
HSV | 34° | 61° | 87° |
CMYK | 0.00 | 0.26 | 0.61 0.13 |
XYZ | 45.4683 | 42.9435 | 15.1250 |
Yxy | 42.9435 | 0.4392 | 0.4148 |
Hunter Lab | 65.5313 | 9.1709 | 32.1874 |
CIE-Lab | 71.5166 | 13.8183 | 47.3109 |
#dfa458 color RGB value is (223,164,88).
#dfa458 hex color red value is 223, green value is 164 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #dfa458 hue: 0.09 , saturation: 0.68 and the lightness value of dfa458 is 0.61.
The process color (four color CMYK) of #dfa458 color hex is 0.00, 0.26, 0.61, 0.13. Web safe color of #dfa458 is #cc9966. Color #dfa458 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011111 | 10100100 | 01011000 |
Octal | 337 | 244 | 130 |
Decimal | 223 | 164 | 88 |
Hex | DF | A4 | 58 |
Shades of #dfa458
Tints of #dfa458
RGB Percentages of Color #dfa458
CMYK Percentages of Color #dfa458
Complementary Color
#dfa458 | #5893df |
#dfa458 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dfa458 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dfa458 Color CSS Codes
.mybgcolor {background-color:#dfa458; } .myforecolor {color:#dfa458; } .mybordercolor {border:3px solid #dfa458; }
#dfa458 Text Font Color
<p style="color:#dfa458">Text here</p>
This sample text font color is #dfa458
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.
#dfa458 Background Color
<div style="background-color:#dfa458">
Div content here</div>
This div background color is #dfa458
#dfa458 Border Color
<div style="border:3px solid #dfa458">
Div here</div>
This div border color is #dfa458
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(223,164,88, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dfa458; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dfa458; -webkit-box-shadow: 1px 1px 3px 2px #dfa458; box-shadow: 1px 1px 3px 2px #dfa458; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(223,164,88, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dfa458">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dfa458; -webkit-box-shadow: 1px 1px 3px 2px #dfa458; box-shadow: 1px 1px 3px 2px #dfa458;">
Div content here</div>
This div box has shadow with color #dfa458
Comments
No comments written yet.
Please login to write comment.