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