Color spaces of #dddd14
RGB | 221 | 221 | 20 |
---|---|---|---|
HSL | 0.17 | 0.83 | 0.47 |
HSV | 60° | 91° | 87° |
CMYK | 0.00 | 0.00 | 0.91 0.13 |
XYZ | 55.8015 | 67.1356 | 10.6792 |
Yxy | 67.1356 | 0.4176 | 0.5025 |
Hunter Lab | 81.9363 | -21.8238 | 49.6278 |
CIE-Lab | 85.5724 | -19.1413 | 82.8911 |
#dddd14 color RGB value is (221,221,20).
#dddd14 hex color red value is 221, green value is 221 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #dddd14 hue: 0.17 , saturation: 0.83 and the lightness value of dddd14 is 0.47.
The process color (four color CMYK) of #dddd14 color hex is 0.00, 0.00, 0.91, 0.13. Web safe color of #dddd14 is #cccc00. Color #dddd14 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011101 | 11011101 | 00010100 |
Octal | 335 | 335 | 24 |
Decimal | 221 | 221 | 20 |
Hex | DD | DD | 14 |
Shades of #dddd14
Tints of #dddd14
RGB Percentages of Color #dddd14
CMYK Percentages of Color #dddd14
Complementary Color
#dddd14 | #1414dd |
#dddd14 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dddd14 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dddd14 Color CSS Codes
.mybgcolor {background-color:#dddd14; } .myforecolor {color:#dddd14; } .mybordercolor {border:3px solid #dddd14; }
#dddd14 Text Font Color
<p style="color:#dddd14">Text here</p>
This sample text font color is #dddd14
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.
#dddd14 Background Color
<div style="background-color:#dddd14">
Div content here</div>
This div background color is #dddd14
#dddd14 Border Color
<div style="border:3px solid #dddd14">
Div here</div>
This div border color is #dddd14
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(221,221,20, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dddd14; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dddd14; -webkit-box-shadow: 1px 1px 3px 2px #dddd14; box-shadow: 1px 1px 3px 2px #dddd14; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(221,221,20, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dddd14">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dddd14; -webkit-box-shadow: 1px 1px 3px 2px #dddd14; box-shadow: 1px 1px 3px 2px #dddd14;">
Div content here</div>
This div box has shadow with color #dddd14
Comments
No comments written yet.
Please login to write comment.