Color spaces of #dfbf71
RGB | 223 | 191 | 113 |
---|---|---|---|
HSL | 0.12 | 0.63 | 0.66 |
HSV | 43° | 49° | 87° |
CMYK | 0.00 | 0.14 | 0.49 0.13 |
XYZ | 52.0429 | 54.1418 | 23.3302 |
Yxy | 54.1418 | 0.4018 | 0.4180 |
Hunter Lab | 73.5811 | -2.5164 | 32.7078 |
CIE-Lab | 78.5443 | 1.5325 | 43.3290 |
#dfbf71 color RGB value is (223,191,113).
#dfbf71 hex color red value is 223, green value is 191 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #dfbf71 hue: 0.12 , saturation: 0.63 and the lightness value of dfbf71 is 0.66.
The process color (four color CMYK) of #dfbf71 color hex is 0.00, 0.14, 0.49, 0.13. Web safe color of #dfbf71 is #cccc66. Color #dfbf71 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011111 | 10111111 | 01110001 |
Octal | 337 | 277 | 161 |
Decimal | 223 | 191 | 113 |
Hex | DF | BF | 71 |
Shades of #dfbf71
Tints of #dfbf71
RGB Percentages of Color #dfbf71
CMYK Percentages of Color #dfbf71
Complementary Color
#dfbf71 | #7191df |
#dfbf71 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dfbf71 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dfbf71 Color CSS Codes
.mybgcolor {background-color:#dfbf71; } .myforecolor {color:#dfbf71; } .mybordercolor {border:3px solid #dfbf71; }
#dfbf71 Text Font Color
<p style="color:#dfbf71">Text here</p>
This sample text font color is #dfbf71
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.
#dfbf71 Background Color
<div style="background-color:#dfbf71">
Div content here</div>
This div background color is #dfbf71
#dfbf71 Border Color
<div style="border:3px solid #dfbf71">
Div here</div>
This div border color is #dfbf71
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(223,191,113, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dfbf71; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dfbf71; -webkit-box-shadow: 1px 1px 3px 2px #dfbf71; box-shadow: 1px 1px 3px 2px #dfbf71; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(223,191,113, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dfbf71">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dfbf71; -webkit-box-shadow: 1px 1px 3px 2px #dfbf71; box-shadow: 1px 1px 3px 2px #dfbf71;">
Div content here</div>
This div box has shadow with color #dfbf71
#dfbf71 Color Palettes
Comments
No comments written yet.
Please login to write comment.