Color spaces of #ddad32
RGB | 221 | 173 | 50 |
---|---|---|---|
HSL | 0.12 | 0.72 | 0.53 |
HSV | 43° | 77° | 87° |
CMYK | 0.00 | 0.22 | 0.77 0.13 |
XYZ | 45.3381 | 45.4896 | 9.4084 |
Yxy | 45.4896 | 0.4523 | 0.4538 |
Hunter Lab | 67.4460 | 1.9597 | 38.9415 |
CIE-Lab | 73.2131 | 6.1321 | 65.3961 |
#ddad32 color RGB value is (221,173,50).
#ddad32 hex color red value is 221, green value is 173 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #ddad32 hue: 0.12 , saturation: 0.72 and the lightness value of ddad32 is 0.53.
The process color (four color CMYK) of #ddad32 color hex is 0.00, 0.22, 0.77, 0.13. Web safe color of #ddad32 is #cc9933. Color #ddad32 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011101 | 10101101 | 00110010 |
Octal | 335 | 255 | 62 |
Decimal | 221 | 173 | 50 |
Hex | DD | AD | 32 |
Shades of #ddad32
Tints of #ddad32
RGB Percentages of Color #ddad32
CMYK Percentages of Color #ddad32
Complementary Color
#ddad32 | #3262dd |
#ddad32 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ddad32 Color Preview on White Background
Lorem ipsum dolor sit amet.
#ddad32 Color CSS Codes
.mybgcolor {background-color:#ddad32; } .myforecolor {color:#ddad32; } .mybordercolor {border:3px solid #ddad32; }
#ddad32 Text Font Color
<p style="color:#ddad32">Text here</p>
This sample text font color is #ddad32
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.
#ddad32 Background Color
<div style="background-color:#ddad32">
Div content here</div>
This div background color is #ddad32
#ddad32 Border Color
<div style="border:3px solid #ddad32">
Div here</div>
This div border color is #ddad32
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(221,173,50, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ddad32; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ddad32; -webkit-box-shadow: 1px 1px 3px 2px #ddad32; box-shadow: 1px 1px 3px 2px #ddad32; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(221,173,50, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ddad32">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ddad32; -webkit-box-shadow: 1px 1px 3px 2px #ddad32; box-shadow: 1px 1px 3px 2px #ddad32;">
Div content here</div>
This div box has shadow with color #ddad32
Comments
No comments written yet.
Please login to write comment.