Color spaces of #dfc69e
RGB | 223 | 198 | 158 |
---|---|---|---|
HSL | 0.10 | 0.50 | 0.75 |
HSV | 37° | 29° | 87° |
CMYK | 0.00 | 0.11 | 0.29 0.13 |
XYZ | 56.7971 | 58.5448 | 40.6545 |
Yxy | 58.5448 | 0.3641 | 0.3753 |
Hunter Lab | 76.5146 | -1.3992 | 22.0576 |
CIE-Lab | 81.0407 | 2.8669 | 23.2949 |
#dfc69e color RGB value is (223,198,158).
#dfc69e hex color red value is 223, green value is 198 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #dfc69e hue: 0.10 , saturation: 0.50 and the lightness value of dfc69e is 0.75.
The process color (four color CMYK) of #dfc69e color hex is 0.00, 0.11, 0.29, 0.13. Web safe color of #dfc69e is #cccc99. Color #dfc69e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011111 | 11000110 | 10011110 |
Octal | 337 | 306 | 236 |
Decimal | 223 | 198 | 158 |
Hex | DF | C6 | 9E |
Shades of #dfc69e
Tints of #dfc69e
RGB Percentages of Color #dfc69e
CMYK Percentages of Color #dfc69e
Complementary Color
#dfc69e | #9eb7df |
#dfc69e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dfc69e Color Preview on White Background
Lorem ipsum dolor sit amet.
#dfc69e Color CSS Codes
.mybgcolor {background-color:#dfc69e; } .myforecolor {color:#dfc69e; } .mybordercolor {border:3px solid #dfc69e; }
#dfc69e Text Font Color
<p style="color:#dfc69e">Text here</p>
This sample text font color is #dfc69e
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.
#dfc69e Background Color
<div style="background-color:#dfc69e">
Div content here</div>
This div background color is #dfc69e
#dfc69e Border Color
<div style="border:3px solid #dfc69e">
Div here</div>
This div border color is #dfc69e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(223,198,158, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dfc69e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dfc69e; -webkit-box-shadow: 1px 1px 3px 2px #dfc69e; box-shadow: 1px 1px 3px 2px #dfc69e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(223,198,158, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dfc69e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dfc69e; -webkit-box-shadow: 1px 1px 3px 2px #dfc69e; box-shadow: 1px 1px 3px 2px #dfc69e;">
Div content here</div>
This div box has shadow with color #dfc69e
Comments
No comments written yet.
Please login to write comment.