Color spaces of #ddb624
RGB | 221 | 182 | 36 |
---|---|---|---|
HSL | 0.13 | 0.73 | 0.50 |
HSV | 47° | 84° | 87° |
CMYK | 0.00 | 0.18 | 0.84 0.13 |
XYZ | 46.8652 | 48.9554 | 8.6483 |
Yxy | 48.9554 | 0.4486 | 0.4686 |
Hunter Lab | 69.9681 | -2.8836 | 41.6492 |
CIE-Lab | 75.4236 | 0.9422 | 71.6555 |
#ddb624 color RGB value is (221,182,36).
#ddb624 hex color red value is 221, green value is 182 and the blue value of its RGB is 36. Cylindrical-coordinate representations (also known as HSL) of color #ddb624 hue: 0.13 , saturation: 0.73 and the lightness value of ddb624 is 0.50.
The process color (four color CMYK) of #ddb624 color hex is 0.00, 0.18, 0.84, 0.13. Web safe color of #ddb624 is #cccc33. Color #ddb624 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011101 | 10110110 | 00100100 |
Octal | 335 | 266 | 44 |
Decimal | 221 | 182 | 36 |
Hex | DD | B6 | 24 |
Shades of #ddb624
Tints of #ddb624
RGB Percentages of Color #ddb624
CMYK Percentages of Color #ddb624
Complementary Color
#ddb624 | #244bdd |
#ddb624 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ddb624 Color Preview on White Background
Lorem ipsum dolor sit amet.
#ddb624 Color CSS Codes
.mybgcolor {background-color:#ddb624; } .myforecolor {color:#ddb624; } .mybordercolor {border:3px solid #ddb624; }
#ddb624 Text Font Color
<p style="color:#ddb624">Text here</p>
This sample text font color is #ddb624
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.
#ddb624 Background Color
<div style="background-color:#ddb624">
Div content here</div>
This div background color is #ddb624
#ddb624 Border Color
<div style="border:3px solid #ddb624">
Div here</div>
This div border color is #ddb624
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(221,182,36, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ddb624; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ddb624; -webkit-box-shadow: 1px 1px 3px 2px #ddb624; box-shadow: 1px 1px 3px 2px #ddb624; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(221,182,36, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ddb624">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ddb624; -webkit-box-shadow: 1px 1px 3px 2px #ddb624; box-shadow: 1px 1px 3px 2px #ddb624;">
Div content here</div>
This div box has shadow with color #ddb624
Comments
No comments written yet.
Please login to write comment.