Color spaces of #ddb320
RGB | 221 | 179 | 32 |
---|---|---|---|
HSL | 0.13 | 0.75 | 0.50 |
HSV | 47° | 86° | 87° |
CMYK | 0.00 | 0.19 | 0.86 0.13 |
XYZ | 46.1996 | 47.7166 | 8.1418 |
Yxy | 47.7166 | 0.4527 | 0.4675 |
Hunter Lab | 69.0772 | -1.5023 | 41.3658 |
CIE-Lab | 74.6458 | 2.4156 | 72.0268 |
#ddb320 color RGB value is (221,179,32).
#ddb320 hex color red value is 221, green value is 179 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #ddb320 hue: 0.13 , saturation: 0.75 and the lightness value of ddb320 is 0.50.
The process color (four color CMYK) of #ddb320 color hex is 0.00, 0.19, 0.86, 0.13. Web safe color of #ddb320 is #cccc33. Color #ddb320 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011101 | 10110011 | 00100000 |
Octal | 335 | 263 | 40 |
Decimal | 221 | 179 | 32 |
Hex | DD | B3 | 20 |
Shades of #ddb320
Tints of #ddb320
RGB Percentages of Color #ddb320
CMYK Percentages of Color #ddb320
Complementary Color
#ddb320 | #204add |
#ddb320 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ddb320 Color Preview on White Background
Lorem ipsum dolor sit amet.
#ddb320 Color CSS Codes
.mybgcolor {background-color:#ddb320; } .myforecolor {color:#ddb320; } .mybordercolor {border:3px solid #ddb320; }
#ddb320 Text Font Color
<p style="color:#ddb320">Text here</p>
This sample text font color is #ddb320
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.
#ddb320 Background Color
<div style="background-color:#ddb320">
Div content here</div>
This div background color is #ddb320
#ddb320 Border Color
<div style="border:3px solid #ddb320">
Div here</div>
This div border color is #ddb320
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(221,179,32, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ddb320; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ddb320; -webkit-box-shadow: 1px 1px 3px 2px #ddb320; box-shadow: 1px 1px 3px 2px #ddb320; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(221,179,32, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ddb320">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ddb320; -webkit-box-shadow: 1px 1px 3px 2px #ddb320; box-shadow: 1px 1px 3px 2px #ddb320;">
Div content here</div>
This div box has shadow with color #ddb320
Comments
No comments written yet.
Please login to write comment.