Color spaces of #ddc11c
RGB | 221 | 193 | 28 |
---|---|---|---|
HSL | 0.14 | 0.78 | 0.49 |
HSV | 51° | 87° | 87° |
CMYK | 0.00 | 0.13 | 0.87 0.13 |
XYZ | 49.0984 | 53.5959 | 8.8559 |
Yxy | 53.5959 | 0.4401 | 0.4805 |
Hunter Lab | 73.2092 | -8.4036 | 44.0743 |
CIE-Lab | 78.2255 | -4.9580 | 75.8040 |
#ddc11c color RGB value is (221,193,28).
#ddc11c hex color red value is 221, green value is 193 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #ddc11c hue: 0.14 , saturation: 0.78 and the lightness value of ddc11c is 0.49.
The process color (four color CMYK) of #ddc11c color hex is 0.00, 0.13, 0.87, 0.13. Web safe color of #ddc11c is #cccc33. Color #ddc11c contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011101 | 11000001 | 00011100 |
Octal | 335 | 301 | 34 |
Decimal | 221 | 193 | 28 |
Hex | DD | C1 | 1C |
Shades of #ddc11c
Tints of #ddc11c
RGB Percentages of Color #ddc11c
CMYK Percentages of Color #ddc11c
Complementary Color
#ddc11c | #1c38dd |
#ddc11c Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ddc11c Color Preview on White Background
Lorem ipsum dolor sit amet.
#ddc11c Color CSS Codes
.mybgcolor {background-color:#ddc11c; } .myforecolor {color:#ddc11c; } .mybordercolor {border:3px solid #ddc11c; }
#ddc11c Text Font Color
<p style="color:#ddc11c">Text here</p>
This sample text font color is #ddc11c
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.
#ddc11c Background Color
<div style="background-color:#ddc11c">
Div content here</div>
This div background color is #ddc11c
#ddc11c Border Color
<div style="border:3px solid #ddc11c">
Div here</div>
This div border color is #ddc11c
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(221,193,28, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ddc11c; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ddc11c; -webkit-box-shadow: 1px 1px 3px 2px #ddc11c; box-shadow: 1px 1px 3px 2px #ddc11c; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(221,193,28, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ddc11c">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ddc11c; -webkit-box-shadow: 1px 1px 3px 2px #ddc11c; box-shadow: 1px 1px 3px 2px #ddc11c;">
Div content here</div>
This div box has shadow with color #ddc11c
Comments
No comments written yet.
Please login to write comment.