Color spaces of #dfd67b
RGB | 223 | 214 | 123 |
---|---|---|---|
HSL | 0.15 | 0.61 | 0.68 |
HSV | 55° | 45° | 87° |
CMYK | 0.00 | 0.04 | 0.45 0.13 |
XYZ | 58.0531 | 65.2112 | 28.2662 |
Yxy | 65.2112 | 0.3831 | 0.4304 |
Hunter Lab | 80.7535 | -12.9961 | 35.7741 |
CIE-Lab | 84.5925 | -9.3605 | 45.8504 |
#dfd67b color RGB value is (223,214,123).
#dfd67b hex color red value is 223, green value is 214 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #dfd67b hue: 0.15 , saturation: 0.61 and the lightness value of dfd67b is 0.68.
The process color (four color CMYK) of #dfd67b color hex is 0.00, 0.04, 0.45, 0.13. Web safe color of #dfd67b is #cccc66. Color #dfd67b contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011111 | 11010110 | 01111011 |
Octal | 337 | 326 | 173 |
Decimal | 223 | 214 | 123 |
Hex | DF | D6 | 7B |
Shades of #dfd67b
Tints of #dfd67b
RGB Percentages of Color #dfd67b
CMYK Percentages of Color #dfd67b
Complementary Color
#dfd67b | #7b84df |
#dfd67b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dfd67b Color Preview on White Background
Lorem ipsum dolor sit amet.
#dfd67b Color CSS Codes
.mybgcolor {background-color:#dfd67b; } .myforecolor {color:#dfd67b; } .mybordercolor {border:3px solid #dfd67b; }
#dfd67b Text Font Color
<p style="color:#dfd67b">Text here</p>
This sample text font color is #dfd67b
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.
#dfd67b Background Color
<div style="background-color:#dfd67b">
Div content here</div>
This div background color is #dfd67b
#dfd67b Border Color
<div style="border:3px solid #dfd67b">
Div here</div>
This div border color is #dfd67b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(223,214,123, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dfd67b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dfd67b; -webkit-box-shadow: 1px 1px 3px 2px #dfd67b; box-shadow: 1px 1px 3px 2px #dfd67b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(223,214,123, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dfd67b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dfd67b; -webkit-box-shadow: 1px 1px 3px 2px #dfd67b; box-shadow: 1px 1px 3px 2px #dfd67b;">
Div content here</div>
This div box has shadow with color #dfd67b
Comments
No comments written yet.
Please login to write comment.