Color spaces of #dfd360
RGB | 223 | 211 | 96 |
---|---|---|---|
HSL | 0.15 | 0.66 | 0.63 |
HSV | 54° | 57° | 87° |
CMYK | 0.00 | 0.05 | 0.57 0.13 |
XYZ | 55.8370 | 63.1210 | 20.3070 |
Yxy | 63.1210 | 0.4009 | 0.4532 |
Hunter Lab | 79.4487 | -13.5845 | 40.4597 |
CIE-Lab | 83.5060 | -10.1458 | 57.2939 |
#dfd360 color RGB value is (223,211,96).
#dfd360 hex color red value is 223, green value is 211 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #dfd360 hue: 0.15 , saturation: 0.66 and the lightness value of dfd360 is 0.63.
The process color (four color CMYK) of #dfd360 color hex is 0.00, 0.05, 0.57, 0.13. Web safe color of #dfd360 is #cccc66. Color #dfd360 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011111 | 11010011 | 01100000 |
Octal | 337 | 323 | 140 |
Decimal | 223 | 211 | 96 |
Hex | DF | D3 | 60 |
Shades of #dfd360
Tints of #dfd360
RGB Percentages of Color #dfd360
CMYK Percentages of Color #dfd360
Complementary Color
#dfd360 | #606cdf |
#dfd360 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dfd360 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dfd360 Color CSS Codes
.mybgcolor {background-color:#dfd360; } .myforecolor {color:#dfd360; } .mybordercolor {border:3px solid #dfd360; }
#dfd360 Text Font Color
<p style="color:#dfd360">Text here</p>
This sample text font color is #dfd360
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.
#dfd360 Background Color
<div style="background-color:#dfd360">
Div content here</div>
This div background color is #dfd360
#dfd360 Border Color
<div style="border:3px solid #dfd360">
Div here</div>
This div border color is #dfd360
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(223,211,96, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dfd360; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dfd360; -webkit-box-shadow: 1px 1px 3px 2px #dfd360; box-shadow: 1px 1px 3px 2px #dfd360; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(223,211,96, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dfd360">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dfd360; -webkit-box-shadow: 1px 1px 3px 2px #dfd360; box-shadow: 1px 1px 3px 2px #dfd360;">
Div content here</div>
This div box has shadow with color #dfd360
Comments
No comments written yet.
Please login to write comment.