Hex #dfcc3f Color
equivalent to
RGB
(223, 204, 63)Details of #dfcc3f
|
|
|
|
Color HEX #dfcc3f matches (223, 204, 63) in RGB.
#dfcc3f hex color red value is 223, green value is 204 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #dfcc3f hue: 0.15, saturation: 0.71 and the lightness value of dfcc3f is 0.56.
The process color (four color CMYK) of #dfcc3f color hex is 0.00, 0.09, 0.72, 0.13. Web safe color of #dfcc3f is #cccc33. Color #dfcc3f contains mainly RED color.
Base Numbers
|
|
|
|
#dfcc3f tints
#dfcc3f shades
RGB in % of #dfcc3f
CMYK in % of #dfcc3f
Preview Color #dfcc3f on black ground
Very nice color.
Preview Color #dfcc3f on white ground
Very nice color.
CSS Codes #dfcc3f color
.mybgcolor {background-color:#dfcc3f; } .myforecolor {color:#dfcc3f; } .mybordercolor {border:3px solid #dfcc3f; }
Text Font Color #dfcc3f
<p style="color:#dfcc3f">Text here</p>
This sample text font color is #dfcc3f
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.
Background Color #dfcc3f
<div style="background-color:#dfcc3f">
Div content here</div>
This div background color is #dfcc3f
Border Color #dfcc3f
<div style="border:3px solid #dfcc3f">
Div here</div>
The color of this border is #dfcc3f
Examples Css3
.textShadowRgb {text-shadow: 4px 4px 2px rgba(0,0,0, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dfcc3f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dfcc3f; -webkit-box-shadow: 1px 1px 3px 2px #dfcc3f; box-shadow: 1px 1px 3px 2px #dfcc3f; }
Text Shadow using RGB
<p style="text-shadow: 4px 4px 2px rgba(0,0,0, 0.8);">Text here</p>
The shadow of this text using RGB.
Text Shadow using Hex
<p style="text-shadow: 4px 4px 2px #dfcc3f">Text here</p>
The shadow of this text using hex.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dfcc3f; -webkit-box-shadow: 1px 1px 3px 2px #dfcc3f; box-shadow: 1px 1px 3px 2px #dfcc3f;">
Div content here</div>
The shadow of div box using color #dfcc3f