Color spaces of #dfa376
RGB | 223 | 163 | 118 |
---|---|---|---|
HSL | 0.07 | 0.62 | 0.67 |
HSV | 26° | 47° | 87° |
CMYK | 0.00 | 0.27 | 0.47 0.13 |
XYZ | 46.7986 | 43.1904 | 23.0096 |
Yxy | 43.1904 | 0.4142 | 0.3822 |
Hunter Lab | 65.7194 | 12.1004 | 25.2450 |
CIE-Lab | 71.6840 | 16.8738 | 32.0516 |
#dfa376 color RGB value is (223,163,118).
#dfa376 hex color red value is 223, green value is 163 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #dfa376 hue: 0.07 , saturation: 0.62 and the lightness value of dfa376 is 0.67.
The process color (four color CMYK) of #dfa376 color hex is 0.00, 0.27, 0.47, 0.13. Web safe color of #dfa376 is #cc9966. Color #dfa376 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011111 | 10100011 | 01110110 |
Octal | 337 | 243 | 166 |
Decimal | 223 | 163 | 118 |
Hex | DF | A3 | 76 |
Shades of #dfa376
Tints of #dfa376
RGB Percentages of Color #dfa376
CMYK Percentages of Color #dfa376
Complementary Color
#dfa376 | #76b2df |
#dfa376 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dfa376 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dfa376 Color CSS Codes
.mybgcolor {background-color:#dfa376; } .myforecolor {color:#dfa376; } .mybordercolor {border:3px solid #dfa376; }
#dfa376 Text Font Color
<p style="color:#dfa376">Text here</p>
This sample text font color is #dfa376
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.
#dfa376 Background Color
<div style="background-color:#dfa376">
Div content here</div>
This div background color is #dfa376
#dfa376 Border Color
<div style="border:3px solid #dfa376">
Div here</div>
This div border color is #dfa376
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(223,163,118, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dfa376; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dfa376; -webkit-box-shadow: 1px 1px 3px 2px #dfa376; box-shadow: 1px 1px 3px 2px #dfa376; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(223,163,118, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dfa376">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dfa376; -webkit-box-shadow: 1px 1px 3px 2px #dfa376; box-shadow: 1px 1px 3px 2px #dfa376;">
Div content here</div>
This div box has shadow with color #dfa376
Comments
No comments written yet.
Please login to write comment.