Color spaces of #ddb729
RGB | 221 | 183 | 41 |
---|---|---|---|
HSL | 0.13 | 0.73 | 0.51 |
HSV | 47° | 81° | 87° |
CMYK | 0.00 | 0.17 | 0.81 0.13 |
XYZ | 47.1525 | 49.3992 | 9.1476 |
Yxy | 49.3992 | 0.4461 | 0.4674 |
Hunter Lab | 70.2846 | -3.2459 | 41.4825 |
CIE-Lab | 75.6990 | 0.5605 | 70.5068 |
#ddb729 color RGB value is (221,183,41).
#ddb729 hex color red value is 221, green value is 183 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #ddb729 hue: 0.13 , saturation: 0.73 and the lightness value of ddb729 is 0.51.
The process color (four color CMYK) of #ddb729 color hex is 0.00, 0.17, 0.81, 0.13. Web safe color of #ddb729 is #cccc33. Color #ddb729 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011101 | 10110111 | 00101001 |
Octal | 335 | 267 | 51 |
Decimal | 221 | 183 | 41 |
Hex | DD | B7 | 29 |
Shades of #ddb729
Tints of #ddb729
RGB Percentages of Color #ddb729
CMYK Percentages of Color #ddb729
Complementary Color
#ddb729 | #294fdd |
#ddb729 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ddb729 Color Preview on White Background
Lorem ipsum dolor sit amet.
#ddb729 Color CSS Codes
.mybgcolor {background-color:#ddb729; } .myforecolor {color:#ddb729; } .mybordercolor {border:3px solid #ddb729; }
#ddb729 Text Font Color
<p style="color:#ddb729">Text here</p>
This sample text font color is #ddb729
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.
#ddb729 Background Color
<div style="background-color:#ddb729">
Div content here</div>
This div background color is #ddb729
#ddb729 Border Color
<div style="border:3px solid #ddb729">
Div here</div>
This div border color is #ddb729
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(221,183,41, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ddb729; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ddb729; -webkit-box-shadow: 1px 1px 3px 2px #ddb729; box-shadow: 1px 1px 3px 2px #ddb729; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(221,183,41, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ddb729">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ddb729; -webkit-box-shadow: 1px 1px 3px 2px #ddb729; box-shadow: 1px 1px 3px 2px #ddb729;">
Div content here</div>
This div box has shadow with color #ddb729
Comments
No comments written yet.
Please login to write comment.