Color spaces of #dfc07d
RGB | 223 | 192 | 125 |
---|---|---|---|
HSL | 0.11 | 0.60 | 0.68 |
HSV | 41° | 44° | 87° |
CMYK | 0.00 | 0.14 | 0.44 0.13 |
XYZ | 52.9827 | 54.8679 | 27.2001 |
Yxy | 54.8679 | 0.3923 | 0.4063 |
Hunter Lab | 74.0729 | -1.9504 | 30.0793 |
CIE-Lab | 78.9651 | 2.1664 | 37.7727 |
#dfc07d color RGB value is (223,192,125).
#dfc07d hex color red value is 223, green value is 192 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #dfc07d hue: 0.11 , saturation: 0.60 and the lightness value of dfc07d is 0.68.
The process color (four color CMYK) of #dfc07d color hex is 0.00, 0.14, 0.44, 0.13. Web safe color of #dfc07d is #cccc66. Color #dfc07d contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011111 | 11000000 | 01111101 |
Octal | 337 | 300 | 175 |
Decimal | 223 | 192 | 125 |
Hex | DF | C0 | 7D |
Shades of #dfc07d
Tints of #dfc07d
RGB Percentages of Color #dfc07d
CMYK Percentages of Color #dfc07d
Complementary Color
#dfc07d | #7d9cdf |
#dfc07d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dfc07d Color Preview on White Background
Lorem ipsum dolor sit amet.
#dfc07d Color CSS Codes
.mybgcolor {background-color:#dfc07d; } .myforecolor {color:#dfc07d; } .mybordercolor {border:3px solid #dfc07d; }
#dfc07d Text Font Color
<p style="color:#dfc07d">Text here</p>
This sample text font color is #dfc07d
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.
#dfc07d Background Color
<div style="background-color:#dfc07d">
Div content here</div>
This div background color is #dfc07d
#dfc07d Border Color
<div style="border:3px solid #dfc07d">
Div here</div>
This div border color is #dfc07d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(223,192,125, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dfc07d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dfc07d; -webkit-box-shadow: 1px 1px 3px 2px #dfc07d; box-shadow: 1px 1px 3px 2px #dfc07d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(223,192,125, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dfc07d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dfc07d; -webkit-box-shadow: 1px 1px 3px 2px #dfc07d; box-shadow: 1px 1px 3px 2px #dfc07d;">
Div content here</div>
This div box has shadow with color #dfc07d
Comments
No comments written yet.
Please login to write comment.