Color spaces of #ddd92c
RGB | 221 | 217 | 44 |
---|---|---|---|
HSL | 0.16 | 0.72 | 0.52 |
HSV | 59° | 80° | 87° |
CMYK | 0.00 | 0.02 | 0.80 0.13 |
XYZ | 55.0863 | 65.1797 | 12.0605 |
Yxy | 65.1797 | 0.4163 | 0.4926 |
Hunter Lab | 80.7339 | -19.4905 | 47.6567 |
CIE-Lab | 84.5763 | -16.6441 | 77.3571 |
#ddd92c color RGB value is (221,217,44).
#ddd92c hex color red value is 221, green value is 217 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #ddd92c hue: 0.16 , saturation: 0.72 and the lightness value of ddd92c is 0.52.
The process color (four color CMYK) of #ddd92c color hex is 0.00, 0.02, 0.80, 0.13. Web safe color of #ddd92c is #cccc33. Color #ddd92c contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011101 | 11011001 | 00101100 |
Octal | 335 | 331 | 54 |
Decimal | 221 | 217 | 44 |
Hex | DD | D9 | 2C |
Shades of #ddd92c
Tints of #ddd92c
RGB Percentages of Color #ddd92c
CMYK Percentages of Color #ddd92c
Complementary Color
#ddd92c | #2c30dd |
#ddd92c Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ddd92c Color Preview on White Background
Lorem ipsum dolor sit amet.
#ddd92c Color CSS Codes
.mybgcolor {background-color:#ddd92c; } .myforecolor {color:#ddd92c; } .mybordercolor {border:3px solid #ddd92c; }
#ddd92c Text Font Color
<p style="color:#ddd92c">Text here</p>
This sample text font color is #ddd92c
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.
#ddd92c Background Color
<div style="background-color:#ddd92c">
Div content here</div>
This div background color is #ddd92c
#ddd92c Border Color
<div style="border:3px solid #ddd92c">
Div here</div>
This div border color is #ddd92c
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(221,217,44, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ddd92c; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ddd92c; -webkit-box-shadow: 1px 1px 3px 2px #ddd92c; box-shadow: 1px 1px 3px 2px #ddd92c; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(221,217,44, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ddd92c">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ddd92c; -webkit-box-shadow: 1px 1px 3px 2px #ddd92c; box-shadow: 1px 1px 3px 2px #ddd92c;">
Div content here</div>
This div box has shadow with color #ddd92c
Comments
No comments written yet.
Please login to write comment.