Color spaces of #dfdd70
RGB | 223 | 221 | 112 |
---|---|---|---|
HSL | 0.16 | 0.63 | 0.66 |
HSV | 59° | 50° | 87° |
CMYK | 0.00 | 0.01 | 0.50 0.13 |
XYZ | 59.2125 | 68.5707 | 25.4439 |
Yxy | 68.5707 | 0.3864 | 0.4475 |
Hunter Lab | 82.8074 | -17.2743 | 39.7474 |
CIE-Lab | 86.2910 | -13.8764 | 53.1750 |
#dfdd70 color RGB value is (223,221,112).
#dfdd70 hex color red value is 223, green value is 221 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #dfdd70 hue: 0.16 , saturation: 0.63 and the lightness value of dfdd70 is 0.66.
The process color (four color CMYK) of #dfdd70 color hex is 0.00, 0.01, 0.50, 0.13. Web safe color of #dfdd70 is #cccc66. Color #dfdd70 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011111 | 11011101 | 01110000 |
Octal | 337 | 335 | 160 |
Decimal | 223 | 221 | 112 |
Hex | DF | DD | 70 |
Shades of #dfdd70
Tints of #dfdd70
RGB Percentages of Color #dfdd70
CMYK Percentages of Color #dfdd70
Complementary Color
#dfdd70 | #7072df |
#dfdd70 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dfdd70 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dfdd70 Color CSS Codes
.mybgcolor {background-color:#dfdd70; } .myforecolor {color:#dfdd70; } .mybordercolor {border:3px solid #dfdd70; }
#dfdd70 Text Font Color
<p style="color:#dfdd70">Text here</p>
This sample text font color is #dfdd70
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.
#dfdd70 Background Color
<div style="background-color:#dfdd70">
Div content here</div>
This div background color is #dfdd70
#dfdd70 Border Color
<div style="border:3px solid #dfdd70">
Div here</div>
This div border color is #dfdd70
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(223,221,112, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dfdd70; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dfdd70; -webkit-box-shadow: 1px 1px 3px 2px #dfdd70; box-shadow: 1px 1px 3px 2px #dfdd70; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(223,221,112, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dfdd70">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dfdd70; -webkit-box-shadow: 1px 1px 3px 2px #dfdd70; box-shadow: 1px 1px 3px 2px #dfdd70;">
Div content here</div>
This div box has shadow with color #dfdd70
Comments
No comments written yet.
Please login to write comment.