Color spaces of #dfcd4e
RGB | 223 | 205 | 78 |
---|---|---|---|
HSL | 0.15 | 0.69 | 0.59 |
HSV | 53° | 65° | 87° |
CMYK | 0.00 | 0.08 | 0.65 0.13 |
XYZ | 53.6379 | 59.9007 | 15.9427 |
Yxy | 59.9007 | 0.4143 | 0.4626 |
Hunter Lab | 77.3955 | -11.7353 | 41.9637 |
CIE-Lab | 81.7842 | -8.2955 | 63.1797 |
#dfcd4e color RGB value is (223,205,78).
#dfcd4e hex color red value is 223, green value is 205 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #dfcd4e hue: 0.15 , saturation: 0.69 and the lightness value of dfcd4e is 0.59.
The process color (four color CMYK) of #dfcd4e color hex is 0.00, 0.08, 0.65, 0.13. Web safe color of #dfcd4e is #cccc66. Color #dfcd4e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011111 | 11001101 | 01001110 |
Octal | 337 | 315 | 116 |
Decimal | 223 | 205 | 78 |
Hex | DF | CD | 4E |
Shades of #dfcd4e
Tints of #dfcd4e
RGB Percentages of Color #dfcd4e
CMYK Percentages of Color #dfcd4e
Complementary Color
#dfcd4e | #4e60df |
#dfcd4e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dfcd4e Color Preview on White Background
Lorem ipsum dolor sit amet.
#dfcd4e Color CSS Codes
.mybgcolor {background-color:#dfcd4e; } .myforecolor {color:#dfcd4e; } .mybordercolor {border:3px solid #dfcd4e; }
#dfcd4e Text Font Color
<p style="color:#dfcd4e">Text here</p>
This sample text font color is #dfcd4e
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.
#dfcd4e Background Color
<div style="background-color:#dfcd4e">
Div content here</div>
This div background color is #dfcd4e
#dfcd4e Border Color
<div style="border:3px solid #dfcd4e">
Div here</div>
This div border color is #dfcd4e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(223,205,78, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dfcd4e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dfcd4e; -webkit-box-shadow: 1px 1px 3px 2px #dfcd4e; box-shadow: 1px 1px 3px 2px #dfcd4e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(223,205,78, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dfcd4e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dfcd4e; -webkit-box-shadow: 1px 1px 3px 2px #dfcd4e; box-shadow: 1px 1px 3px 2px #dfcd4e;">
Div content here</div>
This div box has shadow with color #dfcd4e
Comments
No comments written yet.
Please login to write comment.