Color spaces of #dfb937
RGB | 223 | 185 | 55 |
---|---|---|---|
HSL | 0.13 | 0.72 | 0.55 |
HSV | 46° | 75° | 87° |
CMYK | 0.00 | 0.17 | 0.75 0.13 |
XYZ | 48.4700 | 50.6617 | 10.8385 |
Yxy | 50.6617 | 0.4408 | 0.4607 |
Hunter Lab | 71.1770 | -3.0052 | 40.7955 |
CIE-Lab | 76.4736 | 0.8743 | 66.7473 |
#dfb937 color RGB value is (223,185,55).
#dfb937 hex color red value is 223, green value is 185 and the blue value of its RGB is 55. Cylindrical-coordinate representations (also known as HSL) of color #dfb937 hue: 0.13 , saturation: 0.72 and the lightness value of dfb937 is 0.55.
The process color (four color CMYK) of #dfb937 color hex is 0.00, 0.17, 0.75, 0.13. Web safe color of #dfb937 is #cccc33. Color #dfb937 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011111 | 10111001 | 00110111 |
Octal | 337 | 271 | 67 |
Decimal | 223 | 185 | 55 |
Hex | DF | B9 | 37 |
Shades of #dfb937
Tints of #dfb937
RGB Percentages of Color #dfb937
CMYK Percentages of Color #dfb937
Complementary Color
#dfb937 | #375ddf |
#dfb937 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dfb937 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dfb937 Color CSS Codes
.mybgcolor {background-color:#dfb937; } .myforecolor {color:#dfb937; } .mybordercolor {border:3px solid #dfb937; }
#dfb937 Text Font Color
<p style="color:#dfb937">Text here</p>
This sample text font color is #dfb937
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.
#dfb937 Background Color
<div style="background-color:#dfb937">
Div content here</div>
This div background color is #dfb937
#dfb937 Border Color
<div style="border:3px solid #dfb937">
Div here</div>
This div border color is #dfb937
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(223,185,55, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dfb937; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dfb937; -webkit-box-shadow: 1px 1px 3px 2px #dfb937; box-shadow: 1px 1px 3px 2px #dfb937; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(223,185,55, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dfb937">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dfb937; -webkit-box-shadow: 1px 1px 3px 2px #dfb937; box-shadow: 1px 1px 3px 2px #dfb937;">
Div content here</div>
This div box has shadow with color #dfb937
Comments
No comments written yet.
Please login to write comment.