Color spaces of #dfb353
RGB | 223 | 179 | 83 |
---|---|---|---|
HSL | 0.11 | 0.69 | 0.60 |
HSV | 41° | 63° | 87° |
CMYK | 0.00 | 0.20 | 0.63 0.13 |
XYZ | 48.1129 | 48.5527 | 15.0194 |
Yxy | 48.5527 | 0.4308 | 0.4347 |
Hunter Lab | 69.6798 | 1.3121 | 35.9959 |
CIE-Lab | 75.1722 | 5.5005 | 53.8553 |
#dfb353 color RGB value is (223,179,83).
#dfb353 hex color red value is 223, green value is 179 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #dfb353 hue: 0.11 , saturation: 0.69 and the lightness value of dfb353 is 0.60.
The process color (four color CMYK) of #dfb353 color hex is 0.00, 0.20, 0.63, 0.13. Web safe color of #dfb353 is #cccc66. Color #dfb353 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011111 | 10110011 | 01010011 |
Octal | 337 | 263 | 123 |
Decimal | 223 | 179 | 83 |
Hex | DF | B3 | 53 |
Shades of #dfb353
Tints of #dfb353
RGB Percentages of Color #dfb353
CMYK Percentages of Color #dfb353
Complementary Color
#dfb353 | #537fdf |
#dfb353 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dfb353 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dfb353 Color CSS Codes
.mybgcolor {background-color:#dfb353; } .myforecolor {color:#dfb353; } .mybordercolor {border:3px solid #dfb353; }
#dfb353 Text Font Color
<p style="color:#dfb353">Text here</p>
This sample text font color is #dfb353
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.
#dfb353 Background Color
<div style="background-color:#dfb353">
Div content here</div>
This div background color is #dfb353
#dfb353 Border Color
<div style="border:3px solid #dfb353">
Div here</div>
This div border color is #dfb353
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(223,179,83, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dfb353; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dfb353; -webkit-box-shadow: 1px 1px 3px 2px #dfb353; box-shadow: 1px 1px 3px 2px #dfb353; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(223,179,83, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dfb353">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dfb353; -webkit-box-shadow: 1px 1px 3px 2px #dfb353; box-shadow: 1px 1px 3px 2px #dfb353;">
Div content here</div>
This div box has shadow with color #dfb353
Comments
No comments written yet.
Please login to write comment.